Ta-Ching Chen
c48c5fd3c0
Fix wrong chinese translation
2021-04-06 09:45:07 +08:00
Kubernetes Prow Robot
b890226ee2
Merge pull request #27356 from fancc/tokens
...
resolve some format errors
2021-04-05 18:43:33 -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
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
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
luzg
d439f4dd17
[zh] translate task/Install and Set Up kubectl on Linux
2021-04-02 09:33:54 +08: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
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
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
mengjiao.liu
d4597c7c24
[zh] sync content/en/docs/concepts/overview/components.md
2021-04-01 11:51:27 +08: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
wwgfhf
12b9296906
Update kubelet-integration.md
2021-03-31 19:52:39 +08:00
wwgfhf
72d48798b0
Update high-availability.md
2021-03-31 19:41:33 +08:00
wwgfhf
c50b15e440
Update container-runtimes.md
2021-03-31 19:36:25 +08:00
wwgfhf
bc9a3a215e
Update kubespray.md
2021-03-31 19:27:20 +08: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
bf97c371b2
Merge pull request #27292 from CriaHu/hyq-2021032905
...
Translation optimization
2021-03-30 09:09:57 -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
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
huangshanhui
1e64fb0a48
Update content/zh/docs/concepts/policy/pod-security-policy.md
...
Co-authored-by: Qiming Teng <tengqm@outlook.com >
2021-03-30 11:10:29 +08:00
huangshanhui
6da498d196
Update pod-security-policy.md
...
fix the translation of "PodSecurityPolicies which allow the pod as-is, without changing defaults or mutating the pod, are preferred"
2021-03-30 10:53:44 +08:00
huangshanhui
1cf3ed6403
Update kms-provider.md
...
fix the translation of "cloud provider"
2021-03-30 10:10:26 +08:00
Arhell
66206ab141
[zh] fix: errors in base64 and sed commands
2021-03-30 00:38:49 +03:00
wangyysde
d7f2720616
Update system-metrics.md
2021-03-29 23:06:56 +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
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
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
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
Zhang Yong
0a17590014
Fix line separation in concepts/architecture/nodes
2021-03-28 10:40:20 +08:00