Commit Graph

13074 Commits (d267504833c4efe0f543024abd6404860c88dd1b)

Author SHA1 Message Date
Kubernetes Prow Robot fb976d5844
Merge pull request #27364 from jailton/en/docs/tutorials/stateless-application
Fix content/en/docs/tutorials/stateless-application/guestbook.md
2021-04-04 23:58:15 -07:00
Kubernetes Prow Robot 8b2ecd55ec
Merge pull request #27386 from nicks/patch-1
Fixed errors in instructions for generating ref docs
2021-04-04 23:56:14 -07:00
Kubernetes Prow Robot c6194a2473
Merge pull request #27263 from npu21/node-id
Fix line separation in concepts/architecture/nodes
2021-04-04 23:54:15 -07:00
Tabitha Sable 6c4e752016 Adopt several suggestions from review. 2021-04-05 00:36:22 -05:00
Tabitha Sable e0b7222f1a Rename file to match publication date 2021-04-05 00:36:05 -05:00
Kubernetes Prow Robot ce94ae337b
Merge pull request #27388 from ariscahyadi/id-remove-task-template
[ID] remove task template to sync with EN
2021-04-04 22:32:15 -07:00
Justas fe9e5a80ad Fix label selector in Using Source IP tutorial
Before:
```sh
controlplane $ kubectl delete svc -l run=source-ip-app
No resources found
```
```sh
k get svc --show-labels
NAME           TYPE           CLUSTER-IP       EXTERNAL-IP   PORT(S)        AGE     LABELS
clusterip      ClusterIP      10.110.247.112   <none>        80/TCP         28m     app=source-ip-app
kubernetes     ClusterIP      10.96.0.1        <none>        443/TCP        49m     component=apiserver,provider=kubernetes
loadbalancer   LoadBalancer   10.111.123.206   <pending>     80:31111/TCP   9m59s   app=source-ip-app
nodeport       NodePort       10.108.129.31    <none>        80:32503/TCP   22m     app=source-ip-app
```
After:
```sh
controlplane $ kubectl delete svc -l app=source-ip-app
service "clusterip" deleted
service "loadbalancer" deleted
service "nodeport" deleted
```

Update source-ip.md

Update source-ip.md

Update source-ip.md
2021-04-04 20:52:13 +03:00
Aris Cahyadi Risdianto 2325d540bf moving pod-overhead into scheduling-eviction. 2021-04-04 22:57:41 +08:00
wangyysde 0783316117
Update content/zh/docs/concepts/cluster-administration/system-metrics.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2021-04-04 22:41:17 +08:00
wangyysde 021dc964b3
Update content/zh/docs/concepts/cluster-administration/system-metrics.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2021-04-04 22:41:02 +08:00
Kubernetes Prow Robot 7f2b282dbe
Merge pull request #26602 from tengqm/kube-scheduler-policy-config
Add reference doc for kube-scheduler policy
2021-04-03 10:02:12 -07:00
Kubernetes Prow Robot 4556399e99
Merge pull request #26608 from tengqm/client-auth-config
Add reference for client-authentication v1beta1
2021-04-03 09:42:12 -07:00
Kubernetes Prow Robot 973caa38b1
Merge pull request #26606 from tengqm/audit-policy-config
Add reference for audit API group
2021-04-03 09:12:12 -07:00
Tim Bannister 7d84f93f06 Don't mention kubeadm dual-stack as a site front page feature
kubeadm dual-stack is a nice feature, but we don't need to mention it
on https://kubernetes.io/

Omit that mention.
2021-04-03 16:21:03 +01:00
Aris Cahyadi Risdianto be40912057 remove cluster management to sync with upstream. 2021-04-03 19:06:52 +08:00
Aris Cahyadi Risdianto 411f732ae3 remove example task template to sync with upstream. 2021-04-03 18:34:46 +08:00
Kubernetes Prow Robot 25d8a13220
Merge pull request #27241 from krol3/sec-overview
[es] Add content/es/docs/concepts/security/overview
2021-04-02 22:56:11 -07:00
Tabitha Sable b20641723c Fix typo in relative URL 2021-04-02 23:11:31 -05:00
Tabitha Sable 4e15cffdf9
Update links to be site-relative
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-04-02 23:10:15 -05:00
Arhell 5767f39fd1 [ja] updated labels for cli command in the PHP Guestbook tutorial 2021-04-03 02:20:18 +03:00
carol valencia 9717c5bb3b chore: raelga review 2021-04-02 18:44:03 -03:00
Nick Santos 34f1d61c60
Fixed errors in instructions for generating ref docs
Some minor mistakes I noticed:
- WEB_ROOT is actually K8S_WEBROOT (https://github.com/kubernetes-sigs/reference-docs/blob/master/Makefile#L12)
- copysrc puts the code in gen-apidocs/build, not gen-apidocs/generators/build (https://github.com/kubernetes-sigs/reference-docs/blob/master/Makefile#L89)
- K8S_VERSION must have a patch number, because all kubernetes tags have patch numbers (https://github.com/kubernetes/kubernetes/tree/v1.17 vs https://github.com/kubernetes/kubernetes/tree/v1.17.0)
2021-04-02 14:20:37 -04:00
TAKAHASHI Shuuji e3d9f76bff Translate tutorials/clusters/apparmor into Japanese 2021-04-02 15:25:47 +00:00
TAKAHASHI Shuuji 5d0031cbdd Translate _index.md into Japanese 2021-04-02 15:25:47 +00:00
TAKAHASHI Shuuji 5401a7ae75 Copy files to translate into Japanese 2021-04-02 15:25:47 +00:00
Kubernetes Prow Robot 6864166901
Merge pull request #27291 from tengqm/zh-sync-admin-cluster
[zh] Resync cluster administration
2021-04-02 07:44:11 -07:00
luzg ae317a06fb [zh] translate reference/Well-Known Labels, Annotations and Taints 2021-04-02 21:28:30 +08:00
Kubernetes Prow Robot c45c5746b2
Merge pull request #27322 from zhiguo-lu/zh-trans-task-install-kubectl-on-linux
[zh] translate task/Install and Set Up kubectl on Linux
2021-04-02 05:18:12 -07:00
Soichiro KAWAMURA a68cd7345f
fix anchor in URLs 2021-04-02 20:20:49 +09:00
Philippe Martin f7943d8048 Prepare for v1.21 + indentation + local common definitions 2021-04-02 08:24:57 +02:00
Ricardo Katz a806f40897
Add portuguese translation for networking concepts (#27300)
* Add portuguese translation for networking concepts

* Correct minor typos

* Apply suggestions from code review

Co-authored-by: Tim Bannister <tim@scalefactory.com>

* Correct typos

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-04-01 21:20:11 -07:00
Kubernetes Prow Robot 8b45d0f687
Merge pull request #27346 from luolanzone/antrea
add antrea in network addon list
2021-04-01 20:22:12 -07:00
Qiming Teng 4d20ce5b29 Add reference doc for kube-scheduler policy
This is a reference for kube-scheduler policy config generated from
kubernetes-sigs/reference-docs/genref tool.
More specifically, it is generated using the following command:

```
./genref --include kube-scheduler-policy-config
```
2021-04-02 10:57:58 +08:00
Qiming Teng 94e021ccf6 Add reference for audit API group
This is a reference for audit.k8s.io/v1 API group generated from kubernetes-sigs/reference-docs/genref tool.
More specifically, it is generated using the following command:

```shell
./genref -include apiserver-audit
```
2021-04-02 10:01:12 +08:00
Qiming Teng b28250b68f Add reference for client-authentication v1beta1
This is a reference for client authentication API generated from kubernetes-sigs/reference-docs/genref tool.
More specifically, it is generated using the following command:

```shell
./genref -include client-authentication
```
2021-04-02 09:48:59 +08:00
Kubernetes Prow Robot 065cbfb9d0
Merge pull request #26596 from tengqm/kube-scheduler-config
Kube scheduler config
2021-04-01 18:48:11 -07:00
luzg d439f4dd17 [zh] translate task/Install and Set Up kubectl on Linux 2021-04-02 09:33:54 +08:00
Kubernetes Prow Robot 7101158992
Merge pull request #26590 from tengqm/kubelet-config
Document kubelet config format
2021-04-01 18:30:11 -07:00
Kubernetes Prow Robot 029d2f6ed8
Merge pull request #27374 from kubernetes/dev-1.20-ko.7
[ko] Seventh Korean l10n work for release-1.20
2021-04-01 16:40:11 -07:00
Arhell 89277ad575 [ja] fix bind-address on scheduler 2021-04-02 02:04:38 +03:00
Tim Bannister 0bfff0bc5c Remove statement about the future 2021-04-01 21:43:48 +01:00
Tim Bannister 6c935b6f90 Improve docs for NamespaceDefaultLabelName 2021-04-01 21:43:47 +01:00
Tim Bannister 8f913ba982 Note PodSecurityPolicy deprecation 2021-04-01 18:15:09 +01:00
Tim Bannister 90c9da9c86 Tidy sysctl task page for GA 2021-04-01 18:12:17 +01:00
seokho-son cf780b6545 Resolve conflicts on dev-1.20-ko.7 branch 2021-04-02 00:18:10 +09:00
Kubernetes Prow Robot 2047c9bd7f
Merge pull request #27196 from ysyukr/dev-1.20-ko.7-outdated-part-1
[ko] Update to Outdated files in the dev-1.20-ko.7 (p1)
2021-04-01 07:03:22 -07:00
Kubernetes Prow Robot fb5f0b7a93
Merge pull request #27219 from jmyung/jesang/tls/v0.1
[ko] Translate tasks/tls/managing-tls-in-a-cluster.md in Korean
2021-04-01 07:01:21 -07:00
Qiming Teng ce76e0f875 Add reference for kube-scheduler config 2021-04-01 21:58:58 +08:00
Qiming Teng 79845b0c4a Add kubelet config reference
This is a reference for kubelet config generated from
github.com/tengqm/genref tool using the following command:

./genref -include kubelet-config
2021-04-01 21:53:14 +08:00
Luo Lan c8d20ea228 update antrea link based on review comment 2021-04-01 21:31:22 +08:00
jmyung e172a7e264 translate Manage TLS Certificates in a Cluster in Korean 2021-04-01 22:11:29 +09:00
Yuk, Yongsu b59a32dfbc Update to Outdated files in the dev-1.20-ko.7 branch part. 1. 2021-04-01 21:34:26 +09:00
Adhityaa Chandrasekar cfc66c0f85 blog: introducing suspended jobs
Signed-off-by: Adhityaa Chandrasekar <adtac@google.com>
2021-04-01 10:58:18 +00:00
Kubernetes Prow Robot 8eefd68e4f
Merge pull request #27304 from Arhell/error
[zh] fix: errors in base64 and sed commands
2021-04-01 03:21:22 -07:00
Kubernetes Prow Robot 1a6dcc8639
Merge pull request #27314 from klinghang/master
[zh] modify:zh/docs/concepts/workloads/pods/_index.md
2021-04-01 03:13:21 -07:00
Kubernetes Prow Robot 9c0ea12189
Merge pull request #27318 from jihoon-seo/210330-zh-Fix-custom-heading-ID
[zh] Fix custom heading ID
2021-04-01 03:09:21 -07:00
Kubernetes Prow Robot c71ba4c54c
Merge pull request #27327 from gaoguangze111/correct-translation-connect-applications-service
Correct translation connect-applications-service.md
2021-04-01 02:55:21 -07:00
Kubernetes Prow Robot 38a9e33a2e
Merge pull request #27325 from Shubham82/fix-AppArmor
Corrected the description in 'Restrict a Container's Access to Resources with AppArmor'
2021-04-01 02:45:22 -07:00
Kubernetes Prow Robot 714fed8d7f
Merge pull request #27337 from Arhell/update
[zh] update control-plane-flags.md to fix bind-address on scheduler
2021-04-01 02:41:21 -07:00
Qiming Teng 816725246d [zh] Sync changes to feature-gates
Also fixed some nits in the upstream.
2021-04-01 17:38:56 +08:00
Kubernetes Prow Robot 0db87652fb
Merge pull request #27363 from mengjiao-liu/sync-pv
[zh] Sync content/en/docs/concepts/storage/persistent-volumes.md
2021-04-01 02:35:21 -07:00
Kubernetes Prow Robot ec6d03d84d
Merge pull request #26595 from tengqm/kube-proxy-config
Add kube-proxy config reference
2021-04-01 01:33:21 -07:00
Tabitha Sable c43c40e1b0 Add blog post describing PSP deprecation and next steps. 2021-04-01 01:48:51 -05:00
mengjiao.liu 692e997105 [zh] Sync content/en/docs/concepts/storage/persistent-volumes.md 2021-04-01 14:26:12 +08:00
Kubernetes Prow Robot a8035792af
Merge pull request #27355 from wwgfhf/master-self-hosting
Update zh translation in self-hosting.md
2021-03-31 23:03:21 -07:00
Kubernetes Prow Robot d1556f7dfd
Merge pull request #27365 from mengjiao-liu/sync-overview-components
[zh] sync content/en/docs/concepts/overview/components.md
2021-03-31 22:57:21 -07:00
Kubernetes Prow Robot 19b961a89d
Merge pull request #27362 from Arhell/fixes
fix bind-address on scheduler
2021-03-31 22:23:21 -07:00
Juan Sebastian Romero a66fec504e
Update kubespray.md
update link to playbook variables in ansible
2021-04-01 01:04:01 -03:00
mengjiao.liu d4597c7c24 [zh] sync content/en/docs/concepts/overview/components.md 2021-04-01 11:51:27 +08:00
Jailton Lopes d5b1793351
Update "Deploying PHP Guestbook application with MongoDB" Tutorial to fix the following issues:
* #26765 - Ordered lists with wrong indexes
* The wrong output of "kubectl get service frontend" on LoadBalancer Service Type example.
* Fixing format

Signed-off-by: Jailton Lopes <jailton@gmail.com>
2021-04-01 00:42:41 -03:00
huyuqing edd432194f
Remove redundant characters in concepts/architecture/nodes 2021-04-01 10:16:56 +08:00
Kubernetes Prow Robot 936e2c60ce
Merge pull request #27289 from SataQiu/update-create-cluster-kubeadm-20210329
kubeadm: update create-cluster-kubeadm page as kubeadm will not do e2e tests against Calico CNI anymore
2021-03-31 17:41:21 -07:00
Kubernetes Prow Robot 5f3e13e820
Merge pull request #27341 from kbhawkey/fix-replication-controll-text
fixup rc text
2021-03-31 17:31:21 -07:00
Qiming Teng 0d7d7470dd Add kube-proxy config reference
This is a reference for kube-proxy config generated from kubernetes-sigs/reference-docs/genref tool.
More specifically, it is generated using the following command:

./genref -include kube-proxy
2021-04-01 08:26:17 +08:00
Kubernetes Prow Robot 0da4bfb533
Merge pull request #27251 from seokho-son/sync-1.20-ko.7
[ko] Update outdated files in dev-1.20-ko.7 (p2)
2021-03-31 16:59:21 -07:00
Kubernetes Prow Robot 8cadfc4ffd
Merge pull request #27088 from maplain/service-internal-traffic-policy
Add documentation for Service InternalTrafficPolicy
2021-03-31 16:51:21 -07:00
Kubernetes Prow Robot bfa3449b05
Merge pull request #27032 from robscott/topology-aware-hints
Adding documentation for Topology Aware Hints
2021-03-31 16:49:21 -07:00
Rob Scott b9ec368cfc
Adding documentation for Topology Aware Hints 2021-03-31 15:28:48 -07:00
Arhell c72828aadf fix bind-address on scheduler 2021-04-01 01:28:21 +03:00
Fangyuan Li 66cb8f917d Add documentation for Service InternalTrafficPolicy 2021-03-31 15:24:07 -07:00
Kubernetes Prow Robot 5fac89acb0
Merge pull request #27093 from pacoxu/init-container/behavior
init container image change or container GC will not restart Pod sinc…
2021-03-31 11:35:21 -07:00
Tim Bannister eea1c895ac
Reinstate missing word 2021-03-31 19:31:02 +01:00
Rey Lejano f03e3aca62 follow up csi migration of cinder vol plugin in PR 26992 2021-03-31 09:04:37 -07:00
Kubernetes Prow Robot 8b8650eff1
Merge pull request #27303 from rikatz/extend-net
Add pt translation for extend networking
2021-03-31 08:33:02 -07:00
Kubernetes Prow Robot 1c42751367
Merge pull request #26992 from jsafrane/cinder-migration-on
CSI migration of Cinder volume plugin is on by default
2021-03-31 07:49:02 -07:00
Kubernetes Prow Robot c8acfdd5fb
Merge pull request #27092 from XudongLiuHarold/add-service-loadbalancer-class
Add documentation for Service LoadBalancerClass
2021-03-31 07:41:01 -07:00
Rey Lejano d9bdc192a7 follow-up PR to update deprecation policy for k8s metrics originally in PR 27202 2021-03-31 05:26:19 -07:00
bryan 96ab2b0dac resolve some format erros 2021-03-31 20:06:36 +08:00
wwgfhf e77f730256
Update self-hosting.md 2021-03-31 20:05:29 +08:00
Francesco Romani b4f485a6b0
Actualize podresources 1.21 (#27203)
* Actuallize podresources description

This commit updates description according to
https://github.com/kubernetes/enhancements/pull/1884

Update content/en/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins.md

Signed-off-by: Alexey Perevalov <alexey.perevalov@huawei.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>

* podresources: document the new feature gate

Signed-off-by: Francesco Romani <fromani@redhat.com>

* device plugins: add clarifications after review

- fix the AllocatableResourcesResponse comment
- describe the NUMA ID and explain the meaning of the field.

Signed-off-by: Francesco Romani <fromani@redhat.com>

Co-authored-by: Alexey Perevalov <alexey.perevalov@huawei.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-03-31 04:39:00 -07:00
Han Kang f9bacb20ae
add deprecation policy for k8s metrics (#27202)
* add deprecation policy for metrics

* Update content/en/docs/reference/using-api/deprecation-policy.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>

* amend stability language given review comments

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-03-31 04:33:00 -07:00
Kubernetes Prow Robot ba4914fdb2
Merge pull request #27170 from Arhell/col
[ja] fix column alignment
2021-03-31 02:36:58 -07:00
ooeunz f6d44d37ac Fixed broken link in content/en/blog/_posts/2019-11-26-cloud-native-java-controller-sdk.md 2021-03-31 16:56:27 +09:00
Luo Lan ae1650b2db add antrea in network addon list 2021-03-31 15:28:47 +08:00
KobayashiD27 0565b3bca4 Fix the pointed out sentence 2021-03-31 12:16:08 +09:00
Kobayashi Daisuke fea85c8611
Update content/ja/docs/contribute/participate/_index.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2021-03-31 11:52:13 +09:00
Kobayashi Daisuke c8c2227d8c
Update content/ja/docs/contribute/participate/_index.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2021-03-31 11:52:08 +09:00
Kobayashi Daisuke a11be7c52d
Update content/ja/docs/contribute/participate/_index.md
Co-authored-by: nasa9084 <nasa9084@users.noreply.github.com>
2021-03-31 11:52:02 +09:00
Karen Bradshaw fe2f1e2da6 fixup rc text 2021-03-30 21:03:57 -04:00
Tim Bannister c3af732d1a Fix docs for volume health monitoring 2021-03-31 00:53:04 +01:00
Arhell f219e4e61a [zh] update control-plane-flags.md to fix bind-address on scheduler 2021-03-31 01:49:46 +03:00
Kubernetes Prow Robot fd721b8e95
Merge pull request #26970 from jiahuif/feature/leader-migration/task
(KEP-2436) Task: Controller Manager Leader Migration
2021-03-30 15:30:58 -07:00
Indeed 063edc95c7 add link to leader migration
to the "cloud controller manager" concept.
2021-03-30 13:41:41 -07:00
Indeed a7fdd13090 (KEP-2436) task: Controller Manager Leader Migration. 2021-03-30 13:41:41 -07:00
Kubernetes Prow Robot 6bff481ebc
Merge pull request #27330 from oomichi/redirect-kubeadm-pl
pl: Replace redirect links of kubeadm
2021-03-30 10:51:59 -07:00
seokho-son 39c82936d9 Update outdated files in dev-1.20-ko.7 (p2) 2021-03-31 02:27:44 +09:00
Kenichi Omichi f98a672883 pl: Replace redirect links of kubeadm
/docs/reference/setup-tools/kubeadm/kubeadm/ is redirected to /docs/reference/setup-tools/kubeadm/
This replaces the redirect links of kubeadm with the direct links.

NOTE: The pull request for `en` language has been already merged as https://github.com/kubernetes/website/pull/26919
2021-03-30 16:58:04 +00:00
Kubernetes Prow Robot eba27a0e2a
Merge pull request #27285 from ganeshniyer/patch-3
Made small typo corrections
2021-03-30 09:45:57 -07:00
Kubernetes Prow Robot 09755e69af
Merge pull request #27060 from xing-yang/dev-1.21
Add doc for volume health monitoring
2021-03-30 09:33:57 -07:00
Kubernetes Prow Robot b0f761598a
Merge pull request #27141 from neolit123/1.21-add-note-about-admin.conf
kubeadm/create-cluster: add warning about admin.conf
2021-03-30 09:29:57 -07:00
Kubernetes Prow Robot 293745deed
Merge pull request #27211 from habibrosyad/task-tutorial-prereqs
[id] Sync task-tutorial-prereqs.md
2021-03-30 09:23:56 -07:00
Kubernetes Prow Robot e7a3482b6a
Merge pull request #26786 from neolit123/1.21-cgroup-drivers-new-page
kubeadm: add separate page for configuring / migrating cgroup driver
2021-03-30 09:21:57 -07:00
Kubernetes Prow Robot edd2882e3d
Merge pull request #27213 from habibrosyad/supported-doc-versions
[id] Sync supported-doc-versions.md
2021-03-30 09:19:56 -07:00
xing-yang 05cae37d56 Add doc for volume health monitoring 2021-03-30 16:12:07 +00:00
Kubernetes Prow Robot bf97c371b2
Merge pull request #27292 from CriaHu/hyq-2021032905
Translation optimization
2021-03-30 09:09:57 -07:00
ganeshniyer e6e3f00a44
Corrected a clarification based on the review
removed [ and ] in the command ETCDCTL_API=3 etcdctl --endpoints=https://127.0.0.1:2379 \
  --cacert=<trusted-ca-file> --cert=<cert-file> --key=<key-file> \
  snapshot save <backup-file-location>
2021-03-30 21:30:49 +05:30
Jose Roberto Almaraz 33a84d66df
Add content/pt/docs/reference/access-authn-authz/authentication.md (#26928)
* Add content/pt/docs/reference/access-authn-authz/authentication.md

* fixing markdown links

* wrong reference for adding bearer token to request

* wrong reference for adding bearer token to request - reviewed

* addressing review items from rikatz

* addressing review items: typos, wrong reference link for webhook authentication, etc

* fixing typos, adding placeholders for glossary terms

* Fixing glossary reference and adding glossary content

* 2 more reviewed items

* plural for transparentes

* fixing wrong glossary term_id for common-name, using tls-common-name instead

* fixing webhook and proxy authentication links

* fixing wrong gramatic on groups description

* review items on multiple syntax and context/meaning errors
2021-03-30 06:51:58 -07:00
GoodGameZoo f3e31e4ce9 Correct translation connect-applications-service.md 2021-03-30 06:36:33 -07:00
Kubernetes Prow Robot 8e65b8abb1
Merge pull request #27320 from gaoguangze111/correct-translation-create-cluster-kubeadm
Correct typo in page create-cluster-kubeadm.md
2021-03-30 06:19:57 -07:00
Shubham Kuchhal d39d4b4bf7 Corrected the description in 'Restrict a Container's Access to Resources with AppArmor' 2021-03-30 17:03:10 +05:30
Jihoon Seo b6d0d51111 [zh] Fix custom heading ID 2021-03-30 17:13:37 +09:00
GoodGameZoo 8995eaa248 Correct typo in page create-cluster-kubeadm.md 2021-03-30 00:18:42 -07:00
konglinghang cbff017b69 fix a word translation 2021-03-30 14:14:36 +08:00
Kubernetes Prow Robot 15f1a9ca1c
Merge pull request #27298 from tengqm/zh-sync-controllers
[zh] Sync changes to workload controllers
2021-03-29 21:21:56 -07:00
KLH 68032faacc
[zh] modify: zh/docs/concepts/workloads/_index.md (#27308)
* fix a word translation

* Update content/zh/docs/concepts/workloads/_index.md

Co-authored-by: Qiming Teng <tengqm@outlook.com>

Co-authored-by: Qiming Teng <tengqm@outlook.com>
2021-03-29 20:57:56 -07:00
KLH 557a69e959
Update content/zh/docs/concepts/workloads/_index.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2021-03-30 11:21:21 +08:00
Morten Torkildsen d341b96fb3 Promote Pod Disruption Budgets to GA 2021-03-29 19:58:50 -07:00
Kubernetes Prow Robot c4f5dc94e4
Merge pull request #27135 from santachopa/translate-volumn-plugin
[ko] Translate reference/glossary/volume-plugin.md in Korean
2021-03-29 19:11:56 -07:00
huangshanhui 1cf3ed6403
Update kms-provider.md
fix the translation of "cloud provider"
2021-03-30 10:10:26 +08:00
Kubernetes Prow Robot aea393a0d0
Merge pull request #27070 from swetharepakula/eps-ga-docs
EndpointSlice API GA Doc Updates for 1.21
2021-03-29 15:49:56 -07:00
Arhell 66206ab141 [zh] fix: errors in base64 and sed commands 2021-03-30 00:38:49 +03:00
Ricardo Pchevuzinske Katz 7f66bfd059 Add pt translation for extend networking 2021-03-29 18:25:04 -03:00
carol valencia f6a5a55a55 chore: review fixing text - 3 2021-03-29 16:40:44 -03:00
Kubernetes Prow Robot 87852360b3
Merge pull request #26723 from hbagdi/ingress-class-namespaced-params
Ingress class namespaced params
2021-03-29 11:23:57 -07:00
wangyysde d7f2720616
Update system-metrics.md 2021-03-29 23:06:56 +08:00
Marc Bihlmaier 3ccdb3426a
Update kubelet-config-file.md (#27192)
* Update kubelet-config-file.md

add note and link to kubeadm/kubelet-integration

* Update content/en/docs/tasks/administer-cluster/kubelet-config-file.md

Co-authored-by: Qiming Teng <tengqm@outlook.com>

Co-authored-by: Qiming Teng <tengqm@outlook.com>
2021-03-29 06:00:45 -07:00
SataQiu 3252fb1d9e kubeadm: update create-cluster-kubeadm page as kubeadm will not do e2e tests against Calico CNI anymore 2021-03-29 20:56:15 +08:00
Qiming Teng 29d6c1135d [zh] Sync changes to workload controllers 2021-03-29 20:43:52 +08:00
huyuqing 66617a0633
Translation optimization of /docs/tasks/job/automated-tasks-with-cron-jobs.md 2021-03-29 19:25:30 +08:00
huyuqing 89a2aec131
Translation optimization of /docs/tasks/job/automated-tasks-with-cron-jobs.md 2021-03-29 19:19:15 +08:00
Qiming Teng 1dbdda9d34 [zh] Resync cluster administration
Main change is to the certificates page which has been migrated into its
own task.
2021-03-29 18:58:30 +08:00
pacoxu ed7c4e7046 init container image change or container GC will not restart Pod since 1.20
Signed-off-by: pacoxu <paco.xu@daocloud.io>
2021-03-29 17:19:56 +08:00
huyuqing a67181d429
Fix line separation in concepts/architecture/nodes 2021-03-29 16:43:04 +08:00
ganeshniyer 5c589626fd
Made small typo corrections
(1) the help option for etcdctl is -h and not --h. Corrected the same
(2) in the snapshot command, the --endpoints option's value has been corrected to reflect the right endpoint.
2021-03-29 14:04:48 +05:30
Kubernetes Prow Robot b8a717edf1
Merge pull request #27083 from soltysh/cronjob_ga
Update docs for CronJob GA
2021-03-28 23:08:44 -07:00
Xudong Liu fcfcc73a00
Update content/en/docs/concepts/services-networking/service.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2021-03-28 21:35:41 -07:00
Xudong Liu 469b890e6c
Update content/en/docs/concepts/services-networking/service.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2021-03-28 21:35:31 -07:00
Xudong Liu 81b8394561
Update content/en/docs/concepts/services-networking/service.md
Co-authored-by: Qiming Teng <tengqm@outlook.com>
2021-03-28 21:35:20 -07:00
Xiaopeng Han ecede1568a
update the correct operator link
The original link of `operator pattern` is a meaningless page. This commit updates the link to the correct `operator pattern` page.
2021-03-29 11:54:32 +08:00
santachopa 1b1382bd12 Translate reference/glossary/volume-plugin.md in Korean 2021-03-29 11:20:48 +09:00
Jihoon Seo 194fe99532 Update concepts/storage/volumes.md 2021-03-29 10:45:02 +09:00
Kubernetes Prow Robot 8dbb259bac
Merge pull request #24843 from ravisantoshgudimetla/patch-5
Update Resource reservation section
2021-03-28 18:30:44 -07:00
Kubernetes Prow Robot c5851cf9c9
Merge pull request #27254 from ydFu/update-reserve-compute-resources
[zh] Sync tasks pages for reserve-compute-resources.md
2021-03-28 18:26:44 -07:00
Jihoon Seo ab8b27fd6e [ko] Enhance consistency of Korean translation 2021-03-29 10:11:35 +09:00
Akihito INOH 753ec3f745 Add example java link to tutorials index
This commit adds link of "Example: Configuring a Java Microservice"
to Tutorials index.
2021-03-29 08:30:15 +09:00
Kubernetes Prow Robot ba04c71760
Merge pull request #27208 from habibrosyad/move-monitoring
[id] Move monitoring.md to system-metrics.md and sync with upstream
2021-03-28 08:00:44 -07:00
Kubernetes Prow Robot bd63179912
Merge pull request #27100 from tengqm/zh-sync-install-kubeadm
[zh] Sync install-kubeadm
2021-03-28 05:02:44 -07:00
Kubernetes Prow Robot b8d7f9f72d
Merge pull request #27062 from CKchen0726/zh_storage-classes-md
[zh] fix some mistakes in content/zh/docs/concepts/storage/storage-classes.md
2021-03-28 05:00:44 -07:00
Kubernetes Prow Robot 469109c1e3
Merge pull request #27217 from tengqm/zh-sync-security-overview
[zh] Resync security overview
2021-03-28 04:58:45 -07:00
Aris Cahyadi Risdianto e08c5a5333 update the kubeadm setup tool index. 2021-03-28 12:58:48 +08:00
Zhang Yong 23173257c5 Fix line separation in concepts/architecture/nodes 2021-03-28 11:10:52 +08:00
Kubernetes Prow Robot 54baa8a639
Merge pull request #27261 from npu21/node-zh
Fix line separation in concepts/architecture/nodes
2021-03-27 20:08:44 -07:00
Kubernetes Prow Robot edf03d8277
Merge pull request #27260 from npu21/reserve-zh
Explicitly specify kubernetes system daemons in doc
2021-03-27 20:06:45 -07:00
Zhang Yong 579aa6d0a4 revert 2021-03-28 11:00:26 +08:00
Zhang Yong 0721959e1f Fix line separation in concepts/architecture/nodes 2021-03-28 10:51:02 +08:00
Zhang Yong 0a17590014 Fix line separation in concepts/architecture/nodes 2021-03-28 10:40:20 +08:00
Zhang Yong c38481d348 Explicitly specify kubernetes system daemons in doc 2021-03-28 10:17:30 +08:00
Harold 3c1216c7ce Add detail documentation for service LoadBalancerClass 2021-03-27 18:01:42 -07:00
Arhell 229a65e46f [id] remove command from output block 2021-03-28 01:38:43 +02:00
Edson C. (aka tuxpilgrim) 72b37b1c6a
Update content/pt/docs/concepts/cluster-administration/_index.md (#27255)
* Update content/pt/docs/concepts/cluster-administration/_index.md

* Update title

* Fix typo MOnitoramento
2021-03-27 13:42:43 -07:00
Kubernetes Prow Robot f5150715cc
Merge pull request #26481 from feloy/consistent-singular
Use consistent pluralization for API groupings in reference
2021-03-27 09:58:44 -07:00
Kubernetes Prow Robot ba7aced52b
Merge pull request #26981 from pacoxu/sysctl-ga
Promote Sysctl to ga
2021-03-27 08:32:43 -07:00
ydFu da8012d684 [zh] Sync tasks pages for reserve-compute-resources.md
* Sync with english version in 'Explicitly specify kubernetes system daemons in doc(#27249)'

Signed-off-by: ydFu <ader.ydfu@gmail.com>
2021-03-27 21:33:28 +08:00
Kubernetes Prow Robot 248606110f
Merge pull request #27245 from netodeolino/master
renamed incorrect word in Portuguese
2021-03-27 04:06:45 -07:00
Kubernetes Prow Robot d2df5edeff
Merge pull request #27249 from bharath-123/fix-node-docs
Explicitly specify kubernetes system daemons in doc
2021-03-27 03:00:43 -07:00
Kubernetes Prow Robot aeca0c62bc
Merge pull request #27227 from alecrajeev/Fix-Horizontal-Autoscaling-Link
Fix link for Horizontal Pod Autoscaler enhancement
2021-03-27 02:58:43 -07:00
Kubernetes Prow Robot ab0eec79d2
Merge pull request #27250 from stefan-scheidewig/patch-1
Fixed typo in german setup documentation
2021-03-27 02:54:43 -07:00
Kubernetes Prow Robot 279bf48616
Merge pull request #27143 from allcentury/patch-1
update assign-pod doc
2021-03-27 02:52:43 -07:00
Kubernetes Prow Robot bf966609d6
Merge pull request #27140 from perithompson/Update-Windows-Reviewers
Updated Windows docs reviewers
2021-03-27 02:24:43 -07:00
Stefan Scheidewig c2ab7156ef
Fixed typo in german setup documentation 2021-03-27 10:15:54 +01:00
Kubernetes Prow Robot 2d568916a9
Merge pull request #27101 from mengjiao-liu/update-rdb-link
[en] update volume rdb `Rados Block Device` link
2021-03-27 02:14:43 -07:00
Kubernetes Prow Robot 61c6f2f5dd
Merge pull request #27097 from vaibhav2107/link-helm
Update the link to install service catalog using Helm
2021-03-27 02:12:43 -07:00
Kubernetes Prow Robot 90d598cf1f
Merge pull request #27096 from hantmac/patch-3
Update dns-custom-nameservers.md
2021-03-27 02:10:43 -07:00
Kubernetes Prow Robot 10d741d22b
Merge pull request #27003 from buptliuwei/patch-4
fixed  demo deployment create command
2021-03-27 02:04:44 -07:00
Kubernetes Prow Robot f7dc13e923
Merge pull request #26980 from zhiguo-lu/zh-trans-task-install-kubectl-on-mac
[zh] translate task/Install and Set Up kubectl on macOS
2021-03-27 02:02:43 -07:00
Kubernetes Prow Robot 07d6f33b61
Merge pull request #26969 from wasimj/patch-1
Correct server-side-apply.md
2021-03-27 02:00:44 -07:00
Kubernetes Prow Robot 9d6649755d
Merge pull request #26947 from jihoon-seo/patch-4
Update href to the anchor in the same page
2021-03-27 01:56:43 -07:00
Kubernetes Prow Robot 2d31364e3c
Merge pull request #26920 from SergeyKanzhelev/nameAsIdentifier
added note about the name being an identifier
2021-03-27 01:52:43 -07:00
Bharath Vedartham fa5ef755a2 Explicitly specify kubernetes system daemons 2021-03-27 13:52:54 +05:30
Kubernetes Prow Robot 51aa022352
Merge pull request #27195 from pgy11/master
ko: fix typo in mysql-wordpress-persistent-volume
2021-03-27 00:24:43 -07:00
Kubernetes Prow Robot 4c9d2d7841
Merge pull request #27084 from ehashman/kep-2238-alpha
Add documentation for Liveness Probe Grace Periods
2021-03-26 21:18:43 -07:00
Kubernetes Prow Robot 2fd1799846
Merge pull request #27242 from PI-Victor/merged-master-dev-1.21
Merge master into dev-1.21
2021-03-26 16:18:44 -07:00
Arhell 79577607c8 remove command 2021-03-27 00:11:06 +02:00
Kubernetes Prow Robot d90858eacd
Merge pull request #26739 from ahg-g/ahg-pod-cost
ReplicaSet pod-deletion-cost annotation
2021-03-26 14:54:43 -07:00
Neha Viswanathan 927b5af65f update 2021-03-26 14:37:54 -07:00
Neto Deolino a6333facb4 renamed incorrect word in Portuguese 2021-03-26 18:04:37 -03:00
Elana Hashman 3105d524e3
Add documentation for probe-level grace period overrides 2021-03-26 13:37:37 -07:00
Victor Palade ca046d9b1f Merge master into dev-1.21 to keep in sync 2021-03-26 21:29:52 +01:00
Neha Viswanathan b8be2e723c use targetPort instead of containerPort 2021-03-26 13:21:22 -07:00
carol valencia 2df104f939 chore: content/es/docs/concepts/security/overview 2021-03-26 15:46:18 -03:00
Maciej Szulik dba902447c
Update docs for CronJob GA 2021-03-26 16:51:42 +01:00
carol valencia e9783b0cb4 feat: content/es/docs/concepts/security/overview 2021-03-26 12:01:17 -03:00
Kubernetes Prow Robot 3db583a9cd
Merge pull request #25733 from leventogut/patch-1
update container-lifecycle-hooks.md for third hook handler i,.e. TCP
2021-03-26 07:06:44 -07:00
Kubernetes Prow Robot 55205a5c1f
Merge pull request #27225 from reylejano/update-denyexeconprivileged-removal
Update DenyExecOnPrivileged and DenyEscalatingExec deprecation notice
2021-03-26 06:40:43 -07:00
Jordan Christiansen 31dcd91c9f Document using configMapGenerators in Deployments 2021-03-26 08:08:12 -05:00
Marc Bihlmaier f73f6c33e5
Update kubeadm-init.md (#27199)
* Update kubeadm-init.md

fix anchor

* Update content/en/docs/reference/setup-tools/kubeadm/kubeadm-init.md

Co-authored-by: Lubomir I. Ivanov <neolit123@gmail.com>

Co-authored-by: Lubomir I. Ivanov <neolit123@gmail.com>
2021-03-26 06:00:43 -07:00
Kubernetes Prow Robot a180fc3c39
Merge pull request #27224 from Arhell/remove
remove command
2021-03-26 05:02:43 -07:00
Kubernetes Prow Robot dc89dbc502
Merge pull request #26793 from es1o/patch-1
Add information about Parallel Pod Management
2021-03-26 05:00:43 -07:00
Kubernetes Prow Robot 12d45e7519
Merge pull request #26760 from neha-viswanathan/26470-update-helm-repo
Update Helm charts repo to ArtifactHub
2021-03-26 04:54:43 -07:00
Kubernetes Prow Robot fba5a42421
Merge pull request #26713 from adisky/patch-4
Update pod-infra-container-image description
2021-03-26 04:52:43 -07:00
Kubernetes Prow Robot d8bed613ff
Merge pull request #26701 from juampynr/patch-6
Add example to restore snapshot
2021-03-26 04:50:43 -07:00
Kubernetes Prow Robot 400d6cae16
Merge pull request #26700 from juampynr/patch-5
Demonstrate how to use secure communication
2021-03-26 04:48:43 -07:00
Kubernetes Prow Robot a2bb7a69a9
Merge pull request #26677 from iamhesir/patch-1
Remove duplicate version-check
2021-03-26 04:46:43 -07:00
Kubernetes Prow Robot 6131c455fd
Merge pull request #26659 from jailton/en/docs/tasks
Update content/en/docs/tasks/access-application-cluster/port-forward-access-application-cluster.md
2021-03-26 04:44:43 -07:00
Kubernetes Prow Robot 27cf5a0f0d
Merge pull request #26574 from AliRezaTaleghani/patch-1
Update cheatsheet.md
2021-03-26 04:42:43 -07:00
Kubernetes Prow Robot 999175b4d6
Merge pull request #26546 from khansuhel/patch-1
Update horizontal-pod-autoscale.md
2021-03-26 04:40:43 -07:00
Kubernetes Prow Robot 7f5b5b22dd
Merge pull request #26498 from max-cx/patch-2
Update control-plane-node-communication.md
2021-03-26 04:38:43 -07:00
Kubernetes Prow Robot 7956668252
Merge pull request #26473 from kakarotbyte/patch-1
Update service.md
2021-03-26 04:36:43 -07:00
Kubernetes Prow Robot ec4840824d
Merge pull request #26472 from kbhawkey/cleanup-usage-just
clean up use of word: just
2021-03-26 04:34:43 -07:00
Kubernetes Prow Robot 00d15424e9
Merge pull request #26444 from derektamsen/chore/apiserver-access-portname-portnumber
chore(access-cluster): update references of port_name to include usage or port number
2021-03-26 04:32:43 -07:00
Kubernetes Prow Robot 59d1b368c1
Merge pull request #26018 from CharlyRipp/patch-1
Update misleading webhook authentication documentation
2021-03-26 04:22:44 -07:00
Kubernetes Prow Robot 16fcbcba69
Merge pull request #25735 from mpatters72/patch-2
Include missing cert export step
2021-03-26 03:30:45 -07:00
Harry Bagdi 80391efa7e KEP-2365: documentation for namespace-scoped parameters reference 2021-03-26 13:34:46 +05:30
ydFu e181b9330b [zh] Sync tasks pages for change-default-storage-class.md
* Sync with english version in 'Update change-default-storage-class.md (#25804)'

Signed-off-by: ydFu <ader.ydfu@gmail.com>
2021-03-26 15:50:17 +08:00
Yuiko Mouri 50b14656e2 Replace redirect links and fix link to use localized page of reference/index 2021-03-26 16:28:46 +09:00
konglinghang e6aa137ac2 fix a word translation 2021-03-26 14:35:21 +08:00
Shihang Zhang 7a461e5f13 update doc for BoundServiceAccountTokenVolume and RootCAConfigMap 2021-03-25 22:57:44 -07:00
Kubernetes Prow Robot ec7f74d65e
Merge pull request #27230 from ydFu/update-hello-minikube
[zh] Sync tutorials pages for hello-minikube.md
2021-03-25 22:48:43 -07:00
Kubernetes Prow Robot 9ae3e5c8c9
Merge pull request #27226 from zshihang/csi
update doc for CSIServiceAccountToken
2021-03-25 22:48:43 -07:00
ydFu f0de1c3e2b [zh] Sync tutorials pages for hello-minikube.md
* Sync with english version in 'Update hello minikube page (#27212)'

Signed-off-by: ydFu <ader.ydfu@gmail.com>
2021-03-26 13:44:05 +08:00
Kubernetes Prow Robot c9916c8713
Merge pull request #26675 from pacoxu/kubeadm/dual-stack
Kubeadm/dual stack support in 1.21
2021-03-25 22:08:44 -07:00
Qiming Teng 487bd4fa46 [zh] Resync security overview 2021-03-26 13:03:45 +08:00
Jihoon Seo df3eabc37c
Fix line separation in concepts/architecture/nodes 2021-03-26 11:39:58 +09:00
pacoxu 5a6c4244c4 Add docs for dual-stack via kubeadm: examples
Signed-off-by: pacoxu <paco.xu@daocloud.io>
Co-authored-by: Lubomir I. Ivanov <neolit123@gmail.com>
Co-authored-by: Tim Bannister <tim@scalefactory.com>
2021-03-26 10:25:43 +08:00
pacoxu 3d7aaefe21 promote sysctl to GA: update sysctl feature gate status
Signed-off-by: pacoxu <paco.xu@daocloud.io>
Co-authored-by: Elana Hashman <ehashman@users.noreply.github.com>
2021-03-26 10:23:25 +08:00
Ryo Nakao 88e88a4c83
Fix typo in Japanese doc 2021-03-26 10:59:18 +09:00
Alec Rajeev 10be302dce Fix link for Horizontal Pod Autoscaler enhancement 2021-03-25 21:34:59 -04:00
David Porter b222a13525 Update graceful node shutdown beta docs 2021-03-25 18:05:32 -07:00
Rey Lejano a6f829f29a update denyexeconprivileged removal to release 1.21
update denyexeconprivileged removal to release 1.21

update denyexeconprivileged removal to release 1.21
2021-03-25 18:02:29 -07:00
Shihang Zhang 4f0fa3b008 update doc for CSIServiceAccountToken 2021-03-25 17:38:02 -07:00
Kubernetes Prow Robot a8ebc3c3f6
Merge pull request #27103 from sftim/20210317_tweak_indexed_job_task
Tweak task for Indexed completion Job example
2021-03-25 17:11:49 -07:00
Kubernetes Prow Robot c9f42c1389
Merge pull request #27185 from atoato88/fix-errors-of-linkchecker-part2
Fix errors by linkchecker.py
2021-03-25 16:45:49 -07:00
Kubernetes Prow Robot 3a13282d77
Merge pull request #27069 from YoyinZyc/update-metric-doc
Update doc for metric cardinality and disabled metric
2021-03-25 16:27:49 -07:00
Kubernetes Prow Robot 3ce2661a68
Merge pull request #27161 from ganeshniyer/patch-2
Update configure-upgrade-etcd.md to give an example use-case for snap…
2021-03-25 16:21:49 -07:00
Arhell 576d580264 remove command 2021-03-26 00:39:27 +02:00
Mike Dame 9ad6f7a17f Add documentation for LogarithmicScaleDown featuregate 2021-03-25 15:36:16 -04:00
yoyinzyc b07e515787 update the doc for disabled_metric(#99217) and metric_cardinality_enforcement(#99385) 2021-03-25 10:50:46 -07:00
Kubernetes Prow Robot 53a1678b57
Merge pull request #27212 from RA489/updatemkubedash
Update hello minikube page
2021-03-25 09:49:30 -07:00
Kubernetes Prow Robot 5576bdf7a2
Merge pull request #27154 from ariscahyadi/id-fix-minikube-install
[ID] Remove minikube instalasi guide and add index untuk tools to redirect to original minikube install
2021-03-25 07:49:31 -07:00
Kubernetes Prow Robot d53aef4047
Merge pull request #26801 from pohly/generic-ephemeral-volumes-beta
generic ephemeral volumes: beta
2021-03-25 06:59:30 -07:00