Commit Graph

2382 Commits

Author SHA1 Message Date
caodonghui 184ca96330 [zh]update cloud-controller.md 2021-04-21 15:04:32 +08:00
Mengjiao Liu 1909f03620 [zh] Sync content/en/docs/tasks/job/automated-tasks-with-cron-jobs.md 2021-04-20 16:49:59 +08:00
caodonghui 76174c4d65 [zh]update setup/_index.md 2021-04-19 15:57:42 +08:00
Guangwen Feng 9b70b8464a [zh] Sync docs/reference/access-authn-authz/admission-controllers.md
1. Update content/zh/docs/reference/access-authn-authz/admission-controllers.md
2. Fix 27545

Signed-off-by: Guangwen Feng <fenggw-fnst@cn.fujitsu.com>
2021-04-19 09:15:03 +08:00
luzg f310ad9004 [zh] translate concepts/Service Internal Traffic Policy 2021-04-17 17:36:07 +08:00
Kubernetes Prow Robot 3ee03e4409
Merge pull request #27567 from zhiguo-lu/zh-trans-task-install-kubectl-on-windows2
[zh] translate task/Install and Set Up kubectl on Windows
2021-04-15 23:32:22 -07:00
Kubernetes Prow Robot 5ff0d819e7
Merge pull request #27299 from wangyysde/patch-2
[zh]translation optimization
2021-04-15 06:15:50 -07:00
luzg 18ec3f432f [zh] translate task/Install and Set Up kubectl on Windows 2021-04-15 17:22:48 +08:00
Mengjiao Liu 9c64caed1d [zh]Sync content/zh/docs/reference/command-line-tools-reference/feature-gates.md 2021-04-14 14:41:37 +08:00
Kubernetes Prow Robot 5032568e5b
Merge pull request #27528 from ydFu/update-container-runtimes
[zh] Sync setup pages for container-runtimes.md
2021-04-13 21:18:42 -07:00
ydFu 61cf431d1b [zh] Sync setup pages for container-runtimes.md
* Sync with english version in 'Update container-runtimes.md (#27518)'

Signed-off-by: ydFu <ader.ydfu@gmail.com>
2021-04-14 10:14:05 +08:00
Kubernetes Prow Robot fe133b5bc5
Merge pull request #27523 from yahaa/fix-feature-gates-docs
fix feature-gates-docs err
2021-04-13 17:46:42 -07:00
Kubernetes Prow Robot ce8b182a6e
Merge pull request #27462 from CaoDonghui123/fixissues3
[zh]update configure-upgrade-etcd.md
2021-04-13 17:44:42 -07:00
yahaa 9905824cc3 fix feature-gates-docs err 2021-04-13 10:30:57 +08:00
joostas 2c3ece825f [zh] Fix label selector in "kubectl for Docker Users"
Before:
```sh
kubectl get po -l run=nginx-app
No resources found in default namespace.
```
Because:
```sh
kubectl get po --show-labels
NAME                         READY   STATUS    RESTARTS   AGE   LABELS
nginx-app-58cfd4c468-jx6qp   1/1     Running   0          17m   app=nginx-app,pod-template-hash=58cfd4c468
```
After:
```sh
kubectl get po -l app=nginx-app
NAME                         READY   STATUS    RESTARTS   AGE
nginx-app-58cfd4c468-jx6qp   1/1     Running   0          18m
```
2021-04-12 12:43:52 +03:00
Kubernetes Prow Robot 2c46bee938
Merge pull request #27443 from ydFu/update-kubernetes-api
[zh] Sync contribute  pages for kubernetes-api.md
2021-04-08 12:16:03 -07:00
Kubernetes Prow Robot 323331be2a
Merge pull request #27430 from helight/cleanup_27284
[zh]fix words in content/zh/docs/concepts/services-networking/endpoint-slices.md
2021-04-08 12:14:03 -07:00
caodonghui aa7d13a5bf [zh]update configure-upgrade-etcd.md 2021-04-08 18:29:02 +08:00
ydFu 0241569e92 [zh] Sync contribute pages for kubernetes-api.md
* Sync with english version in 'Fixed errors in instructions for generating ref docs (#27386)'

Signed-off-by: ydFu <ader.ydfu@gmail.com>
2021-04-08 14:47:13 +08:00
Rey Lejano 678f09c736 merged zh master feature-gates changes to dev-1.21 feature-gates 2021-04-07 09:37:47 -07:00
Kubernetes Prow Robot dcd7fb8cb9
Merge pull request #27383 from zhiguo-lu/zh-trans-reference-labels-annotations-taints
[zh] translate reference/Well-Known Labels, Annotations and Taints
2021-04-07 01:59:53 -07:00
Kubernetes Prow Robot 460f44bdf8
Merge pull request #27441 from CaoDonghui123/fixissues2
[zh] update service.md
2021-04-07 01:01:53 -07:00
Kubernetes Prow Robot 9f7f648e1b
Merge pull request #26319 from tengqm/zh-sync-feature-gate
[zh] Sync changes to feature-gates
2021-04-07 00:49:54 -07:00
caodonghui d9d4a7cdf8 [zh] update service.md and endpoint-slices.md 2021-04-07 15:40:58 +08:00
Kubernetes Prow Robot fc545595f7
Merge pull request #27423 from srcmesh/fix/wrong-zh-translation
Fix wrong chinese translation (SELinux note)
2021-04-06 22:21:52 -07:00
Ta-Ching Chen 5391a59dc4 Update doc for future tracking 2021-04-07 12:29:29 +08:00
Ta-Ching Chen f6fef933b7 minor fix 2021-04-07 12:24:37 +08:00
Ta-Ching Chen 44b902cdf9 sync with upstream English version 2021-04-07 12:21:06 +08:00
Tim Bannister 965aa51daf Merge master into dev-1.21 to keep in sync, plus latest API reference
This sync merge includes API reference updates.
2021-04-06 21:38:24 +01:00
helight 2aad79cd3d fix words 2021-04-06 20:21:33 +08:00
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 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
Zhang Yong c38481d348 Explicitly specify kubernetes system daemons in doc 2021-03-28 10:17:30 +08: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 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
Victor Palade ca046d9b1f Merge master into dev-1.21 to keep in sync 2021-03-26 21:29:52 +01: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
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
konglinghang e6aa137ac2 fix a word translation 2021-03-26 14:35:21 +08: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
Qiming Teng 487bd4fa46 [zh] Resync security overview 2021-03-26 13:03:45 +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
Kubernetes Prow Robot 67da6a3ef0
Merge pull request #27184 from ydFu/update-run-replicated-stateful-application
[zh] Sync tasks pages for run-replicated-stateful-application.md
2021-03-25 05:23:29 -07:00
WenxingLai 5544c20819
correct misleading Chinese translation in dns-subdomain-names and dns-label-names 2021-03-24 11:12:26 +08:00
ydFu 11365d493b [zh] Sync tasks pages for run-replicated-stateful-application.md
* Sync with english version in 'Avoid using namespace that is a reserved object (#27128)'

Signed-off-by: ydFu <ader.ydfu@gmail.com>
2021-03-24 10:09:29 +08:00
ydFu 5f943c1ff4 [zh] Umbrella Sync: task pages for kubeadm-certs,kubeadm-upgrade,_index.md
* Sync with english version in 'Fix errors by linkchecker.py in tasks folder (#27172)'

Signed-off-by: ydFu <ader.ydfu@gmail.com>
2021-03-23 16:24:08 +08:00
Kubernetes Prow Robot a6a0ece529
Merge pull request #27160 from ydFu/update-operator
[zh] Sync concepts pages for extend-kubernetes\operator.md
2021-03-22 22:39:35 -07:00
Kubernetes Prow Robot 037bfce5ca
Merge pull request #27142 from ydFu/update-container-runtimes
[zh] Sync setup pages for production-environment\container-runtimes.md
2021-03-22 22:37:36 -07:00
ydFu 5214deb8a8 [zh] Sync concepts pages for configuration\configmap.md
* Sync with english version in 'clarify: add that binaryData is base64-encoded (#27066)'

Signed-off-by: ydFu <ader.ydfu@gmail.com>
2021-03-22 16:14:06 +08:00
ydFu 02fe081de4 [zh] Sync concepts pages for extend-kubernetes\operator.md
* Sync with english version in 'Update operator page to list tools in alphabetical order (#26676)'

Signed-off-by: ydFu <ader.ydfu@gmail.com>
2021-03-22 13:59:38 +08:00
ydFu 71c5a8ee22 [zh] Sync concepts pages for architecture\control-plane-node-communication.md
* Sync with english version in 'Update control-plane-node-communication.md (#27123)'

Signed-off-by: ydFu <ader.ydfu@gmail.com>
2021-03-21 19:11:59 +08:00
ydFu eb75932e01 [zh] Sync tasks pages for kubeadm\kubeadm-certs.md
* Sync with english version in 'remove usage of the certificates API for cert renewal (#26841)'

Signed-off-by: ydFu <ader.ydfu@gmail.com>
2021-03-20 21:11:52 +08:00
ydFu c5d6010935 [zh] Sync tasks pages for configmap-secret\managing-secret-using-kubectl.md
* Sync with english version in 'Improvement: Managing Secret using kubectl (#27136)'

Signed-off-by: ydFu <ader.ydfu@gmail.com>
2021-03-20 16:13:03 +08:00
ydFu b0192d224e [zh] Sync setup pages for production-environment\container-runtimes.md
* Sync with english version in 'container-runtimes: include note about latest validated docker (#26966)'

Signed-off-by: ydFu <ader.ydfu@gmail.com>
2021-03-20 15:58:44 +08:00
Kubernetes Prow Robot e924620433
Merge pull request #27111 from mengjiao-liu/update-rdb-link-zh
[zh] update volume rdb `Rados Block Device` link
2021-03-19 21:09:42 -07:00
Kubernetes Prow Robot 48df7ceb37
Merge pull request #27059 from ydFu/update-container-runtimes
[zh] Sync setup pages for production-environment\container-runtimes.md
2021-03-19 06:08:33 -07:00
Kubernetes Prow Robot e2f760ca26
Merge pull request #26983 from illidan33/patch-1
create a secret failed
2021-03-18 17:52:36 -07:00
Rey Lejano 9d56683e8b Merge master into dev-1.21 to keep in sync - SIG-Release 1.21 Docs team 3/17/21
Fixed merge conflict with /docs/reference/command-line-tools-reference/kube-apiserver.md and preferred master
2021-03-17 21:29:04 -07:00
Kubernetes Prow Robot cb7edbf398
Merge pull request #27113 from mengjiao-liu/sync-dynamic-provisioning-zh
[zh] sync content/en/docs/concepts/storage/dynamic-provisioning.md
2021-03-17 20:55:20 -07:00
Kubernetes Prow Robot 38a11d43ee
Merge pull request #27102 from mengjiao-liu/sync-volume
[zh] Sync content/en/docs/concepts/storage/volumes.md
2021-03-17 20:11:19 -07:00
mengjiao.liu 9c9366a36e [zh] sync content/en/docs/concepts/storage/dynamic-provisioning.md 2021-03-18 11:02:08 +08:00
mengjiao.liu 243317319d [zh] update volume rdb `Rados Block Device` link 2021-03-18 10:32:30 +08:00
mengjiao.liu 449d06ec0e [zh] Sync content/en/docs/concepts/storage/volumes.md 2021-03-17 23:05:50 +08:00
Qiming Teng 5805ef3738 [zh] Sync install-kubeadm 2021-03-17 20:21:46 +08:00
Jeremy 74ce07a55e
Update dns-custom-nameservers.md 2021-03-17 16:05:47 +08:00
CKchen0726 b891ef312a [zh] fix spelling mistake in content/zh/docs/concepts/storage/storage-classes.md 2021-03-17 10:00:47 +08:00
ydFu b274911ceb [zh] Sync setup pages for production-environment\container-runtimes.md
* Sync with english version in 'Update Ubuntu/Debian installation instructions to use Signed-By option (#26952)'

Signed-off-by: ydFu <ader.ydfu@gmail.com>
2021-03-15 10:18:10 +08:00
Arhell 59e056c086 [zh] update invalid web page link for api group 2021-03-14 14:27:57 +02:00
Kubernetes Prow Robot d0aca8bba8
Merge pull request #27023 from wardenlym/master
[zh] fix format mistake
2021-03-13 02:23:04 -08:00
Kubernetes Prow Robot 10d808362d
Merge pull request #26986 from pacoxu/remove/Disable-CAdvisor-Json-Metrics
Disable CAdvisor Json Metrics completed
2021-03-12 19:19:04 -08:00
Kubernetes Prow Robot 3c17a7e50b
Merge pull request #27019 from CKchen0726/zh_connect-applications-service
[zh] fix spelling mistake in ./content/zh/docs/concepts/service-networking/connect-applications-service.md
2021-03-12 19:19:04 -08:00
Kubernetes Prow Robot faf889af8e
Merge pull request #27029 from oomichi/redirect-kubeadm-zh
zh: Replace redirect links of kubeadm
2021-03-12 19:13:03 -08:00
Arhell ca5680fa49 [zh] update link to Cinder CSI driver documentation 2021-03-13 01:05:36 +02:00
Kenichi Omichi 70db6c1fcb zh: 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-12 22:10:58 +00:00
wardenlym a8634b88c5 fix format mistake in zh/docs/setup/production-environment/tools/kubeadm/kubelet-integration.md 2021-03-12 22:37:16 +08:00
Kubernetes Prow Robot e2f4b96503
Merge pull request #26939 from Iceber/update-access-cluster-api
[zh] update access-cluster-api.md
2021-03-12 01:54:18 -08:00
Iceber Gu d1025ef5ab
[zh] update access-cluster-api.md
Signed-off-by: Iceber Gu <wei.cai-nat@daocloud.io>
2021-03-12 17:48:44 +08:00
buptliuwei 1ea5f5ee31
fixed demo deployment create command
when use  `kubectl run source-ip-app --image=k8s.gcr.io/echoserver:1.4` . it will be create a pod, the output is: `pod/source-ip-app created`,  but the svc will find `deployment` when use `kubectl expose deployment source-ip-app --name=clusterip --port=80 --target-port=8080`
2021-03-11 11:58:00 +08:00
luzg 22f104c6c3 [zh] translate task/install kubectl on macOS 2021-03-11 11:32:12 +08:00
CKchen0726 4d989b9a67 fix spelling mistake in ./content/zh/***/connect-applications-service.md 2021-03-11 11:18:25 +08:00
pacoxu 58c9ddd24e Disable CAdvisor Json Metrics completed 2021-03-10 17:09:01 +08:00
illidan dc508bd396
Update connect-applications-service.md
There is an extra space before the field 'type', so to create a secret failed. The message is "error: error parsing nginxsecret.yaml: error converting YAML to JSON: yaml: line 5: did not find expected key".
2021-03-10 14:58:24 +08:00
Kubernetes Prow Robot 2e0968ffe7
Merge pull request #26950 from lsq645599166/add_zh_access-api-from-pod
[zh] add docs/tasks/run-application/access-api-from-pod.md zh version
2021-03-09 07:09:00 -08:00
Kubernetes Prow Robot 551e38c4ee
Merge pull request #26930 from ydFu/update-kustomization
[zh] Sync setup pages for manage-kubernetes-objects\kustomization.md
2021-03-09 04:26:59 -08:00
REN Xiaolei 7fdd756f8e
fix Chinese translation about reserved-cpus (#26927)
* fix Chinese translation about reserved-cpus

* fix translation about take precedence
2021-03-08 17:31:00 -08:00
Henry Liu 71ca12a77d fix typo and some translation error 2021-03-09 09:23:12 +08:00
Arhell da4074fa1f [zh] remove feature-state tag for categories for CRDs 2021-03-09 00:38:42 +02:00
Kubernetes Prow Robot 8b6bcb79b5
Merge pull request #26938 from Iceber/fix-using-api-index
[zh] fix using-api/_index.md
2021-03-08 05:05:42 -08:00
Iceber Gu ddcdd0687e
[zh] fix using-api/_index.md
Signed-off-by: Iceber Gu <wei.cai-nat@daocloud.io>
2021-03-08 18:05:32 +08:00
Henry Liu c4fddf906c [zh] add docs/tasks/run-application/access-api-from-pod.md zh version 2021-03-08 16:13:22 +08:00
vazmin 5dba292da3
Fix CSI spec URL 2021-03-07 17:21:54 +08:00
Kubernetes Prow Robot 23cdd9717d
Merge pull request #26813 from zhiguo-lu/zh-trans-task-certificates
[zh] translate task certificates
2021-03-07 00:33:42 -08:00
ydFu ed5fd4a7e7 [zh] Sync setup pages for manage-kubernetes-objects\kustomization.md
* Sync with english version in 'chore: fix an invalid location.hash (#26835)'

Signed-off-by: ydFu <ader.ydfu@gmail.com>
2021-03-07 15:39:22 +08:00
luzg 5e6da7d397 [zh] translate task certificates 2021-03-06 22:24:24 +08:00
timyinshi b3ac1021a9
modify the error chinese word
Signed-off-by: timyinshi <shiguangyin@inspur.com>
2021-03-05 22:29:24 +08:00
Kubernetes Prow Robot b23edad5d1
Merge pull request #26833 from njuptlzf/patch-2
Update flow-control.md
2021-03-04 19:30:21 -08:00
Kubernetes Prow Robot c82d92b61f
Merge pull request #26408 from CaoDonghui123/fix-url-2
[zh]fix the link addresses
2021-03-04 19:08:21 -08:00
Kubernetes Prow Robot b71386970a
Merge pull request #26773 from wwgfhf/master-service-catalog
Update zh translation in  service-catalog.md
2021-03-04 04:54:08 -08:00
njuptlzf dfe6623bd0
Update flow-control.md
Fix description
2021-03-04 15:02:17 +08:00
Arhell 233ca28849 [zh] update client-libraries.md 2021-03-04 00:28:32 +02:00
Kubernetes Prow Robot 47f06ab62a
Merge pull request #26743 from mastermay/patch-1
doc: remove zero-width space character
2021-03-02 16:31:20 -08:00