Luzhenxing
ec7c72f4fb
remove duplicate yaml ( #17431 )
2019-11-05 10:50:40 -08:00
vanou
694883fbce
Fix misspell of type of Pod condition at init container explanation (fr) ( #17413 )
...
In explanation of init container, doc says 'Initializing' pod
condition. However according to doc of pod condition[1], it should be
'Initialized'.
This commit fixes this misspell of French doc.
This misspell is verified by PR #17329 which fixes English doc.
[1]
https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#pod-conditions
2019-11-05 01:28:38 -08:00
Luzhenxing
5522e5ddf9
add the same namespace ( #17394 )
2019-11-04 22:24:38 -08:00
Luzhenxing
e48b8693ae
fix error link of kubeadm init args ( #17318 )
2019-11-04 21:12:38 -08:00
CRC
a7a4f9d4cb
Improve readability in persistent volume introduction ( #17176 )
...
* Fix typo in persistent volume intro
* Adjust wording of compute jargon
2019-11-04 21:00:38 -08:00
Jin Hase
6b261c7611
modify terminated-pod-gc-threshold explanation ( #15272 ) ( #17183 )
...
* modify terminated-pod-gc-threshold explanation (#15272 )
* modify terminated-pod-gc-threshold explanation (#15272 )
2019-11-04 20:52:38 -08:00
Mitesh Jain
733f376823
Remove references to federation pages which have been deleted. ( #17309 )
2019-11-04 20:44:38 -08:00
Luzhenxing
09d2b5848c
add resource to be the same as kubectl api-resources ( #17367 )
2019-11-04 19:50:39 -08:00
vanou
ec7efbc544
Fix misspell of type of Pod condition at init container explanation (zh) ( #17416 )
...
In explanation of init container, doc says 'Initializing' pod
condition. However according to doc of pod condition[1], it should be
'Initialized'.
This commit fixes this misspell of Chinese doc.
This misspell is verified by PR #17329 which fixes English doc.
[1]
https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#pod-conditions
2019-11-04 18:24:38 -08:00
vanou
31ff8d011b
Fix misspell of type of Pod condition at init container explanation (ko) ( #17415 )
...
In explanation of init container, doc says 'Initializing' pod
condition. However according to doc of pod condition[1], it should be
'Initialized'.
This commit fixes this misspell of Korean doc.
This misspell is verified by PR #17329 which fixes English doc.
[1]
https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#pod-conditions
2019-11-04 17:50:39 -08:00
anorek
298668da74
fix issue 17365 ( #17398 )
...
add missing "。" by the end of 参考 card.
2019-11-04 17:06:38 -08:00
Sam Darwin
445020674e
Update network-policies.md ( #17335 )
...
* Update network-policies.md
Add explanation of policy evaluation order from https://github.com/kubernetes/kubernetes/issues/75435
* edit text in network-policies.md
2019-11-04 15:12:10 -08:00
Marc Bihlmaier
24edeac0b4
Update kubeadm-upgrade.md ( #17407 )
...
Sometimes, pods like `coredns` only run on the master nodes. If there is a problem with upgrading the master node (e.g. if it is interrupted) those pods will not keep running - and other pods will have problems with connections.
Draining the master node will switch those pods to other nodes before the upgrade-process.
2019-11-04 14:12:12 -08:00
diguage
9d21f9c105
upgrade ubuntu docker image 14.04 → 18.04 ( #16926 )
2019-11-04 13:28:11 -08:00
sulaimantok
4363291c94
Change Word anda to kamu indonesia language ( #17356 )
...
* First
* Overview Configuration
2019-11-04 06:21:40 -08:00
wahyuni-pj
6976cc6f20
fixing the correct word ( #17357 )
2019-11-03 18:29:40 -08:00
Qiming
9bf026e951
Clean zh/docs directory for dangling YAML files ( #17341 )
...
There are many YAML manifests sneaking into the `zh/docs/` directory.
These files should go to the `zh/examples` directory instead. Having
these "garbage" files (not referenced anywhere) is creating confusion
for the release meister when merging branches. For example, some YAML
files found in the 'master' branch are no longer there in the
release-1.16 branch. It is tedious, if possible at all, to solve all
this kind of conflicts during a rebase.
The PR cleanses the zh/docs directory for all dangling YAML files.
2019-11-04 08:24:48 +08:00
frogred8
8c5faa68b7
ko: Fix awkward sentences ( #17237 )
2019-11-03 16:07:40 -08:00
Andreu Gallofré
4d20f208ae
Add spanish version of SIG glossary page ( #17147 )
...
Update content/es/docs/reference/glossary/sig.md
Co-Authored-By: Rael Garcia <rael@rael.io>
Update content/es/docs/reference/glossary/sig.md
Co-Authored-By: Rael Garcia <rael@rael.io>
Update content/es/docs/reference/glossary/sig.md
Co-Authored-By: Rael Garcia <rael@rael.io>
Update content/es/docs/reference/glossary/sig.md
Co-Authored-By: Rael Garcia <rael@rael.io>
Update content/es/docs/reference/glossary/sig.md
Co-Authored-By: Rael Garcia <rael@rael.io>
Solve YAML identation errors
2019-11-02 00:53:39 -07:00
Rong Gao
851cd9e774
change the daemonset specific exception ( #17242 )
2019-11-01 23:21:40 -07:00
Luzhenxing
3aab039ac4
change kubectl get deployment output ( #17351 )
2019-11-01 21:31:40 -07:00
Tanveer Alam
4c48c963a0
Broken link in `Extending your kubernetes Cluster` ( #17349 )
...
Under `Extension Patterns` sections the link for `Flex Volume Plugins` is broken as the `flexvolume.md` file has been moved to new folder `/devel/sig-storage`. Reference commit `ab55d850b8
`
2019-11-01 19:37:40 -07:00
Luzhenxing
e999c0398d
change minikube install cmd on macOS ( #17296 )
2019-11-01 08:09:25 -07:00
vanou
14f0fdaebe
Fix misspell of type of Pod condition at init container explanation ( #17329 )
...
In explanation of init container, doc says 'Initializing' pod
condition. However according to doc of pod condition[1], it may be
'Initialized'.
This commit fixes this misspell.
[1]
https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#pod-conditions
2019-11-01 08:07:24 -07:00
Mitesh Jain
0019c593dc
Remove requirement for unsupported k8s version for NodeRestriction. ( #17331 )
2019-10-31 18:04:54 -07:00
Tunde Olu-Isa
f7428bd0b0
Fix typo in kubeadm implementation-details ( #17332 )
...
changed Kublet to Kubelet
2019-10-31 13:24:38 -07:00
Chris Abraham
af8a8e7728
Swaps svgs for the pngs on the homepage ( #17325 )
2019-10-31 02:01:37 -07:00
Yuk, Yongsu
1e4eb26721
Edit link in document for issue #16908 ( #16909 )
...
* Edit link in document.
* Update nodes.md
2019-10-30 19:53:37 -07:00
Mitesh Jain
b44116f769
Add link to styles.css stylesheet in index.html under kubernetes-basics. ( #17051 )
2019-10-30 08:22:52 -07:00
Giri Kuncoro
c324bfdea2
Add Indonesian translation for object-management page ( #16854 )
2019-10-30 00:46:52 -07:00
Luzhenxing
c3444e39a7
fix error link ( #17253 )
2019-10-29 18:28:52 -07:00
bladepoint
f65a6fe7a8
Update horizontal-pod-autoscale-walkthrough.md ( #17206 )
2019-10-29 18:26:53 -07:00
Dr Nic Williams
cdc590065c
base64 --decode works across Linux and MacOS ( #17240 )
...
Signed-off-by: Dr Nic Williams <drnicwilliams@gmail.com>
2019-10-29 18:24:53 -07:00
Luzhenxing
20694c79a9
change the contianer runtime link to the correct id ( #17245 )
2019-10-29 18:22:52 -07:00
Luzhenxing
4b428176e4
fix param error ( #17249 )
2019-10-29 18:20:52 -07:00
Jim Angel
647b4cd39d
fixed yaml block so it renders ( #17259 )
2019-10-29 14:26:53 -07:00
Luzhenxing
de84e18d3c
fix err url of minikube ( #17273 )
2019-10-29 14:18:52 -07:00
Luzhenxing
8db2d7bdd2
fix issue 17274 ( #17277 )
2019-10-29 14:14:53 -07:00
gocho1
23840660cc
replace with dashes all points present in url fields to fix links ( #17286 )
2019-10-29 09:52:42 -07:00
babang
d527b60de5
translate poseidon firmament alternate scheduler ( #17043 )
2019-10-29 05:28:42 -07:00
aimeeu
ae34e1a7e2
2019 Kubernetes Documentation Survey results ( #16462 )
...
* 2019 Kubernetes Documentation Survey results
Incoporate reviewer feedback
Text and image
Add github location
Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com>
* Update and rename 2019-sig-docs-survey.md to 2019-10-29-2019-sig-docs-survey.md
2019-10-29 04:54:42 -07:00
Alexey Pyltsyn
f120439575
Improve Concepts section ( #17013 )
...
Signed-off-by: Alexey Pyltsyn <lex61rus@gmail.com>
2019-10-27 18:49:25 -07:00
Mitesh Jain
7fa51c98d9
Update k8s version info for etcd encryption feature in securing-a-cluster. ( #17027 )
2019-10-27 18:45:25 -07:00
jakowicz
b2f7b2fc7c
Update network-plugins.md ( #17109 )
...
* Update network-plugins.md
* Update network-plugins.md
2019-10-27 18:39:25 -07:00
Will McGregor
fbca7bbfad
Remove duplicate reference to awsElasticBlockStore ( #17135 )
2019-10-27 18:37:24 -07:00
vanou
4fe0eaae1f
Fixes commands not working without sudo ( #17139 )
...
In doc of kubeadm installation, there are commands which wont work
without sudo regarding to Ubuntu/Debian instruction. However, other
docs related to kubeadm under
content/en/docs/setup/production-environment have commands with sudo.
This commit fixes this inconsistency.
2019-10-27 18:23:25 -07:00
Christopher "Chief" Najewicz
18e3f8dadd
Update cluster-management.md ( #17150 )
...
* Update cluster-management.md
Fix link to version-skew upgrade doc
* Update cluster-management.md
fix pathing
2019-10-27 18:19:25 -07:00
Alberto Roura
8d115c59a3
Update alibaba-cloud.md ( #17156 )
...
Alibaba Cloud supports serverless kubernetes, a Kubernetes-In-Kubernetes based solution.
2019-10-27 18:17:25 -07:00
Jordan Liggitt
aad4f0bd13
Fix webhook admission example ( #17179 )
2019-10-27 18:15:25 -07:00
Nate Reid
4b33e8a612
Update declare-network-policy.md ( #17234 )
2019-10-27 17:59:24 -07:00
aimeeu
99895de868
Update work from a local clone section ( #16748 )
...
Add content based on Slack thread
https://kubernetes.slack.com/archives/C1TU9EB9S/p1570736679005700
Change -f to --force-with-lease
Simplified wording
Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com>
2019-10-27 10:11:24 -07:00
Gede Wahyu Adi Pramana
7c87be58f0
Translating Organize Cluster Access to ID Localization ( #17035 )
...
* Translating "Organizing Cluster Access Using kubeconfig Files" to ID Localization
* Apply suggestions from code review
Co-Authored-By: Giri Kuncoro <girikuncoro@users.noreply.github.com>
2019-10-27 06:11:24 -07:00
Chaitanya
6a4238aa71
Accessibility updates - main landmark roles ( #17106 )
...
* Removed multiple main tags from home page
Signed-off-by: chaitanyakaranam <chaitanya.karanam@yahoo.com>
* Removed multiple occurances of main in case-studies page
Signed-off-by: chaitanyakaranam <chaitanya.karanam@yahoo.com>
* Replaced css for main tag with .main-section class
Signed-off-by: ChaitanyaKaranam <karanam.krishna.25@gmail.com>
* Added main landmark role for all the pages
Signed-off-by: ChaitanyaKaranam <karanam.krishna.25@gmail.com>
* Force checks.
request-checks: true
2019-10-27 04:43:24 -07:00
Andrew Sy Kim
f53c6e1c20
redirect to vSphere cloud provider docs in cloud providers page ( #16778 )
...
Signed-off-by: Andrew Sy Kim <kiman@vmware.com>
2019-10-27 04:31:24 -07:00
Dirc
998fb53f74
fix typo ( #17188 )
2019-10-26 08:17:23 -07:00
Karen Bradshaw
c26ea07706
Fix styling of tutorial pages ( #17177 )
...
* [WIP] Fix styling of tutorial pages
* additional cleanup of styles.css
2019-10-26 07:31:23 -07:00
Caeson
fbc2e4919f
Update service.md ( #17136 )
...
1. add a white space in line 367 between "###" and "版本兼容性".
2019-10-26 00:45:23 -07:00
June Yi
ff5d03a93b
Third Korean l10n work for release-1.16 ( #17168 )
...
Update file outdated korean docs in dev-1.16-ko.3. (#16876 )
Translate concepts/architecture/controller.md in Korean (#16889 )
Change the full link in the document to an inline link. (#17059 )
Add English-Korean translation glossary (#16664 )
Co-Authored-By: Yuk, Yongsu <ysyukr@gmail.com>
Co-Authored-By: June Yi <june.yi@samsung.com>
Co-Authored-By: Seokho Son <shsongist@gmail.com>
2019-10-25 00:27:39 -07:00
Ismail Alidzhikov
f351718930
ja: Replace deprecated kubectl run ( #16970 )
...
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
2019-10-24 19:17:38 -07:00
Chris McInerney
869f384784
Adding D2iQ to Solution Providers ( #17171 )
...
Add D2iQ to the Production environment Solution Providers including links.
2019-10-24 12:39:39 -07:00
Karen Bradshaw
23e86430be
remove SEE ALSO section from command include files ( #17123 )
...
- For further information, see issue #16998 .
- Regenerated files using,
kubernetes/website/update-imported-docs/update-imported-docs
2019-10-24 06:18:19 -07:00
vanou
b7425c994c
Fix inconsistency of note on command example ( #17154 )
...
In doc on Declarative Management of K8s object, there is explanation
of 'Default field values of K8s object set by K8s apiserver'.
In this explanation, there is examples of resource of K8s object.
And in this example, there is notes on what field value is set by
apiserver by default. But there is lack of a word in one of these
notes. This commit fixes it.
2019-10-23 20:11:07 -07:00
Jennifer Buckley
ed76430eb0
Mark ServerSideApply as beta in 1.16 ( #17152 )
2019-10-23 17:53:05 -07:00
shub-asa1
ef602a8bc5
adding details for all official client libraries . Fix for issue #16906 ( #16940 )
...
* adding details for all official client libraries .
there are six official client libraries for kubernetes. Added details and example for each language .Fix for issue #16906
* few typos and syntax mistakes resolved
* Update access-cluster-api.md
* removing extra code from haskell client
2019-10-23 09:04:15 -07:00
Chris Abraham
6e2683269a
Use SVGs instead of PNGs in the case studies page ( #17095 )
...
* favor svg over png for logos on case studies page
* added svgs for all case studies
* favor svg over png for logos on case studies page
* added svgs for all case studies
* duplicating the jd logo so both are svg
* switch to svgs in the case studies block on the homepage
2019-10-23 09:02:15 -07:00
Dan Winship
5ab1671aa3
Add documentation about kernel module autoloading security ( #15451 )
2019-10-23 09:00:19 -07:00
Ahmet Alp Balkan
31bd87aea6
Document: how to install/distribute plugins with Krew ( #16322 )
...
* Document: how to install/distribute plugins with Krew
Context: Krew (https://sigs.k8s.io/krew ) is a Kubernetes SIG CLI sub-project
that's been available for over a year. It is considered to be the de-facto tool
to discover and install kubectl plugins.
This patch details:
- how to use Krew to discover/install plugins
- how to distribute a kubectl plugin (with traditional package managers or
using Krew).
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
* Address PR comments
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2019-10-23 08:58:15 -07:00
Fabrizio Pandini
f88c8e3191
Improve PKI certificates and requirements page ( #16399 )
...
* improve-pki-page
* address comments
2019-10-23 08:56:14 -07:00
Ed Randall
f67eae9a8d
In-pod API access without official lib ( #16884 )
...
* Short example of internal API usage without official libs
* Bump subheading sizes by 1; Incorporated review comments;
2019-10-23 08:54:17 -07:00
Karen Bradshaw
f21035fcf1
clarify feature gate table titles ( #17031 )
...
Add further details about the difference between the
two feature gate tables. The additional information and
table titles should help authors when creating or
updating the table entries.
2019-10-23 08:52:18 -07:00
Donald Little
d91ed6bfa2
update order of kubeadm init phase command docs ( #16922 )
...
Rearrange the order of the kubeadm init phase subcommand documentation
to match that in which the commands are executed in kubeadm init. This
change doesn't introduce any changes to actual content of the
documentation and only modifies the order in which it is presented.
2019-10-23 08:50:14 -07:00
Karen Bradshaw
f29d3153eb
rename reference/kubernetes-api/index ( #16947 )
...
- renamed docs/reference/kubernetes-api/index.md
- added weight to files in docs/reference/kubernetes-api
- attempt to clean up labels-annotations-taints.md
- updated _redirects file
2019-10-23 08:48:16 -07:00
oneoneonepig
452d5822d2
Update deployment.md ( #17023 )
2019-10-23 08:46:17 -07:00
Rajesh Deshpande
fe74e3f318
Adding references to page for better understanding ( #16995 )
...
Adding all required reference links to the page for better navigations to understand related concepts.
2019-10-23 08:44:16 -07:00
Ashish
3c88fb1c14
Add “API group” to glossary #15906 ( #16192 )
...
Created API Group glossary term
Linked glossary term to applicable pages
2019-10-23 08:42:17 -07:00
Rajesh Deshpande
8d51203aef
Adding whats next section to configure service account ( #16994 )
...
Adding What's next section to the 'configuring service account' page which was missing earlier. Also, moved informative statement about document to 'Note' section
2019-10-23 08:40:15 -07:00
Rajesh Deshpande
b0df02500f
Modifying adding label to node steps ( #16993 )
...
* Modifying adding label to node steps
Existing steps does not show what labels the node has before adding a new label. So I have changed the command to list out node along with their labels before adding any new label. This will help first-time readers to understand existing labels and then how we can add a new label and display it.
* Update content/en/docs/tasks/configure-pod-container/assign-pods-nodes.md
Co-Authored-By: Tim Bannister <tim@scalefactory.com>
2019-10-23 08:38:17 -07:00
Ismail Alidzhikov
18ee7f8d94
en: Remove deprecated --include-uninitialized flag ( #16974 )
...
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
2019-10-23 08:36:19 -07:00
James Peach
527f07415c
en: fix Contour ingress controller link ( #16989 )
...
Contour is now maintained by VMware and has a project site.
Signed-off-by: James Peach <jpeach@apache.org>
2019-10-23 08:34:15 -07:00
Ismail Alidzhikov
7a31f11608
Update link ( #16966 )
...
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
2019-10-23 08:32:15 -07:00
Luzhenxing
14f9b40f66
modify example error about hpa of autoscaling/v2beta2 HorizontalPodAutoscaler ( #16950 )
2019-10-23 08:30:18 -07:00
shub-asa1
1ef74de2ab
syntax error in a command fix ( #16980 )
...
fix for issue #16972
2019-10-23 08:28:16 -07:00
Zach Corleissen
b894856e8e
Update how to run Hugo locally ( #16982 )
2019-10-23 08:26:19 -07:00
Kevin Kelani
228ac01c84
Fixes path in first ingress resource yaml ( #17017 )
...
When the second path is attached to `example-ingress` for `/v2` it doesn't work because the first path captures all paths. Solution is the make the `/` capture everything except `/v2` (also captures `/v2/<anything else>`)
2019-10-23 08:24:19 -07:00
Himanshu Pandey
d600ed6f0c
Added source location for kube-up.sh ( #17016 )
2019-10-23 08:22:16 -07:00
Luzhenxing
6c791bc264
modify error id ( #17019 )
2019-10-23 08:20:15 -07:00
Mitesh Jain
9b33cfd360
Remove k8s version references for MetricsServer in resource-metrics-pipeline. ( #17028 )
2019-10-23 08:18:16 -07:00
Joao Morais
ff1f0c7398
Add HAProxy Ingress controller ( #17130 )
...
Add HAProxy Ingress to the list of ingress controller implementations
2019-10-23 08:14:15 -07:00
Mike Parker
e3aeebed31
Update install-kubectl.md ( #17110 )
...
Docker for Windows is now called Docker Desktop for windows
2019-10-23 08:12:17 -07:00
Alexander Zhukov
cd1b7d6f45
Use the tidle shortcut in the --cache-dir default ( #17115 )
2019-10-23 06:28:15 -07:00
Yuk, Yongsu
d437e8c6bc
en: Change the full link in the document to an inline link. ( #17057 )
...
* Change the full link in the document to an inline link.
grep -r "https \: \ / \ / kubernetes \ .io" content/en/docs
Changed to inline link except the following list.
- URLs are mentioned directly in the body
- release note
- url to blog
- url to community
- Url to be redirected
* Apply suggestions from code review
Co-Authored-By: June Yi <june.yi@samsung.com>
2019-10-23 06:20:14 -07:00
Armando Migliaccio
77d831c7ea
Replace Digital Ocean with DigitalOcean ( #17033 )
...
The former is the official spelling, but both spellings have been
used throughout the docs. This commit replaces the occurrences of
the unofficial spelling with the official one.
2019-10-22 14:34:13 -07:00
aimeeu
04127a3acb
Update script for Python3, PyYAML 5.1.2 ( #17127 )
...
-Update to use argparse.ArgumentParser() for command line args
-Use tempfile library to create tmp work directory
-Remove shutil.rmtree because it was throwing permission errors and
not deleting the directory. Also no longer needed after switching
to tempfile.
-Enchance error handling
-Add check for Go installation
-Enhance check for PyYAML installation
-Change deprecated PyYAML load function to full_load
-Add comments at top of file
-Modify to comply with PEP8
-Update kubernetes-components.md with software versions to match script
Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com>
2019-10-22 14:04:18 -07:00
RafaelMassoniSS
07431dd930
Add content/pt/docs/concepts/overview/working-with-objects/names.md ( #17030 )
2019-10-22 05:31:24 -07:00
Nguyen Hai Truong
bf6414bff9
Init Vietnamese localization ( #16965 )
...
Init of the Vietnamese translation of the Kubernetes documentation / Website
Signed-off-by: Nguyen Hai Truong <truongnh@vn.fujitsu.com>
2019-10-21 23:39:22 -07:00
Mitesh Jain
bc2323cece
Update broken links for API resources in federation.md ( #17082 )
2019-10-21 07:09:38 -07:00
Rémy Léone
a3ac7ded92
Translate the localization page to French ( #13431 )
2019-10-21 02:43:37 -07:00
Mitesh Jain
4bc6196ac0
Update patch release manager to patch release team in JA version skey policy. ( #17045 )
2019-10-20 19:41:36 -07:00
Mitesh Jain
cc090957a7
Update patch release manager to patch release team in version skew po… ( #17008 )
...
* Update patch release manager to patch release team in skew support policy.
* Adding link for additional patch-release information to version skew policy.
2019-10-20 06:09:36 -07:00
Ismail Alidzhikov
4e555c736f
zh: Dated "Planned Improvements" section in Managing Compute Resources for Containers ( #16968 )
...
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
2019-10-19 23:31:38 -07:00
Ismail Alidzhikov
566aa18902
de: Removed uninitialized flag reference from kubectl cheetsheet ( #16973 )
...
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
2019-10-19 04:59:37 -07:00
Gede Wahyu Adi Pramana
14d0710b2e
Translating Pod to ID Localization ( #16979 )
2019-10-19 04:13:37 -07:00
Ismail Alidzhikov
5d716ae6d9
ja: Fix fluentd image ( #16963 )
...
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
2019-10-18 01:33:58 -07:00
Ismail Alidzhikov
87e4846144
de: Replace deprecated kubectl run ( #16971 )
...
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
2019-10-18 00:35:58 -07:00
Nikolai Guyot
2f44e578aa
Fix link to Kubernetes Object Management page ( #16941 )
2019-10-17 20:27:58 -07:00
James Peach
607874653a
id: fix Contour ingress controller link ( #16990 )
...
Contour is now maintained by VMware and has a project site.
Signed-off-by: James Peach <jpeach@apache.org>
2019-10-17 20:15:57 -07:00
Yudi A Phanama
320acb7d89
Translate Pod Security Policy doc to Indonesian ( #16699 )
...
* Translate Pod Security Policy doc to Indonesian
* Apply reviews to Pod Security Policy translation
2019-10-17 20:13:57 -07:00
bnjf
abb432a9d8
Update nodelocaldns.md ( #16440 )
...
DNSCahe -> DNSCache
2019-10-17 19:59:57 -07:00
Joshua Bezaleel Abednego
643c14ae7d
Add translation for ReplicaSet in ID localization ( #16722 )
...
* Add translation for ReplicaSet in ID localization
* Add controllers/frontend.yaml, controllers/hpa-rs.yaml and pods/pod-rs.yaml to example folder
2019-10-17 19:49:58 -07:00
James Peach
78e40f5dd4
zh: fix Contour ingress controller link ( #16991 )
...
Contour is now maintained by VMware and has a project site.
Signed-off-by: James Peach <jpeach@apache.org>
2019-10-17 19:41:57 -07:00
Mitesh Jain
e3aec37252
Change federation documentation link to v2 in ingress. ( #17011 )
2019-10-17 11:47:59 -07:00
Ismail Alidzhikov
b6b6011931
ko: Fix fluentd image ( #16962 )
...
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
2019-10-16 20:58:39 -07:00
aimeeu
3fdd28a96c
Update UAA, Dex links in setup instructions for specific systems ( #16945 )
...
Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com>
2019-10-16 16:46:39 -07:00
Ismail Alidzhikov
03cbde63e8
en: Fix fluentd image ( #16959 )
...
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
2019-10-16 16:24:39 -07:00
Ismail Alidzhikov
b3739ecf7a
zh: Fix fluentd image ( #16961 )
...
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
2019-10-16 11:51:30 -07:00
ipnextgen
8236e41ae5
Missing "des" just after "du cluster à" ( #16978 )
2019-10-16 09:05:41 -07:00
Yixiang Wang
8d33985d8c
Add Chinese translation for Endpoints Slices. ( #16929 )
...
Signed-off-by: Yixiang2019 <wang.yixiang@zte.com.cn>
Add Chinese translation for Endpoints Slices.
Signed-off-by: Yixiang2019 <wang.yixiang@zte.com.cn>
Add Chinese translation for Endpoints Slices.
Signed-off-by: Yixiang2019 <wang.yixiang@zte.com.cn>
2019-10-15 02:55:53 -07:00
Yushiro FURUKAWA
b05129acc3
Remove trailing spaces from zh documents( #16742 ) ( #16794 )
2019-10-15 02:23:51 -07:00
Yixiang Wang
0268ed0c18
Fix reference link. ( #16888 )
...
Signed-off-by: Yixiang2019 <wang.yixiang@zte.com.cn>
2019-10-14 21:37:52 -07:00
ZhongliangXiong
b1342991d7
zh-trans:/zh/docs/concepts/overview/working-with-objects/object-manag… ( #16912 )
...
* zh-trans:/zh/docs/concepts/overview/working-with-objects/object-management.md
* Update content/zh/docs/concepts/overview/working-with-objects/object-management.md
Co-Authored-By: LiuDui <1693291525@qq.com>
* Update content/zh/docs/concepts/overview/working-with-objects/object-management.md
Co-Authored-By: LiuDui <1693291525@qq.com>
2019-10-14 19:53:51 -07:00
aimeeu
b1bd43f9d7
Update how to use the update-imported-docs tool ( #16777 )
...
Update kubernetes-components.md with software versions.
Move content from README to kubernetes-components to avoid duplication.
Be listed in the `kubernetes/website/data/reference.yml` file
Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com>
2019-10-14 16:19:52 -07:00
Deep Debroy
18a466afd0
Update GMSA docs for beta in v1.16 ( #16579 )
...
Signed-off-by: Deep Debroy <ddebroy@docker.com>
2019-10-14 16:15:51 -07:00
aimeeu
cf390493af
Add best practices to Review docs pull requests ( #16770 )
...
Simply and reduce language in bullet points
Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com>
2019-10-14 16:13:50 -07:00
diguage
03456f1a72
update client-go to the latest version to keep in sync with client-go example ( #16536 )
2019-10-14 16:11:51 -07:00
Tim Bannister
900ea77f57
Reword glossary entry for ReplicaSet ( #16886 )
...
Explain what a ReplicaSet is, rather than what a ReplicationController
isn't.
2019-10-14 16:07:51 -07:00
Tim Bannister
6a954bb700
Replace sample IP address with documentation use address ( #16867 )
...
108.59.85.141 is a genuine IPv4 address; at the time of writing it's
assigned to Google LLC / Google Cloud Platform. Use a documentation IPv4
address instead.
2019-10-14 16:05:51 -07:00
Fawaz Mohammed
408224c6da
Adding Hugepage as resource type ( #16736 )
...
* Adding Hugepage as resource type
* Adding Hugepage as resource type
Adding resource type hugepages- as a valid resource can be requested. Hugepage is GA as of version 1.16. more info can be found https://kubernetes.io/docs/tasks/manage-hugepages/scheduling-hugepages/
* Adding Hugepage as resource type
Adding resource type hugepages- as a valid resource can be requested. Hugepage is GA as of version 1.16. more info can be found https://kubernetes.io/docs/tasks/manage-hugepages/scheduling-hugepages/
2019-10-14 16:03:50 -07:00
David Eads
7d7e67d29f
add information about finalizers ( #16644 )
2019-10-14 16:01:51 -07:00
Savitha Raghunathan
44565ca8cb
Adding review changes from PR 15604 ( #16237 )
...
* adding review changes from PR 15604
* adding review changes
* adding review changes
2019-10-14 15:57:51 -07:00
Tim Bannister
1ab35587c9
Reword Notes & UIDs concept ( #16202 )
...
- Note that Kubernetes UIDs are UUIDs
- Don't mention container name in Name concept (it could mislead
readers)
2019-10-14 15:55:50 -07:00
Ashish
1393c49bd5
Missing "Manifest" from glossary k8s.io/docs/reference/glossary/ #13546 ( #16193 )
...
Added manifest glossary term.
2019-10-14 15:51:51 -07:00
Yuk, Yongsu
406828e71f
Edit link in document. ( #16878 )
2019-10-14 15:47:51 -07:00
Tanveer Alam
45c0769b54
Pods count should be part of object-count's spec. ( #16859 )
...
Pods count was added in compute-resources spec which should be in objects-count spec as we're passing count of pods in the definition.
2019-10-14 15:45:50 -07:00
shub-asa1
a6c0b0c698
fix for issue #16629 ( #16853 )
...
* fix for issue #16629
this is a fix for issue #16629 .
* Update content/en/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes.md
Co-Authored-By: Tim Bannister <tim@scalefactory.com>
2019-10-14 15:43:51 -07:00
shub-asa1
54d222f75c
fix for issue #16851 ( #16852 )
...
updated the link
2019-10-14 15:41:50 -07:00
diguage
0acdd83541
fix url ( #16846 )
2019-10-14 15:39:51 -07:00
diguage
42247fdae1
modify the file name to increase the contrast ( #16845 )
2019-10-14 15:37:51 -07:00
vishakha
065efcb313
Completeing AzureDisk storage class parameters ( #16841 )
2019-10-14 15:35:51 -07:00
Ahmad Bani jamali
57047b2c2c
a small fix in the delete all pods ( #16824 )
...
There was a typo in kubectl -n my-ns delete pod,svc --all
2019-10-14 15:33:51 -07:00
Mitesh Jain
8a1a9e9169
Update link for patch release manager in in skew support policy. ( #16808 )
2019-10-14 15:31:51 -07:00
Min Kim
81a2d02cef
clarify that v1beta1 CRDs will have to opt-in pruning feature ( #16807 )
2019-10-14 15:29:51 -07:00
Daniel Laing
a2edf8f934
Minor text edit ( #16760 )
...
Clarified the description of `kubectl edit`.
2019-10-14 15:27:51 -07:00
Taylor Dolezal
43f4f546f1
Update Endpoint Slice text with feedback from SIG ( #16670 )
2019-10-14 15:23:51 -07:00
Suraj Banakar
7d7ec43842
Add info about logging into shell before removing /mnt/data ( #16723 )
...
* Add info about logging into shell before removing /mnt/data
details
----------
- rm -rf should be run after logging into the node shell
* Re-use text from start of the task with small tweaks
2019-10-14 15:21:51 -07:00
CRC
b898211c22
Fix broken links in container pattern blog ( #16040 )
2019-10-14 15:09:50 -07:00
Peter Mikitsh
3964d24053
fix(cheatsheet): update context cmd description ( #15935 )
...
* fix(cheatsheet): update context cmd description
* chore: remove newline
2019-10-14 14:55:51 -07:00
Yushiro FURUKAWA
55e09389b4
Remove trailing spaces from 'no' documents( #16742 ) ( #16792 )
2019-10-14 00:48:36 -07:00
vishakha
3ecd4bb8d4
Fixing links in markdown for `logs` and `metrics` ( #16843 )
2019-10-13 23:22:36 -07:00
diguage
ae06e93e22
fix url to ReplicationController ( #16847 )
2019-10-13 01:58:36 -07:00
June Yi
d50f2cdcc9
Second Korean l10n work for release-1.16 ( #16784 )
...
* Update file outdated korean docs in dev-1.16-ko.2. (#16614 )
* Translate docs/templates/feature-state-*.txt in Korean (#16613 )
* Translate pod-topology-spread-constraints in Korean (#16654 )
Co-Authored-By: Seokho Son <shsongist@gmail.com>
Co-Authored-By: June Yi <june.yi@samsung.com>
2019-10-13 01:48:35 -07:00
Lubomir I. Ivanov
742880937b
kubeadm: include a couple of workarounds in kubeadm-certs.md ( #16726 )
...
* kubeadm: include a couple of workarounds in kubeadm-certs.md
- add warning about --certificate-renewal=false bug.
- add warning about disable kubelet cert rotation on "init" nodes.
* Update content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-certs.md
Co-Authored-By: Tim Bannister <tim@scalefactory.com>
2019-10-12 02:26:38 -07:00
PingWang
36f4d27136
zh-trans:/docs/concepts/overview/working-with-objects/names.md ( #16812 )
...
Signed-off-by: PingWang <wang.ping5@zte.com.cn>
update /docs/concepts/overview/working-with-objects/names.md
Signed-off-by: PingWang <wang.ping5@zte.com.cn>
update some description
Signed-off-by: PingWang <wang.ping5@zte.com.cn>
update type
Signed-off-by: PingWang <wang.ping5@zte.com.cn>
add name and uid in /docs/reference/glossary/
Signed-off-by: PingWang <wang.ping5@zte.com.cn>
2019-10-12 02:24:38 -07:00
Marcus Franke
981eee1365
[fix] Fix typo ( #16136 )
...
Fix a minor spelling error "disem" -> "diesem"
2019-10-12 00:50:38 -07:00
Rajesh Deshpande
abc1aef445
Fixing port related description ( #16819 )
...
* Fixing port related description
This tutorial has a step to use randomly generated port number but it was not mentioned that it can be different when the user tries this example. so to remove ambiguity, I have added a proper description. Please have a look at #16810
* Incorporating review comments
Incorporating review comments
2019-10-11 22:20:38 -07:00
PingWang
74397dd65f
Add the -n for pod in kubectl command ( #16798 )
...
Signed-off-by: PingWang <wang.ping5@zte.com.cn>
Add instructions in kubectl command
Signed-off-by: PingWang <wang.ping5@zte.com.cn>
update
Signed-off-by: PingWang <wang.ping5@zte.com.cn>
2019-10-11 18:28:39 -07:00
Roy Hvaara
b9331f31e7
Fix wording ( #16835 )
2019-10-11 15:40:40 -07:00
Roy Hvaara
7439304a9f
Fix spelling mistake ( #16834 )
2019-10-11 15:36:39 -07:00
Bynov
38bd4aab72
Fixed invalid bash keyword ( #16831 )
2019-10-11 15:28:38 -07:00
Abhishek Mane
a909352ac6
feature added for issue #16771 ( #16802 )
...
* feature added for issue #16771
* Update intermediate.md
2019-10-11 15:10:04 -07:00
Jian Zeng
4368f099a7
Add empty lines & remove trailing space ( #16796 )
...
Let lists be rendered correctly
2019-10-11 15:04:05 -07:00
Karen Bradshaw
04476d0c3d
fix spelling in contribute/start ( #16767 )
2019-10-11 14:54:04 -07:00
Dax McDonald
bbe6cc3dea
Update windows containers deployment ( #16749 )
...
There are two fixes in this change. First, the yaml is left justified in order to ease copying. Secondly, the selector field is added to the deployment.
2019-10-11 14:50:04 -07:00
Bob Killen
75bea0af64
Add CJ Cullen to blog post ( #16815 )
2019-10-11 12:56:04 -07:00
Rael Garcia
c463c75ac9
Typo in San Diego city name ( #16822 )
2019-10-11 07:21:42 -07:00
__Attsun__
c12124394f
Fix typo (「でき前に」=>「でき"る”前に」) ( #16821 )
2019-10-11 01:11:38 -07:00
makocchi
5741adde1a
Add RuntimeClass description ( #16692 )
2019-10-10 20:49:37 -07:00
PingWang
26458e416b
Correct the aws's URL ( #16733 )
...
Signed-off-by: PingWang <wang.ping5@zte.com.cn>
2019-10-10 19:35:37 -07:00
Paris
28ba3d6219
summit schedule ( #16744 )
2019-10-10 13:15:19 -07:00
babang
90f71be002
Fix typo and wordings for PR #16421 ( #16761 )
2019-10-10 07:45:46 -07:00
Yushiro FURUKAWA
2a120450eb
Remove trailing spaces from FR documents( #16742 ) ( #16788 )
2019-10-10 02:02:53 -07:00
Philippe MARTIN
3b10c76ca7
Translate updates ( #16568 )
...
* Translate updates
* fixes
2019-10-10 02:00:53 -07:00
Manish Bansal
d468afa016
Improved static pod task documentation ( #16709 )
...
Improved indentation
Apply suggestions from code review
Co-Authored-By: Zach Corleissen <zacharysarah@users.noreply.github.com>
Removing bullets points
Same have been added inline as per suggestions
Removed trailing space
2019-10-10 01:24:54 -07:00
Yushiro FURUKAWA
af66c0a274
Remove trailing spaces from ES documents( #16742 ) ( #16785 )
2019-10-09 23:52:52 -07:00
Yushiro FURUKAWA
520caa1264
Remove trailing spaces from ID documents( #16742 ) ( #16789 )
2019-10-09 21:48:52 -07:00
Yushiro FURUKAWA
99619d3414
Remove trailing spaces from DE documents( #16742 ) ( #16786 )
2019-10-09 21:32:52 -07:00
Duffie Cooley
331cc6fee0
Minor doc fix for syntax and typo ( #16666 )
...
* Minor doc fix for syntax and typo
Signed-off-by: Duffie Cooley <cooleyd@vmware.com>
* Feedback from sftim
2019-10-09 16:44:51 -07:00
Tim Bannister
6a4c73b112
Rename architecture section ( #16286 )
...
* Rename architecture section
"Kubernetes" goes without saying. This section is mainly talking about
cluster architecture, so make the title match that.
* Introduce “cluster” before Cluster Architecture section
Make sure the reader can learn what a cluster is before they read about
elements of cluster architecture.
2019-10-09 14:07:50 -07:00
Tim Bannister
06001c9f3d
Add glossary entry for proxy ( #16293 )
2019-10-09 13:33:50 -07:00
Tim Bannister
ae44abdd26
Tweak glossary entry for kube-apiserver ( #16294 )
...
* Retitle glossary entry for kube-apiserver
* Reword kube-apiserver glossary entry
2019-10-09 13:27:50 -07:00
diguage
2086e135f6
replace depercated commands with new commands ( #16610 )
2019-10-09 13:25:49 -07:00
Yushiro FURUKAWA
e177e4e782
Add explanation for "CN" ( #16714 )
...
* Add explanation for "CN" (#16456 )
* Grammar nit
2019-10-09 13:21:50 -07:00
ReSearchITEng
99fccb9bbe
completion for an alias also ( #16701 )
...
* completion for an alias also
how to do bash completion for an alias also (e.g. when there is an alias k=kubectl)
* rephrasing
2019-10-09 13:19:50 -07:00
diguage
8a3036f519
fix ordered list ( #16768 )
2019-10-09 13:11:49 -07:00
Mike Danese
3cf419aac7
remove myself from some reviewers lists ( #16753 )
...
I haven't worked on this stuff for a while, and in an effort to be more
responsive to reviews, I'd like to cut the files I review in ~half.
2019-10-09 13:09:50 -07:00
PingWang
d99bfecfa9
Correct the #sig-docs URL ( #16763 )
...
Signed-off-by: PingWang <wang.ping5@zte.com.cn>
2019-10-09 06:09:51 -07:00
relyt0925
7927610e05
remove section saying static pods can't have health checks ( #15956 )
...
* remove section saying static pods can't have health checks
* fix nits
2019-10-09 06:03:51 -07:00
Yushiro FURUKAWA
37efc6092a
Remove Stackpoint.io page ( #15262 ) ( #16739 )
...
Since Stackpoint.io has been retired and nobody can refer, This commit
removes that page.
2019-10-09 01:23:49 -07:00
Jimmy Jones
f835552f96
ExternalName warning about HTTP/TLS ( #16704 )
...
Suggested wording from sftim
2019-10-09 01:07:51 -07:00
Melony QIN
9cc26cfe15
update set image command in a simpler way ( #15817 )
...
* update set image command in a simpler way
update set image command in a simpler way
* fix indentation
* Update deployment.md
2019-10-08 22:01:49 -07:00
Sarah Brofeldt
97480b2fce
PDBs are updateable since 1.15 ( #16738 )
2019-10-08 18:05:52 -07:00
Ashish Billore
591d23be86
Minor updates ( #16737 )
...
Minor updates to the description.
2019-10-08 18:01:51 -07:00
Xin Jin
cd1d62ab0f
Update kubernetes-objects.md ( #16747 )
...
Make `spec` one of the required items.
2019-10-08 17:57:51 -07:00
Jorge I. Gasca
cfd0a2d709
Add annotation aws-load-balancer-security-groups ( #16702 )
2019-10-08 17:49:51 -07:00
Sascha Grunert
b55f80f67f
Update CRI-O version to 1.15 ( #16720 )
2019-10-08 17:01:52 -07:00
Lubomir I. Ivanov
d5060a9173
kubeadm: update notes for joining with discovery file ( #16557 )
2019-10-08 16:33:52 -07:00
sudeepbatra
2f6c52dd47
Update access-cluster-api.md ( #16461 )
...
Cluster-API is different project, hence the correct text here should be Kubernetes API
2019-10-08 16:31:52 -07:00
houjun
633bda12a8
VolumeSubpathEnvExpansion feature gate is enabled by default from v1.15 ( #16307 )
...
* VolumeSubpathEnvExpansion feature gate is enabled by default from v1.15
* Feedback from sftim
2019-10-08 15:59:51 -07:00
Hardy
e5863effe6
Add a example for union operator in the shell env ( #16282 )
...
In the current example, single quotes are used, but the union operator can be confusing.
Incorrect:
`kubectl get pod -o=jsonpath='{.items[*]['metadata.name','spec.nodeName']}'`
Correct:
`kubectl get pods -o=jsonpath="{.items[*]['metadata.name', 'status.capacity']}"`
2019-10-08 15:55:51 -07:00
mohamed chiheb ben jemaa
849dc428db
Issue with k8s.io/docs/tasks/configure-pod-container/static-pod/ ( #16189 )
...
* delete depracted option --pod-manifest-path
* change configuration file to manifests
* update to suggested wording
2019-10-08 15:51:51 -07:00
Yukun Sun
4c56c9e151
Update description about node Lease feature. ( #16112 )
2019-10-08 15:37:51 -07:00
Bob Furu
d6cd338e74
Capitalize Pod, style guide edits ( #16746 )
...
Capitalize instances of Pod and other minor edits (for example, change instances of "we") to conform with https://kubernetes.io/docs/contribute/style/style-guide and for improved readability.
2019-10-08 14:51:51 -07:00
Abhik Chakraborty
369a85ee2f
Removing Loadbalancer IP from the sample service file ( #14642 )
...
* Update service.md
* Update service.md
2019-10-08 14:47:52 -07:00
avigailof
b7de561de3
Update Platform9 service offering links ( #15895 )
...
* Update Platform9 service offering links
* Use checkmarks for Custom categories
2019-10-08 14:41:51 -07:00
Jesse Glick
64f0075ed7
Clarifying that you cannot mix Windows and Linux containers in a single pod. ( #15946 )
2019-10-08 05:45:12 -07:00
Song Shukun
4e1ebaa7c8
Rephrase sentence in k8s.io/docs/reference/kubectl/conventions/ ( #16732 )
2019-10-07 20:45:11 -07:00
houjun
170161b10e
Fix the status of feature podResource ( #16560 )
2019-10-07 20:43:10 -07:00
PingWang
46f596fd5b
Fix typos ( #16731 )
...
Signed-off-by: PingWang <wang.ping5@zte.com.cn>
Fix typos in limit-range.md
Signed-off-by: PingWang <wang.ping5@zte.com.cn>
2019-10-07 20:25:11 -07:00
Tim Bannister
4b64338f15
Fix typo ( #16728 )
2019-10-07 20:23:11 -07:00
Philippe MARTIN
7b7082c0c4
Update container images translation ( #16594 )
2019-10-07 14:15:11 -07:00
Philippe MARTIN
69adf15e49
Update kubectl conventions translation ( #16593 )
...
* Update kubectl conventions translation
* fix
2019-10-07 14:13:10 -07:00
Max
a1d84578fd
German I18n Cloud Controller ( #15727 )
...
* i18n cloud controller
* check i18n
* fixed missing translation
* translated Developing
2019-10-07 12:17:10 -07:00
Alexander Sowitzki
359a30185f
Add KubeOne and extend Kubermatic entries in production environment tools ( #16620 )
...
Signed-off-by: Alexander Sowitzki <dev@eqrx.net>
2019-10-07 08:35:12 -07:00
Qiming
4a903b6fdd
Update CRD related feature gates ( #16712 )
...
According to the [upstream
code](https://github.com/kubernetes/kubernetes/blob/release-1.16/pkg/features/kube_features.go#L602-L606 ),
Most CRD related features have gone GA. This PR updates the feature
gate doc.
2019-10-07 06:09:08 -07:00
Jan
8c336d9e5f
Fixed typo in German text ( #16696 )
...
Changed "sie" and "ihre" to "Sie" and "Ihre"
2019-10-07 01:09:09 -07:00
Manish Bansal
05231ff19d
Documentation update ( #16693 )
...
* Documentation update
Fixed link and its description
* Corrected
* Incorporated review comment
* Incorporated review comment
2019-10-07 00:31:09 -07:00
Tony Compton
fa6bb7f04f
Added missing HPAScaleToZero feature gate ( #16592 )
...
I discovered this feature gate when trying to configure scale-to-zero but found that it wasn't included in the documentation.
2019-10-06 19:25:07 -07:00
Dimitri Mitropoulos
11f60c5c15
fix: incorrect path ( #16609 )
2019-10-06 19:09:08 -07:00
Oleg Butuzov
76015448e8
Blog related fixes ( #16640 )
...
* Fixes for broken links
+ these fixes mostly covers forgotten scheme (like https: or mailto:)
+ fix for markdown parsing, which trigger to generate broken html (see 2019-03-20 post)
* Added new lines so list wouldn't looks like a mess
2019-10-06 19:01:09 -07:00
Daan Seynaeve
e6a6e422bd
fix bug in work-queue implementation for 'Fine Parallel Processing Using a Work Queue' ( #16625 )
2019-10-06 18:59:08 -07:00
Grant Griffiths
232d99ef14
Update ExpandCSIVolumes feature gate docs for 1.16 ( #16682 )
...
Signed-off-by: Grant Griffiths <grant@portworx.com>
2019-10-06 04:39:09 -07:00
Marcin Niemira
16b067cba5
fix alignment in examples emptydir-pod.yaml ( #16673 )
2019-10-06 04:37:09 -07:00
Ismail Alidzhikov
5af784afc0
Remove kubectl stop ( #16677 )
...
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
2019-10-06 04:35:09 -07:00
Rob Scott
dc355a0fad
Adding clarification that Endpoints are still required when EndpointSlices are enabled ( #16684 )
2019-10-06 04:33:09 -07:00
James Peach
cbef9c2bc3
Replace CRI-O incubator links. ( #16698 )
...
Update CRI-O links from Kubernetes incubator to the official CRI-O
homepage. Most links were already updated, but there were a few
stragglers in minikube documentation and old blog posts.
2019-10-06 03:29:10 -07:00
Ismail Alidzhikov
bb69306aa1
zh: Remove kubectl stop ( #16688 )
...
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
2019-10-06 03:27:09 -07:00
Yudi A Phanama
182320f2b8
Translate Volume page to Indonesian ( #16154 )
...
* Translate Volume page to Indonesian
* Add reviewed doc to translated Indonesian Volume page
2019-10-06 03:17:09 -07:00
Chaitanya
920d14f4fc
Accessibility Updates ( #16633 )
...
* Fixed accessibility issues in home page
Signed-off-by: ChaitanyaKaranam <karanam.krishna.25@gmail.com>
* Fixed accessibility issues for docs/home page
Signed-off-by: chaitanyakaranam <chaitanya.karanam@yahoo.com>
* Fixed accessibility issues for /partners page
Signed-off-by: chaitanyakaranam <chaitanya.karanam@yahoo.com>
* Fixed accessibility issues for /community page
Signed-off-by: chaitanyakaranam <chaitanya.karanam@yahoo.com>
* Update layouts/partials/header.html
Co-Authored-By: Tim Bannister <tim@scalefactory.com>
* Update layouts/partials/footer-scripts.html
Co-Authored-By: Tim Bannister <tim@scalefactory.com>
* Update layouts/index.html
Co-Authored-By: Tim Bannister <tim@scalefactory.com>
* Update content/en/partners/_index.html
Co-Authored-By: Tim Bannister <tim@scalefactory.com>
* Update content/en/community/_index.html
Co-Authored-By: Tim Bannister <tim@scalefactory.com>
* Added missing quotes
* Added landmark roles for search bar and footer
Signed-off-by: chaitanyakaranam <chaitanya.karanam@yahoo.com>
* Changed images alt text
Changed alt text from 'kubernetes community' to 'Kubernetes Conference Gallery'
* Removed verb from iframe title
Signed-off-by: chaitanyakaranam <chaitanya.karanam@yahoo.com>
* Change alt text for GitHub image
Co-Authored-By: Tim Bannister <tim@scalefactory.com>
* Few alt text changes
* Modified alt text
2019-10-05 22:23:09 -07:00
Andrew Sy Kim
4c10506de8
add k-vswitch to networking plugin docs ( #16695 )
...
Signed-off-by: Andrew Sy Kim <kiman@vmware.com>
2019-10-05 20:55:10 -07:00
Steven Correa
a3371164ab
Formatting fixes ( #16626 )
2019-10-05 17:49:10 -07:00
Ismail Alidzhikov
c51b1d65b7
fr: Remove kubectl stop ( #16687 )
...
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
2019-10-04 07:00:06 -07:00
Bob Killen
c156ef8c3d
Fix steering backlog link. ( #16683 )
2019-10-03 17:27:56 -07:00
mohamed chiheb ben jemaa
f950461025
change apiVersion of deployment object ( #16676 )
2019-10-03 17:03:55 -07:00
Gonzalo de la Fuente
3b2a401bc5
Fix typo ( #16349 )
...
* Fix typo
* Fix typo
Co-Authored-By: Rael Garcia <rael@rael.io>
2019-10-03 15:31:57 -07:00
Enrique Medina Montenegro
c1541a6f12
Spanish Translation ( #14852 )
2019-10-03 13:09:56 -07:00
Bob Killen
546b719b30
Add 2019 Steering Committee Election Results blog post. ( #16679 )
2019-10-03 10:16:10 -07:00
Mark McLoughlin
34f1a7779c
Trivial fixes to topology manager docs ( #16663 )
...
* Add missing newline to topology manager docs
* Fix typo
Pointed out by Karen Bradshaw
2019-10-03 09:50:12 -07:00
Giri Kuncoro
4fbb809be7
Add Indonesian translation for volume snapshots ( #16661 )
2019-10-03 08:18:12 -07:00
Nate Taber
1e40a4417a
Added AWS ALB Ingress Controller ( #16301 )
...
Added description and links for AWS ALB Ingress Controller
2019-10-03 01:52:09 -07:00
Roy Hvaara
b1cc4d982b
Fix broken link to Documentation style overview from Contribute page ( #16667 )
2019-10-02 13:58:08 -07:00
Jim Angel
0044acb69a
reflecting k8s-sig migration ( #16632 )
2019-10-02 11:46:07 -07:00
Tim Bannister
9a7b191bcc
Add concept page about Controllers ( #15733 )
...
* Add controller concept
* Fix controller glossary entries
* Link from Understanding Kubernetes Objects to Controllers
2019-10-02 10:06:08 -07:00
J M
bf83aaf699
Fix typo in glossary with CRI ( #16612 )
...
Resolves issue: https://github.com/kubernetes/website/issues/16588
2019-10-01 10:49:35 -07:00
Dimitri Mitropoulos
f331866db0
fix: removes dead link ( #16599 )
...
the link in question to here no longer contains a caveat for kubernetes 1.7.0 to 1.7.3
2019-10-01 10:47:34 -07:00
Dimitri Mitropoulos
1d52c31c86
typos: missing indefinite article and tense ( #16598 )
2019-10-01 10:45:34 -07:00
Dimitri Mitropoulos
cdf91a970d
fix: typo: extra whitespace indentation ( #16611 )
...
not matching the indentation level of all other mapping nodes
2019-10-01 10:41:39 -07:00
CloudYuga Technologies
7124c8dde4
Update overview.md ( #16617 )
2019-10-01 10:37:34 -07:00
Tim Bannister
c7e90a82cd
Formatting tweak ( #16638 )
...
Avoid marking process output as shell script
2019-10-01 10:33:35 -07:00
Oleg Butuzov
2d8a1f91f7
Fx adds forgotten slash at the the beginning of `/ko` url. ( #16643 )
...
* Fx adds forgotten slash at the the beginning of `/ko` url.
[page with issue](https://kubernetes.io/ko/docs/concepts/workloads/controllers/replicaset/ )
* part of the url converted to lowercase
2019-10-01 08:17:35 -07:00
Oleg Butuzov
2a94c25330
Fixed link in `/id/` localization to `extending api` page ( #16642 )
...
[Page with issues](https://kubernetes.io/id/docs/reference/glossary/?fundamental=true&workload=true&extension=true&networking=true&operation=true&security=true&storage=true&tool=true&user-type=true&core-object=true&community=true&architecture=true#term-platform-developer ) -> click links in "platform developer"
2019-10-01 04:23:32 -07:00
Oleg Butuzov
49fc16e58f
Broken links to english documentation that contain `/en/` ( #16641 )
2019-10-01 04:07:32 -07:00
Tim Bannister
a76055d0c1
Add glossary entry for disruption ( #16292 )
2019-09-30 14:49:32 -07:00
aimeeu
bd7308274e
Update reference-docs repo ( #16622 )
...
reference-docs moved from kubernetes-incubator to kubernetes-sigs
Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com>
2019-09-30 12:42:46 -07:00
Naoki Oketani
d223df1f69
added missing backquote ( #16596 )
2019-09-30 11:17:38 -07:00
Irvi Aini
2ec966509e
Add translations for StorageClass in ID localization. ( #15999 )
...
* Add translations for StorageClass in ID localization.
Apply suggestions from code review
Fix missing translations.
* Fix broken formatting.
2019-09-30 08:05:40 -07:00
Johannes Scheuermann
d0abaa9f0d
Fix typo in de autoscaling ( #16621 )
2019-09-30 07:49:38 -07:00
babang
db64ecd7fc
Translate Extend Cluster to Indonesian ( #16421 )
...
* extend cluster translation
* translate
* translate
* translate
* translate
* translate
* translate
* translate
* replace Anda with kamu
* fix comment
* fix comment
* Update content/id/docs/concepts/extend-kubernetes/extend-cluster.md
Co-Authored-By: Yudi A Phanama <11147376+phanama@users.noreply.github.com>
* fix comment
* fix comment
* update translation
* fix comment
* fix comment
* fix comment
* fix comment
* fix comment
* fix comment
* fix comment
2019-09-29 04:15:38 -07:00
Afrizal Fikri
5d69b592b4
Adding Bahasa Indonesia translation for Managing Resources page ( #16433 )
...
* Initiate
* Continue translation raw
* Change some into english
* Change few typographies
* trigger build
* Apply suggestions from code review
Co-Authored-By: Irvi Aini <7439590+irvifa@users.noreply.github.com>
2019-09-29 03:59:37 -07:00
Irvi Aini
a09479928a
Adding entries to Pod /etc/hosts with HostAliases for ID localization. ( #16009 )
...
* Adding entries to Pod /etc/hosts with HostAliases for ID localization.
* Fix language consistency based on input.
* Fix broken build.
2019-09-29 03:39:37 -07:00
Ryan Zidago
38cac04b06
docs-fr | reference | glossary | extensions.md ( #16431 )
2019-09-29 03:31:37 -07:00
icheikhrouhou
3479b55dbc
extended resources fr ( #16357 )
2019-09-29 03:23:37 -07:00
Ryan Zidago
9cd3dee153
docs-fr | reference | glossary | dynamic-volume-provisioning.md ( #16142 )
2019-09-29 03:17:37 -07:00
June Yi
a36f83ed17
First Korean l10n work for release-1.16 ( #16551 )
...
* Modify #16415 , #16417 korean docs. (#16467 )
* Modify #16364 and links in korean docs. (#16508 )
* Translate concepts/workloads/controllers/statefulset.md in Korean (#16443 )
* Update outdated content in dev-1.16-ko.1 (#16502 )
* Translate concepts/workloads/controllers/daemonset.md in Korean (#16477 )
* Translate concepts/services-networking/dns-pod-service in Korean (#16299 )
Co-Authored-By: June Yi <june.yi@samsung.com>
Co-Authored-By: Yoon <learder@gmail.com>
Co-Authored-By: Seokho Son <shsongist@gmail.com>
Co-Authored-By: SoHye Choi <wergreat10@naver.com>
Co-Authored-By: Yuk, Yongsu <ysyukr@gmail.com>
2019-09-29 02:05:37 -07:00
lys0716
31ab573a3b
Fix the spec in kubernetes-using-python example ( #16499 )
...
Fix the spec in kubernetes-using-python example
Signed-off-by: Yishuang Lu <luystu@gmail.com>
2019-09-27 14:34:43 -07:00
Tomasz Jakubik
09ca7dd95e
Fix link to script generating audit policy ( #16570 )
...
Script that generates audit policy file can change, so it's better to point user to file instead of specific line
2019-09-27 14:32:42 -07:00
David Benque
b2ad42d1a4
Fix link to `scale subresource` ( #16566 )
...
add missing leading /
2019-09-27 14:30:43 -07:00
Pengcheng Chen
657c976468
Fix indent issue in cheatsheet.md ( #16574 )
2019-09-27 14:22:43 -07:00
manyatripathi
19ff9cf17d
Update topology-manager.md ( #16580 )
2019-09-27 14:20:43 -07:00
Trey Tacon
9c39aff3e7
Correct minor typo `Cronjob` -> `CronJob`. ( #16591 )
2019-09-27 14:18:42 -07:00
Melony QIN
62b279afbb
add kubectl run deploy pod into specific namespace ( #15825 )
...
* add kubectl run deploy pod into specific namespace
* add my namespace
2019-09-27 14:04:42 -07:00
Mesaque Silva
0d32568251
wrong path of kube-scheduler ( #16051 )
...
updating line 51 to correct the path for kube-scheduler
2019-09-27 13:53:36 -07:00
Tim Bannister
79ef4a50a9
Use more glossary shortcodes ( #16086 )
2019-09-27 13:43:36 -07:00
bells17
ef44fdc062
Fix Cloud Provider repository links: CloudStack & OpenStack ( #16129 )
2019-09-27 13:41:36 -07:00
Benjamin Fuller
8c0be10bfd
Update docs to include example of tolerations in a pod ( #16157 )
...
Co-Authored-By: Tim Bannister <tim@scalefactory.com>
2019-09-27 13:33:35 -07:00
Ismail Alidzhikov
5f9fe16f28
Align cheatsheet comments ( #16178 )
...
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
2019-09-27 13:29:36 -07:00
Syed Awais Ali
61fd2ab61e
update install command for Mac OS ( #16177 )
...
when copying/pasting the command to install the Kubernetes on Mac OS using zsh, the command results in the following error,
`The specified key does not exist.`. This is usually because of the `\` that zsh automatically inserts into the command. The best practice is to use double-quotes and this is also the standard method according to https://google.github.io/styleguide/shell.xml?showone=Quoting#Quoting
2019-09-27 13:27:36 -07:00
Artem V. Navrotskiy
168b7131f2
Update install-minikube.md ( #16180 )
2019-09-27 13:23:36 -07:00
Deepika Pandhi
7bb1acf3dd
removed longer version to fetch labels for pods #14778 ( #16268 )
...
* updated OR comments
* removed older long version to fetch labels for pods to use only kubectl get pods --show-labels
2019-09-27 13:03:37 -07:00
mohamed chiheb ben jemaa
2975fd3137
delete outdated section ( #16332 )
2019-09-27 12:11:37 -07:00
Toni Tauro
764a485885
add /etc/sysconfig/kubelet info for CentOS/RHEL/Fedora Distributions ( #16347 )
2019-09-27 12:09:36 -07:00
Himanshu Pandey
9680192797
Added installation option for kubectl ( #16380 )
2019-09-27 12:05:37 -07:00
Rémy Léone
f22b58af25
Translate CCM concepts to French ( #14962 )
2019-09-27 06:37:35 -07:00
成臣 Chengchen
324f05b68f
Merge release1.14 into master ( #16584 )
...
* initial commit
* promote AWS-NLB Support from alpha to beta (#14451 ) (#16459 ) (#16484 )
* 1. Sync release-1.15 into master
2. Sync with en version
* 1. Add the lost yaml file.
* Update he cluster administration folder of concepts
1. Sync with 1.14 branch
2. Sync with en version
* Add yaml files which are used
* 1. Sync the configuration folder from 1.14 version
2. Sync the configuration folder files with en version
3. Changed some files structure for easily review
4. Add glossary folder for fixup build error
* 1. Sync the storage folder from 1.14 version
2. Sync the storage folder files with 1.16 version en document
3. Changed some files structure for easily review
* 1. Sync the service-networking folder from 1.14 version
2. Sync the service-networking folder files with 1.16 version en document
3. Changed some files structure for easily review
4. Add the necessary documents
5. Add the runtime-class file
2019-09-27 03:27:36 -07:00
Philippe MARTIN
1e3596f7bc
Update translation ( #16585 )
2019-09-27 03:11:36 -07:00
Ryan Zidago
9a2d3f46ba
docs-fr | reference | glossary | init-container.md ( #16493 )
2019-09-27 03:03:36 -07:00
Rafael Fernández López
1524d24915
Fix flannel revision for 1.16+ ( #16575 )
...
This version of flannel manifests include `cniVersion` that is
required for it to work properly with Kubernetes 1.16+.
2019-09-26 13:00:35 -07:00
Lee Verberne
fbc03c8ec6
Fix incorrect advice about creating a secret ( #16004 )
...
* Fix incorrect advice about creating a secret
The existing command does not use code style as required by the style
guide and it is incorrect as rendered. Also, there's an easier way to do
this.
* Add reviewer suggested improvement for secret escaping
Adding sftim's suggestion phrasing explanation of escaping shell special characters.
Co-Authored-By: Tim Bannister <tim@scalefactory.com>
* Make secret escaping instructions consistent
2019-09-26 09:41:09 -07:00
Tim Bannister
6e07eee895
Revise DNS Horizontal Autoscaling task ( #16069 )
2019-09-26 07:47:10 -07:00
成臣 Chengchen
9b2cb7a276
Merge release1.14 into master ( #16549 )
...
* initial commit
* promote AWS-NLB Support from alpha to beta (#14451 ) (#16459 ) (#16484 )
* 1. Sync release-1.15 into master
2. Sync with en version
* 1. Add the lost yaml file.
* Update he cluster administration folder of concepts
1. Sync with 1.14 branch
2. Sync with en version
* Add yaml files which are used
* 1. Sync the configuration folder from 1.14 version
2. Sync the configuration folder files with en version
3. Changed some files structure for easily review
4. Add glossary folder for fixup build error
* 1. Sync the storage folder from 1.14 version
2. Sync the storage folder files with 1.16 version en document
3. Changed some files structure for easily review
2019-09-26 06:45:09 -07:00
Philippe MARTIN
b3b736df4e
docs-fr | concepts | workloads | pods | pod-lifecycle.md ( #15213 )
...
* docs-fr | concepts | workloads | pods | pod-lifecycle.md
* Translation
* Fix typos
2019-09-26 02:29:07 -07:00
Sascha Grunert
d4d55a7039
Add introduction of Alpha feature EvenPodsSpread ( #16446 )
...
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-09-25 19:35:06 -07:00
wgj
e449999373
Updates url for creating a sample user ( #16412 )
2019-09-25 19:33:08 -07:00
Saed Alavinia
04bbe060ec
Update taint-and-toleration.md ( #16558 )
...
Removing the confusing "any"
2019-09-25 19:31:06 -07:00
Andrej Marolt
313379c109
Change formatting of example-ingress.yaml ( #16545 )
2019-09-25 19:29:07 -07:00
Mans Matulewicz
84a1651d19
copy paste fix ( #16548 )
2019-09-25 19:27:07 -07:00
Pengcheng Chen
54af88fad2
Update the kubectl config command in cheatsheet.md ( #16556 )
...
`kubectl config view -o jsonpath='{.users[].name}' ` in the doc doesn't get the list of users as described in the comment actually.
To get the list of users, the json path should be `'{.users[].name}' `
2019-09-25 19:25:06 -07:00
diguage
3a2a59c3e3
clean up the environment ( #16430 )
2019-09-25 15:15:05 -07:00
Raghuram Devarakonda
b948ea293d
Explicitly mention alpha status of snapshot APIs. ( #16525 )
...
Also added a section about creating volumes from snapshots.
2019-09-25 11:07:41 -07:00
diguage
66cadd66b5
fix markdown syntax ( #16452 )
2019-09-25 10:46:02 -07:00
Michal Srb
351a306344
Validate namespace preference in current context with --minify option ( #16448 )
...
Signed-off-by: Michal Srb <michal@redhat.com>
2019-09-25 10:44:02 -07:00
aimeeu
e2da611c77
Enhance Triage and categorize issues section ( #16295 )
...
Enhance to emphasize that triagers should add a priority to each
issue.
Add Learn about Prow section
Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com>
2019-09-25 08:54:01 -07:00