Dominic Yin
8b5eaa6f1a
Remove cloud providers page for zh. ref #23517
...
Signed-off-by: Dominic Yin <yindongchao@inspur.com>
2020-09-30 11:20:58 +08:00
yuanhao
02abe6c886
fix broken links in /zh/docs/reference/glossary/container-env-variables.md
2020-09-30 11:05:21 +08:00
M. Habib Rosyad
dfe0530939
Translate glossary for RBAC into Bahasa
2020-09-30 09:35:04 +07:00
Kubernetes Prow Robot
8c48fd3a83
Merge pull request #24176 from Arhell/fix-indent
...
remove indent
2020-09-29 19:17:24 -07:00
Kubernetes Prow Robot
1b5e09fb10
Merge pull request #23257 from Vickey-Wu/patch-2
...
fix: add missing content about certificate
2020-09-29 19:05:24 -07:00
Kubernetes Prow Robot
e2b370c983
Merge pull request #24075 from miry/patch-1
...
[zh] Use apiversion networking.k8s.io/v1 for ingress in example
2020-09-29 18:25:25 -07:00
Kubernetes Prow Robot
0445c38154
Merge pull request #24225 from miry/update-ingress-example-with-new-api-en
...
[en] Use apiversion networking.k8s.io/v1 for ingress
2020-09-29 18:23:25 -07:00
Karen Bradshaw
3fc4a3e8b7
fix eviction policy content type
2020-09-29 20:37:02 -04:00
Kubernetes Prow Robot
6a85a07290
Merge pull request #21112 from rennokki/patch-1
...
Added new PHP client library
2020-09-29 15:21:25 -07:00
Kubernetes Prow Robot
cbc8e5bbda
Merge pull request #22946 from cofyc/fix22944
...
Document Volume and Claim Pre-binding feature
2020-09-29 15:09:25 -07:00
Kubernetes Prow Robot
6231d8406b
Merge pull request #24142 from adecarolis/add-signerName
...
add signerName to CertificateSigningRequest
2020-09-29 15:07:25 -07:00
Kubernetes Prow Robot
7a26860248
Merge pull request #24069 from nikhita/ssa-listmapkey
...
SSA: fix go marker for listMapKey in the merge strategy
2020-09-29 12:21:26 -07:00
Kubernetes Prow Robot
179b3ca139
Merge pull request #24219 from tomaslm/patch-1
...
Update dry-run flag
2020-09-29 10:15:26 -07:00
Kubernetes Prow Robot
8eb2e6c844
Merge pull request #22056 from mikonoid/issue#14
...
Localize '/docs/tasks/tools/install-minikube' path
2020-09-29 10:13:25 -07:00
Michael Nikitochkin
599e1db6dc
Use apiversion networking.k8s.io/v1 for ingress for EN
...
There is a warning deprecation message for kubernetes v1.19:
```
Warning: networking.k8s.io/v1beta1 Ingress is deprecated in v1.19+, unavailable in v1.22+; use networking.k8s.io/v1 Ingress
```
Switched apiversion in the example to `networking.k8s.io/v1`
2020-09-29 18:03:58 +02:00
Michael Nikitochkin
5136f8d552
Use apiversion networking.k8s.io/v1 for ingress in ZH version
...
There is a warning deprecation message for kubernetes v1.19:
```
Warning: networking.k8s.io/v1beta1 Ingress is deprecated in v1.19+, unavailable in v1.22+; use networking.k8s.io/v1 Ingress
```
Switched apiversion in the example to `networking.k8s.io/v1`
2020-09-29 17:55:26 +02:00
Hao Yuan
28ddd77aac
reconcile dns config
2020-09-29 21:13:12 +08:00
Hao Yuan
03c3c128ed
fix typo
2020-09-29 20:57:50 +08:00
Kubernetes Prow Robot
8084228ad3
Merge pull request #24182 from npu21/schedule-zh
...
Add post-filter part in scheduling-framework for zh
2020-09-29 05:47:27 -07:00
Kubernetes Prow Robot
79502e8af7
Merge pull request #24191 from npu21/tasks-zh
...
update run command part for zh
2020-09-29 05:45:26 -07:00
Kubernetes Prow Robot
66d5a10b3a
Merge pull request #24209 from huchengze/patch-39
...
Update node-conformance.md for zh
2020-09-29 05:43:26 -07:00
Kubernetes Prow Robot
0f60407670
Merge pull request #24198 from npu21/i18n-zh
...
Add third party message for zh
2020-09-29 05:41:26 -07:00
Kubernetes Prow Robot
2c7cca1081
Merge pull request #24070 from gaoguangze111/update-link-access-cluster
...
update link in page access-cluster
2020-09-29 05:39:27 -07:00
Kubernetes Prow Robot
fc2ee814d6
Merge pull request #24066 from gaoguangze111/update-link-authorization
...
Update link in page authorization
2020-09-29 05:37:26 -07:00
Kubernetes Prow Robot
fcdc245ed4
Merge pull request #24068 from gaoguangze111/update-link-controlling-access
...
Update link controlling-access
2020-09-29 05:35:27 -07:00
Kubernetes Prow Robot
3262b9fde8
Merge pull request #24205 from huchengze/patch-36
...
Update web-ui-dashboard.md for zh
2020-09-29 05:33:27 -07:00
Kubernetes Prow Robot
f3213b2f94
Merge pull request #24208 from huchengze/patch-38
...
Update admission-controllers.md for zh
2020-09-29 05:31:27 -07:00
Kubernetes Prow Robot
14a5ae8644
Merge pull request #24206 from huchengze/patch-37
...
Update rbac.md
2020-09-29 05:29:26 -07:00
Kubernetes Prow Robot
6cf650ee41
Merge pull request #24180 from habibrosyad/k/w-glo
...
Translate Standardized Glossary page into Bahasa
2020-09-29 05:13:27 -07:00
M. Habib Rosyad
7aeaa6e48d
Translate Standardized Glossary page into Bahasa
2020-09-29 19:05:20 +07:00
Tomas Menito
f24bf6f60b
Update dry-run flag
...
dry-run is deprecated and can be replaced with --dry-run=client.
2020-09-29 07:25:48 -03:00
Vickey Wu
8c5e6dcc2d
break the long lines
...
break the long lines
2020-09-29 16:19:36 +08:00
Kubernetes Prow Robot
98cfcca5ff
Merge pull request #22303 from crixo/translate/control-plane-node-communication
...
upgrade translation for control-plane-node-communication
2020-09-29 00:57:25 -07:00
huccshen
08f42e6f45
Update node-conformance.md
2020-09-29 15:43:24 +08:00
huccshen
56ceb53114
Update admission-controllers.md
2020-09-29 15:38:32 +08:00
huccshen
2d71388f96
Update rbac.md
2020-09-29 15:30:02 +08:00
huccshen
6d2d7d9f43
Update web-ui-dashboard.md
2020-09-29 15:20:24 +08:00
Zhang Yong
8d28d887fe
update thirdpary message part
2020-09-29 14:15:02 +08:00
Zhang Yong
31b8ea7469
update run command part
2020-09-29 11:07:13 +08:00
Yong Zhang
f73f527fce
Update scheduling-framework.md
2020-09-29 10:32:26 +08:00
Kubernetes Prow Robot
cd93cad54f
Merge pull request #23905 from annajung/master
...
Approval permission for 1.20 Release
2020-09-28 08:36:50 -07:00
Kubernetes Prow Robot
32c2439387
Merge pull request #24145 from Rajpratik71/patch-2
...
docs: Use sudo and tee uniformly everywhere
2020-09-28 06:04:49 -07:00
Kubernetes Prow Robot
3065179fcd
Merge pull request #24165 from baiyutang/patch-9
...
Update kubeadm_upgrade_plan.md
2020-09-28 05:58:48 -07:00
Kubernetes Prow Robot
c06fbae010
Merge pull request #24164 from wwgfhf/wwg-disruptions
...
Update zh translation in disruptions.md
2020-09-28 05:56:48 -07:00
Kubernetes Prow Robot
124f23c817
Merge pull request #24162 from wwgfhf/wwg-service
...
Update zh translation in service.md
2020-09-28 05:54:48 -07:00
Pratik raj
48702c35ca
docs: Use sudo and tee uniformly everywhere
...
Added sudo uniformly everywhere it required as it presence doesn't affect anything , but it help new user's of linux , docker or kubernetes who are not much familiar with internals and also for who doesn't read the documentation line by line and use the guides for command reference and just copy paste for their use.
Also , changed the way of writing or creating files , now using "tee" because previous way gives permission issue for non sudo users.
2020-09-28 17:48:07 +05:30
Zhang Yong
e4c3319ad3
add post-filter part
2020-09-28 17:39:02 +08:00
Yong Zhang
b526e8b832
Merge pull request #6 from kubernetes/master
...
merge from origin
2020-09-28 16:42:54 +08:00
Arhell
e7414feae1
remove indent
2020-09-28 10:37:56 +03:00
Amos Chu
b8bc85f804
fix typo in content/en/docs/concepts/workloads/pods/_index.md
...
wrong spelling for comunicate, it should be communicate
2020-09-28 15:21:31 +08:00