Commit Graph

13440 Commits (663e5707ce8c3faaee38a04d757fabb1436a6afc)

Author SHA1 Message Date
Tim Bannister dade10e454
Tidy page about Poseidon/Firmament scheduler (#18626)
* Reword Poseidon/Firmament concept

* Tidy feature state information

* Fix whitespace

* Use caution shortcode for note

* Improve table accessibility

* Tidy page
2020-03-10 06:53:36 -07:00
Jacky Wu 05bf8be205
Federation Cleanup (1) doc: clean some outdate redirects and its associated content. (#19572)
* doc: clean some outdate redirects and its associated content.

* doc: also cleanup tasks.yml content.
2020-03-09 17:03:37 -07:00
Jordan Liggitt 6cfb6b76ff
Update deprecated API details (#19388) 2020-03-09 10:05:37 -07:00
Raghu Katti c2b7c035f3
Added cluster-health check instructions (#18958)
* Added cluster-health check instructions

* Added cluster info command

Added cluster info command

* Fixed Cluster health check instruction

* Fixed typo in documentation
2020-03-09 09:29:38 -07:00
Morten Lied Johansen cc594a19a9
Added FIAAS Python client library (#19224) 2020-03-09 09:17:36 -07:00
Rajesh Deshpande 73b6f80f36
Adding 'whats next' section to the PersistentVolume page (#19557)
* Add whats next section to PersistentVolume page

Add whats next section to PersistentVolume page

* Adding references to PersistentVolume page

Adding references to PersistentVolume page
2020-03-09 05:03:36 -07:00
Yong Zhang 610a910aaf
Localize “email address” placeholder on home page (#19410) 2020-03-09 05:01:36 -07:00
2BFL 853090125a
zh-translation: configure-runasusername.md (#19547)
Accept tengqm's suggestion
2020-03-09 00:07:35 -07:00
gorquan 9e2c426ac4
Update setup-ha-etcd-with-kubeadm.md Content (#19559)
Update docs/setup/production-environment/tools/kubeadm/setup-ha-etcd-with-kubeadm.md content and fix create CA file command
2020-03-09 00:03:34 -07:00
Cria Hu 16fedade58
Modify sentences with poor translation (#19562) 2020-03-08 23:49:34 -07:00
KimJiWon c2bae8c6e4
Fix pod.md (ko) (#19187)
delete incorrectly duplicated phrases.
2020-03-08 22:03:34 -07:00
RA489 d29ede7f47
Document minikube Podman support (#19514) 2020-03-08 20:07:34 -07:00
Yong Zhang 0d3905efeb
Localize “email address” placeholder on home page (#19414) 2020-03-08 16:05:34 -07:00
Yong Zhang 978a55ea7b
Localize “email address” placeholder on home page (#19412) 2020-03-08 16:03:34 -07:00
Jhon Mike ecc7f31964
Translate content/pt/docs/concepts/cluster-administration/kubelet-garbage-collection.md into Portugues (#19434)
* translating doc kubelet garbage collection

* code review corrections in the garbage collection doc

* Update content/pt/docs/concepts/cluster-administration/kubelet-garbage-collection.md

Update content/pt/docs/concepts/cluster-administration/kubelet-garbage-collection.md

Co-Authored-By: Diego W. Antunes <devlware@gmail.com>

Update content/pt/docs/concepts/cluster-administration/kubelet-garbage-collection.md

Co-Authored-By: Diego W. Antunes <devlware@gmail.com>

Update content/pt/docs/concepts/cluster-administration/kubelet-garbage-collection.md

Co-Authored-By: Diego W. Antunes <devlware@gmail.com>

Update content/pt/docs/concepts/cluster-administration/kubelet-garbage-collection.md

Co-Authored-By: Diego W. Antunes <devlware@gmail.com>

Update content/pt/docs/concepts/cluster-administration/kubelet-garbage-collection.md

Update content/pt/docs/concepts/cluster-administration/kubelet-garbage-collection.md

Co-Authored-By: Diego W. Antunes <devlware@gmail.com>

Update content/pt/docs/concepts/cluster-administration/kubelet-garbage-collection.md

Co-Authored-By: Diego W. Antunes <devlware@gmail.com>

Co-authored-by: Diego W. Antunes <devlware@gmail.com>
2020-03-08 14:25:34 -07:00
jCOTINEAU 4144a95da3
Update start.md, fix wrong traduction (#19313)
fix wrong traduction, should be "demandes" instead of "demander"
2020-03-08 11:11:34 -07:00
Sujay Pillai ead3e36150
Fix branch names in “Start Contributing” (#19493)
* Replaced shortcodes with hard-coded values 1.17

* Updated with shortcode as per PR reveiew

* Update with proper shortcode after rebase
2020-03-08 10:23:34 -07:00
divya-mohan0209 e7a84f9bc2
Updated service.md (#19539) 2020-03-08 08:17:35 -07:00
2BFL 5f9f8ea6fc
update zh-translation docs/concepts/extend-kubernetes/operator.md (#19533)
Accept sftim's suggestion
Accept xichengliudui's suggestion
Accept tengqm's suggestion
2020-03-08 08:03:34 -07:00
megaredfan 44acf0428a
improve understandability (#19544) 2020-03-08 05:27:34 -07:00
Qiming Teng e31e989756
[zh] fix object overview page (#19529) 2020-03-07 19:37:34 -08:00
Jie Shen c81f153cfd
Fix rendering issue for blogs (#19536) 2020-03-07 19:31:34 -08:00
divya-mohan0209 6832cac3f3
Update content in intermediate.md (#19524)
* Update content in intermediate.md 

Replaced “If your feature is moving out of Alpha, make sure to remove it from that file.” with “If your feature is moving to Beta or to General Availability, update the feature gates file.”

* Revised update intermediate.md

Preserved the wrapping per Tim's suggestion
2020-03-07 12:05:34 -08:00
divya-mohan0209 159bf5983d
Updated ingress address in Single Service Ingress (#19522)
Replaced 107.178.254.228 with a documentation IP address 203.0.113.123
2020-03-07 06:01:34 -08:00
divya-mohan0209 56379649d3
Added date metadata to blog articles #19503 (#19523)
Added <time> </time> HTML element to the date heading in blog post articles. 
The opening <time> tag also was given a datetime attribute, with the value using another Hugo shortcode. Since these use Go time patterns; we included the following in the opening <time> tag datetime="{{ .Date.Format "2006-01-02" }}".
2020-03-07 05:31:34 -08:00
2BFL aa44d74fc9
translation certificates for zh (#19492)
Accept tengqm's suggestion
2020-03-07 02:25:34 -08:00
Alexey Pyltsyn 2e55fa8a47
Translate Documentation style overview section into Russian (#19521) 2020-03-07 00:47:34 -08:00
bryan 8f371f4c84
Add zh translation of `Metrics For The Kubernetes Control Plane` (#19403)
* Add zh translation of

* update some translations

* resolve conversation

* resolve conversation
2020-03-07 00:43:34 -08:00
Sophy417 b68978c959
Create proxy.md (#19510) 2020-03-06 22:35:34 -08:00
Yuk, Yongsu ee049c4431
Update to Outdated files in dev-1.17-ko.6 branch. (#19368)
* Update to Outdated files in dev-1.17-ko.6 branch.

* Apply suggestions from code review

Co-Authored-By: Seokho Son <shsongist@gmail.com>

Co-authored-by: Seokho Son <shsongist@gmail.com>
2020-03-06 21:05:34 -08:00
Jie Shen 03f13f0fb0
Polish configure-pod-configmap.md format (#19508) 2020-03-06 08:25:24 -08:00
GoodGameZoo e9342c00a2
Translation modification (#19250) 2020-03-06 08:15:23 -08:00
2BFL 272834ce0f
translation assign memory resource for zh (#19458)
Accept SataQiu's suggestion
2020-03-06 07:55:24 -08:00
huccshen d555c1b037
Clean up extensions/v1beta1 in docs (#19379) 2020-03-05 23:17:23 -08:00
LiuDui 73ac24399d
ZH-trans:update the yaml file name (#19223)
original:
```
For example, here’s the configuration file with a Pod name as `nginx-demo` and a Container name as `nginx`:
```
2020-03-05 23:15:23 -08:00
LogX2 7fa46cb106
Correct mismatched code examples (#19193)
fix a bug that code examples don't match the corresponding descriptions  in section "存储Pod字段" and "存储容器字段" .
2020-03-05 23:13:23 -08:00
GoodGameZoo dd1d544f99
Csi volume cloning modification (#19252) 2020-03-05 23:11:24 -08:00
liyinda246 f7494bbc59
create zh-trans content/zh/docs/reference/access-authn-authz/rbac.md (#19276)
* create rabc.md file

Add rbac.md file,  I found that there is no corresponding Chinese translation in the official website, so I translated rbac.md in Chinese, I hope it will be helpful, thanks
新增rabc.md文件,我发现官网中没有对应的中文翻译,所以我将官网中对应的rbac文档翻译成中文,希望有帮助,谢谢

* update rbac.md

Add comments to the original English text

* update rbac.md

中英文之间应留白处未留白;
中文仍有半角标点出现;
有些句子不符合汉语表达习惯;
有些英文原文需要多读几遍,以求正确理解。

* update rbac.md

review更新至代码行1940行

* update  rbac.md

* update rbac.md

update zh-trans content/zh/docs/reference/access-authn-authz/rbac.md

* update rbac.md

replace line 1-4 with "---".

* update rbac.md

del 1,3 line

* update rbac.md

line 42, add a space .because of the API Overview's text display problem.

* update rbac.md

replace "角色(Role)" to “角色”

* update rbac.md

Permissive RBAC Permissions 'text format is error

* update rbac.md

translate the contents of the column
2020-03-05 23:05:23 -08:00
Carlos Almeida 1003e0e90d
Add content/es/docs/concepts/configuration/organize-cluster-access-kubeconfig.md (#17172)
* starting with the translation

* updating, review and adding more translations

* updating, review and adding more translations

* last review

* replaced 'archivos' by 'ficheros'

* removed comments with original content

* Update content/es/docs/concepts/configuration/organize-cluster-access-kubeconfig.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* Update content/es/docs/concepts/configuration/organize-cluster-access-kubeconfig.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* Update content/es/docs/concepts/configuration/organize-cluster-access-kubeconfig.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* Update content/es/docs/concepts/configuration/organize-cluster-access-kubeconfig.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* Update content/es/docs/concepts/configuration/organize-cluster-access-kubeconfig.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* Update content/es/docs/concepts/configuration/organize-cluster-access-kubeconfig.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* Update content/es/docs/concepts/configuration/organize-cluster-access-kubeconfig.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* Update content/es/docs/concepts/configuration/organize-cluster-access-kubeconfig.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* Update content/es/docs/concepts/configuration/organize-cluster-access-kubeconfig.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* Update content/es/docs/concepts/configuration/organize-cluster-access-kubeconfig.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* Update content/es/docs/concepts/configuration/organize-cluster-access-kubeconfig.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* Update content/es/docs/concepts/configuration/organize-cluster-access-kubeconfig.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* Update content/es/docs/concepts/configuration/organize-cluster-access-kubeconfig.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* Update content/es/docs/concepts/configuration/organize-cluster-access-kubeconfig.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* Update content/es/docs/concepts/configuration/organize-cluster-access-kubeconfig.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* Update content/es/docs/concepts/configuration/organize-cluster-access-kubeconfig.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* Update content/es/docs/concepts/configuration/organize-cluster-access-kubeconfig.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* Update content/es/docs/concepts/configuration/organize-cluster-access-kubeconfig.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* Update content/es/docs/concepts/configuration/organize-cluster-access-kubeconfig.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* Update content/es/docs/concepts/configuration/organize-cluster-access-kubeconfig.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* Update content/es/docs/concepts/configuration/organize-cluster-access-kubeconfig.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* Update content/es/docs/concepts/configuration/organize-cluster-access-kubeconfig.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* Update content/es/docs/concepts/configuration/organize-cluster-access-kubeconfig.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* Update content/es/docs/concepts/configuration/organize-cluster-access-kubeconfig.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* replaced 'ficheros by archivos' and 'fichero by archivo'

* Update content/es/docs/concepts/configuration/organize-cluster-access-kubeconfig.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* Update content/es/docs/concepts/configuration/organize-cluster-access-kubeconfig.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* Update content/es/docs/concepts/configuration/organize-cluster-access-kubeconfig.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* Update content/es/docs/concepts/configuration/organize-cluster-access-kubeconfig.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* Update content/es/docs/concepts/configuration/organize-cluster-access-kubeconfig.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* Update content/es/docs/concepts/configuration/organize-cluster-access-kubeconfig.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

* Update content/es/docs/concepts/configuration/organize-cluster-access-kubeconfig.md

Co-Authored-By: Victor Morales <chipahuac@hotmail.com>

Co-authored-by: Victor Morales <chipahuac@hotmail.com>
2020-03-05 22:43:23 -08:00
gorquan 02f466fcdd
Modify wrong command (#19471)
An error occurred when executing the original command. After comparison, it was found that there was a problem with the command on the Chinese document.
2020-03-05 20:15:23 -08:00
Dean Coakley 6a8085fac5
Update deploy-interactive to include note on pods (#19455)
* Update deploy-interactive to include note on pods

Signed-off-by: Dean Coakley <dean.s.coakley@gmail.com>

* Update copy

Signed-off-by: Dean Coakley <dean.s.coakley@gmail.com>
2020-03-05 19:10:50 -08:00
Kubernetes Prow Robot c5626fd69d
Consolidate and redirect training content (#19500)
* Consolidate and redirect training

* Update static/_redirects

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Remove Udacity link

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-03-05 15:52:50 -08:00
Kubernetes Prow Robot 80d26d3b7d
Minor correction on 'safely drain node' task page (#19299)
* Minor correction on safely drain node task

1. 'kubectl drain' command drains node and not a machine. So the machine word is replaced with node. 
2. Also, add reference link to maintenance on a node task in what's next section

* Correcting link

Correcting link
2020-03-05 11:44:38 -08:00
Kubernetes Prow Robot 6635262bbc
Resource name constraints (4) (#19121)
xref: #17969, #19099, #18746
2020-03-05 11:28:38 -08:00
Kubernetes Prow Robot 066b9f3b8c
remove extra spaces from template (#19495) 2020-03-05 09:30:38 -08:00
Kubernetes Prow Robot b92ea5765e
Update PDB sample (#19460) 2020-03-05 08:30:38 -08:00
Kubernetes Prow Robot 3d63002fa3
Resource name constraints (3) (#19120)
xref: #17969, #19099, #18746
2020-03-05 06:18:38 -08:00
Kubernetes Prow Robot ddb114e717
Use <code> block to display pipes in syntax within markdown table in kubectl overview (#19450) 2020-03-05 05:08:37 -08:00
Kubernetes Prow Robot ee7f79b884
Typo: Kuberenetes -> Kubernetes (#19481) 2020-03-04 15:16:39 -08:00
Kubernetes Prow Robot 7cb885575b
Update EU, add NA, rm Shanghai (#19479) 2020-03-04 14:28:37 -08:00