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
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