Commit Graph

185 Commits

Author SHA1 Message Date
xoyabc 46e509c4aa
Update basic-stateful-set.md
fix the wrong translation
2021-05-29 09:01:07 +08:00
Kubernetes Prow Robot 796adb952f
Merge pull request #27459 from atline/patch-1
Update guestbook.md
2021-05-27 08:22:23 -07:00
Cria Hu 493dae7a2c
Merge branch 'master' into hyq-0427 2021-04-30 15:48:11 +08:00
Kubernetes Prow Robot 43fcebde32
Merge pull request #27729 from CaoDonghui123/fix4
[zh]Resync Tutorials (1)
2021-04-29 19:35:58 -07:00
Kubernetes Prow Robot 83589d3ffb
Merge pull request #27770 from CaoDonghui123/fix7
[zh]Resync Tutorials (2)
2021-04-29 17:07:57 -07:00
caodonghui e0fbc55dd6 [zh]Resync Tutorials (3) 2021-04-29 11:07:34 +08:00
huyuqing af1879144e
fix the wrong links 2021-04-29 10:21:18 +08:00
caodonghui 628a4d0d84 [zh]Resync Tutorials (2) 2021-04-28 15:50:16 +08:00
huyuqing f465af8de0
Optimize document translation of content/zh/docs/tutorials/stateful-application/basic-stateful-set.md 2021-04-28 15:04:57 +08:00
caodonghui cdbad092a4 [zh]Resync Tutorials (1) 2021-04-27 15:13:17 +08:00
atline ac4c223422
Update content/zh/docs/tutorials/stateless-application/guestbook.md
Co-authored-by: Mike Petersen <mpetason@gmail.com>
2021-04-13 16:18:25 +08:00
atline bed23cd47e
Update guestbook.md
Fix typo.
2021-04-08 15:16:30 +08: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
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
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
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
BITLIU aae1ca4b13
Sync with English version and Update Deprecated URL (#26692)
* Update deprecated URL: Proxy

http://www.haproxy.org/download/1.5/doc/proxy-protocol.txt is deprecated and 403 Forbidden,change it to https://www.haproxy.org/download/1.8/doc/proxy-protocol.txt

* Sync with English version and Update Deprecated URL

* Sync with english version and update URL

* Update source-ip.md

* Update source-ip.md

* Update content/zh/docs/tutorials/services/source-ip.md

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

* Update content/zh/docs/tutorials/services/source-ip.md

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

* Update content/zh/docs/tutorials/services/source-ip.md

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

* Update content/zh/docs/tutorials/services/source-ip.md

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

Co-authored-by: Qiming Teng <tengqm@outlook.com>
2021-03-01 11:09:25 -08:00
Kubernetes Prow Robot 7356807b68
Merge pull request #26728 from ydcool/zh-links-tutorials
Fix links in tutorials section
2021-02-28 19:34:39 -08:00
Dominic Yin 6e432a5366
Fix links in tutorials section 2021-03-01 09:26:11 +08:00
Dominic Yin a89880b826
[zh] Remove Master/Slave terminology from stateless application tutorial 2021-03-01 09:13:35 +08:00
Qiming Teng 9ee0e9c077 [zh] Sync changes that remove logging solutions 2021-02-14 20:42:47 +08:00
Kubernetes Prow Robot 3df0331a9e
Merge pull request #26058 from yuandongx/patch-24
[zh] Minikube urls miss. Some lines are outdate.
2021-01-12 17:06:36 -08:00
yuandongx 9a33c75920 url miss. some lines are outdate.
Signed-off-by: yuandongx <786018072@qq.com>
2021-01-12 16:15:20 +08:00
caodonghui 495d6859d0 [zh] Incorrect url 2021-01-11 16:01:40 +08:00
Kubernetes Prow Robot 6b62a4d2f5
Merge pull request #25973 from yuandongx/patch-15
[zh] "/zh/docs/tutorials/stateless-application/expose-external-ip-address" page is outdate.
2021-01-08 22:25:05 -08:00
yuandongx 04c9977369 update 2021-01-07 07:56:37 +00:00
Kubernetes Prow Robot 54cb8f678a
Merge pull request #25970 from yuandongx/patch-14
[zh] Incorrect url.
2021-01-05 23:45:51 -08:00
yuandongx b48dfd7f15 Incorrect url redirect. 2021-01-06 01:38:17 +00:00
yuandongx 9a80a9e361 output is incorret. 2021-01-05 04:36:22 +00:00
guzj11 ada714fd57
Update hello-minikube.md
sync with english version
2020-12-16 15:12:24 +08:00
guzj11 ed649646d2
Update guestbook-logs-metrics-with-elk.md (#25463)
sync with english version

Apply suggestions from code review

Co-authored-by: Qiming Teng <tengqim@cn.ibm.com>

Co-authored-by: Qiming Teng <tengqim@cn.ibm.com>
2020-12-10 03:32:54 -08:00
jiajie 4a5bce92ce Update _index.html 2020-12-10 18:52:02 +08:00
guzj11 fe6d79d480 Update guestbook.md
sync with en version.

Update guestbook.md

apply suggestions from tengqm

Apply suggestions from code review

Co-authored-by: Qiming Teng <tengqim@cn.ibm.com>
2020-12-07 22:32:08 +08:00
RA489 ec0612b4b2 使用 Minikube 安装 Kubernetes 2020-11-23 09:57:38 +05:30
Kubernetes Prow Robot f33d9c4259
Merge pull request #25051 from DangHT/master
[zh] modify links to en-docs in tutorials to zh-docs
2020-11-15 22:55:04 -08:00
DangHT eba0555d1b [zh] modify links to en-docs in tutorials to zh-docs 2020-11-16 14:37:36 +08:00
DangHT 6a1b29f3d7 [zh] modify links to en-docs in tutorials to zh-docs 2020-11-16 10:25:23 +08:00
luzg 33a9942381 [zh] translate tutorials configure-java-microservice
fix according to tengqm's comment
2020-11-16 09:37:03 +08:00
Song Shukun 092eee935a [zh] Resync docs/tutorials/stateful-application/zookeeper.md 2020-11-12 20:03:38 +09:00
Tao Wang f1de329547
Update deploy-intro.html 2020-11-12 00:58:48 +10:30
Kubernetes Prow Robot 2702f117a2
Merge pull request #24238 from fancc/seccomp
Translate Restrict a Container's Syscalls with Seccomp into Chinese
2020-10-30 06:02:05 -07:00
bryan 0dfed51bc3 Translate Restrict a Container's Syscalls with Seccomp into Chinese 2020-10-30 10:16:17 +08:00
Qiming Teng f1e5b34607 Resync tutorial page expose external IP address 2020-10-29 14:21:02 +08:00
Kubernetes Prow Robot b43db91ca0
Merge pull request #24662 from zhiguo-lu/zh-translate-tutorial-guestbook-logs-metrics-with-elk
[zh] translate tutorial guestbook-logs-metrics-with-elk
2020-10-24 18:03:00 -07:00
kangni aadf52491a
Update cluster-intro.html
fix translate error
2020-10-24 17:12:51 +08:00
luzg 98d9ac58d2 [zh] translate tutorial guestbook-logs-metrics-with-elk, fix 24505
make change acording to tengqm's comment and rebase to 24675
change against tengqm's second round comment
2020-10-23 21:08:35 +08:00
Kubernetes Prow Robot f5f2a2b958
Merge pull request #24465 from tengqm/zh-sync-minikube
[zh] Sync changes to Hello Minikube page
2020-10-10 22:42:47 -07:00
Qiming Teng 34b8e9515a [zh] Sync changes to Hello Minikube page
This is a sync of English site change (236c65c18e).
2020-10-10 21:37:43 +08:00
Qiming Teng 1604fbf19f [zh] Remove online training contents
This is a sync from English site
(c5626fd69d).
2020-10-10 21:33:46 +08:00
Kubernetes Prow Robot eadcc1a268
Merge pull request #24257 from ydcool/zh-cleanup-training-content
Clean up zh training content
2020-10-04 18:29:06 -07:00
aquariuslt fe86d48879 i18n(zh): fix kubectl reference link issue
update `/zh/docs/user-guide/kubectl-overview/`
to `/zh/docs/reference/kubectl/overview/`
2020-10-04 19:55:37 +08:00
Dominic Yin ac49fa1a76
Clean up zh training content 2020-10-04 11:03:28 +08:00
Ben Hall 3fa95f0c93 Remove Roboto reference from interactive translated pages
Signed-off-by: Ben Hall <ben@benhall.me.uk>
2020-09-09 08:53:08 +01:00
huccshen a3ca547e1e
Update explore-intro.html 2020-08-31 10:57:29 +08:00
M. Habib Rosyad 6bc60473e3
remove CI/CD Pipeline section in content/zh/docs/tutorials/_index.md 2020-08-20 10:34:14 +07:00
Kubernetes Prow Robot 4e81aa85cd
Merge pull request #22725 from Cweiping/fix_svc_type_error
fix svc type error
2020-07-25 05:46:15 -07:00
Weiping Cai 75b8566c9d
fix svc type error
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io>
2020-07-25 18:49:42 +08:00
TianYi 7951640811
Update scale-intro.html 2020-07-22 08:56:39 +08:00
wxsm 423f391c68
fix zh doc misleading to en link.
fix zh doc misleading to en link.
2020-07-06 13:06:09 +08:00
Kubernetes Prow Robot 8c5966819f
Merge pull request #22332 from wxsms/patch-6
fix: zh doc missleading to en link.
2020-07-05 18:02:50 -07:00
Kubernetes Prow Robot 6ecca925b8
Merge pull request #22334 from wxsms/patch-8
fix: zh doc missleading to en link.
2020-07-04 19:06:49 -07:00
Kubernetes Prow Robot ece28880f9
Merge pull request #22333 from wxsms/patch-7
fix: zh doc missleading to english module 6
2020-07-04 16:34:49 -07:00
wxsm 3811e0c6e8
fix: zh doc missleading to en link.
fix: zh doc missleading to en link.
2020-07-04 20:05:33 +08:00
wxsm 49b428ac17
fix: zh doc missleading to english module 6
`Continue to Module 6` btn in zh docs is leading to en version, this PR simply fix it.
2020-07-04 20:03:13 +08:00
wxsm cf069a742f
fix: zh doc missleading to en link.
fix zh doc missleading to en link.
2020-07-04 19:58:53 +08:00
wxsm ef561614f9
fix: zh doc missleading to english module 5, and translate.
`Continue to Module 5` btn in zh docs is leading to en version and have no translate, this PR simply fix it.
2020-07-04 19:50:01 +08:00
Kubernetes Prow Robot 02d2316c4f
Merge pull request #22326 from wxsms/patch-4
fix: zh doc missleading to english module 4, and translate.
2020-07-04 04:40:48 -07:00
Kubernetes Prow Robot ad2fbb3e93
Merge pull request #22325 from wxsms/patch-3
fix: zh doc missleading to english Start Interactive Tutorial
2020-07-04 04:38:48 -07:00
Kubernetes Prow Robot 57b8e2760c
Merge pull request #22324 from wxsms/patch-2
fix: zh doc missleading to english module 3
2020-07-04 04:36:48 -07:00
wxsm d0d54d2154
fix: zh doc missleading to english module 4, and translate. 2020-07-04 17:32:09 +08:00
wxsm d2ed626de2
fix: zh doc missleading to english Start Interactive Tutorial 2020-07-04 17:28:01 +08:00
wxsm 846f28d043
fix: zh doc missleading to english module 3 2020-07-04 17:21:26 +08:00
wxsm 446d6a3c7e
fix: zh doc missleading to english chapter 2 2020-07-04 16:43:21 +08:00
Dominic Yin 68f03f9f1a
update basic-stateful-set.md to fix translation errors 2020-06-30 11:15:50 +08:00
Kubernetes Prow Robot 0a13293bb7
Merge pull request #21963 from TomorJM/master
fix the issue #20445
2020-06-29 05:25:28 -07:00
Qiming Teng 073ce649b9 [zh] Fix links on docs home
The links on the Home page is out of sync due to reasons like improper
translation of card name, missing card section in front-matter or even
missing content file in Chinese localization.
2020-06-27 13:55:06 +08:00
Kubernetes Prow Robot 7a7adc2ade
Merge pull request #22009 from Yiyiyimu/same
[zh] Rename titles of two levels to the same
2020-06-23 21:13:18 -07:00
Kubernetes Prow Robot d7ae76274a
Merge pull request #22012 from Yiyiyimu/patch-3
Fix carousel not moving issues
2020-06-23 21:11:19 -07:00
Shuyang Wu 9f2f6abbe7
Fix carousel not moving issues 2020-06-23 19:42:20 +08:00
yiyiyimu 61e6ec88a5 Rename titles of two levels to the same 2020-06-23 17:53:31 +08:00
yiyiyimu 01252c53ed Rename titles of two levels to the same 2020-06-23 17:47:47 +08:00
garciaolais ca71d9142f update exec command 2020-06-22 22:46:02 -05:00
TomorJM 2d31450e89 supplement the chapter Using a Service to Expose Your App 2020-06-22 11:48:12 +08:00
TomorJM e0f01428be translate k8s.io/zh/docs/tutorials/kubernetes-basics/expose/expose-intro into Chinese 2020-06-22 00:44:27 +08:00
Karen Bradshaw 4b35d4d401 add zh pages 2020-06-09 19:33:15 -04:00
Guangze GAO 3e1611b4cc Update Chinese page expose-external-ip-address.md 2020-05-28 10:50:48 +08:00
Kubernetes Prow Robot 4d393b4cd8
Merge pull request #20589 from lou-lan/fix/minikube-image-zh
Fix minikube image 'project:hello-minikube-zero-install' has been suspended.
2020-04-29 20:38:18 -07:00
Kubernetes Prow Robot a40b776dd7
Merge pull request #20634 from wwgfhf/wwg-minikube
Update zh translation in hello-minikube.md
2020-04-29 05:16:25 -07:00
wwgfhf ddab90c54b
Update hello-minikube.md 2020-04-29 11:37:59 +08:00
Kubernetes Prow Robot f67f09d07a
Merge pull request #20632 from wwgfhf/wwg-apparmor
Update zh translation in apparmor.md
2020-04-28 20:30:24 -07:00
wwgfhf 6a53b19abe
Update apparmor.md 2020-04-29 11:18:13 +08:00
wwgfhf 4841804f4c
Update expose-external-ip-address.md 2020-04-29 10:55:19 +08:00
lou-lan 2a83547b20 Fix minikube image 'project:hello-minikube-zero-install' has been suspended. 2020-04-28 00:23:43 +08:00
Kubernetes Prow Robot 02f522d95c
Merge pull request #20516 from linweiyuan/patch-1
Update update-intro.html
2020-04-23 21:58:06 -07:00
Kubernetes Prow Robot 393e0f1d7b
Merge pull request #20517 from linweiyuan/patch-2
Update explore-intro.html
2020-04-23 19:04:07 -07:00
linweiyuan 881a36c18a
Update explore-intro.html
Improve translation
2020-04-23 13:44:16 +08:00
linweiyuan ebcea02715
Update update-intro.html
Improving translation
2020-04-23 13:33:30 +08:00
TomorJM 6385776ba2 update content content/zh/docs/tutorials/kubernetes-basics/create-cluster/cluster-intro.html 2020-04-22 14:28:21 +08:00
TomorJM 33a8087566 correct releated link in content/zh/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro.html 2020-04-22 14:23:56 +08:00
TomorJM cc199f6380 update content/zh/docs/tutorials/kubernetes-basics/create-cluster/cluster-intro.html 2020-04-20 11:19:19 +08:00