Commit Graph

61 Commits

Author SHA1 Message Date
xin.li 941151f362 [zh] Update jsonpath
Signed-off-by: xin.li <xin.li@daocloud.io>
2022-03-22 18:28:05 +08:00
my-git9 b5220deaa6
Sync doc about docsHome (#32120)
* Sync doc about docsHome

Signed-off-by: xin.li <xin.li@daocloud.io>

* Update kubectl-cmds.md

Signed-off-by: xin.li <xin.li@daocloud.io>

* Update _index.md
2022-03-08 17:06:21 -08:00
my-git9 4e98cfe32e
Update conventions.md
update conventions.md
2022-03-08 19:57:15 +08:00
Guangwen Feng 972711149b [zh] Fix the output of "kubectl get deployment"
Signed-off-by: Guangwen Feng <fenggw-fnst@cn.fujitsu.com>
2021-11-24 09:52:09 +08:00
Guangwen Feng 2b6b6cfa50 [zh] Update kubectl.md
Signed-off-by: Guangwen Feng <fenggw-fnst@cn.fujitsu.com>
2021-11-23 15:01:58 +08:00
Arhell 2b40286fdd [zh] update pod mapping to avoid deprecation notice 2021-11-20 02:26:37 +02:00
GoodGameZoo 86984f220e Update Chinese page jsonpath 2021-06-28 00:08:05 -07:00
chenxuc 6039c1b32e resync reference for overview and cheatsheet 2021-06-14 15:15:42 +08:00
Kubernetes Prow Robot c8322dccd1
Merge pull request #27994 from Arhell/typos
[zh] address typos docker-cli-kubectl
2021-05-28 06:32:24 -07:00
404_K c1d5b91a11
Update overview.md 2021-05-20 12:55:43 +08:00
Arhell 81aa62d9ff [zh] address typos docker-cli-kubectl 2021-05-15 12:34:28 +03: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
Arhell da2d988e67 [zh] update docker-cli-to-kubectl 2021-02-09 00:58:25 +02:00
Arhell 5ed2b712a2 [zh] Tidy list of generators for “kubectl create” 2021-02-08 01:57:13 +02:00
Arhell d8d2c89bf3 [zh] update cheatsheet.md 2021-01-06 01:33:32 +02:00
Kubernetes Prow Robot 33aff50ee1
Merge pull request #25796 from yuandongx/patch-2
[zh]Synchronize with "/zh/docs/reference/kubectl/conventions/" in English
2020-12-27 18:32:28 -08:00
yuandongx cd8ba39567 sync en. 2020-12-28 02:09:05 +00:00
Kubernetes Prow Robot 44760a2d47
Merge pull request #25798 from yuandongx/kubectl
[zh]Update content/zh/docs/reference/kubectl/kubectl.md.
2020-12-26 02:24:27 -08:00
yuandongx 9e876d557d update content/zh/docs/reference/kubectl/kubectl.md 2020-12-25 06:05:04 +00:00
yuandongx 2afa454aa4 sync cheatsheet. 2020-12-24 08:20:01 +00:00
Qiming Teng abab517ffc [zh] Fix links in zh localization (4) 2020-12-04 18:26:04 +08:00
Kubernetes Prow Robot 9674dbe9c4
Merge pull request #25338 from yuandongx/issues-25247-3
[zh]sync changes from english.
2020-12-02 19:21:00 -08:00
yuandongx 93e96c005c sync changes.
update

20201203 update
2020-12-03 02:45:13 +00:00
Xu Yuandong ec4d60aa80
[zh] Sync change from English (Issues 25247) (#25322)
* sync kubectl/jsonpath.md for [kubernetes/website#25247]

* sync kubectl/jsonpath.md for [kubernetes/website#25247]

* sync kubectl/cheatsheet.md

* update

* update

* update ...

* update ...

* update ...
2020-12-01 01:10:50 -08:00
zhaojizhuang 49662c8ffd [zh] sync #25113 for zh,fix kubectl get -f
fix example error when use kubectl get -f
2020-11-21 20:52:15 +08:00
Arhell b2f6f137cf remove useless sign 2020-11-11 00:33:19 +02:00
Kubernetes Prow Robot a6e3be38e5
Merge pull request #24746 from gaoguangze111/update-page-docker-cli-to-kubectl
Update links in page docker-cli-to-kubectl.md
2020-10-28 18:22:59 -07:00
Kubernetes Prow Robot 8af3536fb9
Merge pull request #24745 from gaoguangze111/update-page-conventions
Update non localized links in page conventions
2020-10-27 02:12:01 -07:00
Kubernetes Prow Robot bb60c2f7e2
Merge pull request #24744 from gaoguangze111/Update-page-cheatsheet
Update links in page cheatsheet.md
2020-10-27 02:09:59 -07:00
Kubernetes Prow Robot d25fe29712
Merge pull request #24743 from gaoguangze111/Update-page-kubectl
Update links in page kubectl.md
2020-10-27 02:08:00 -07:00
GoodGameZoo dcf5fd415d Update links in page docker-cli-to-kubectl.md 2020-10-27 00:17:32 -07:00
GoodGameZoo 558eb5c092 Update non localized links in page conventions 2020-10-26 23:56:15 -07:00
GoodGameZoo e0021447c6 Update links in page cheatsheet.md 2020-10-26 23:45:43 -07:00
GoodGameZoo 752f7501fe Update links in page kubectl.md 2020-10-26 23:31:49 -07:00
GoodGameZoo 53115dc263 Update links in page content/zh/docs/reference/kubectl/overview.md 2020-10-26 20:59:07 -07:00
白玉堂 775c0b1072
Update kubectl.md 2020-10-05 17:29:54 +08:00
yuanhao ed053d7061 update kubectl api-resouces list base on 1.19.1 2020-09-18 14:23:34 +08:00
Ray Wang 5661c90958
Remove execute permission of markdown files, not only glossary term pages but all 2020-08-22 19:20:25 +08:00
zhanwang c814c97404
Update translation in cheatsheet.md 2020-08-01 01:36:31 +08:00
Tim Bannister 30b8110eeb Fix page front matter (zh localization) 2020-06-29 18:50:09 +01:00
Qiming Teng a4919b4e50 [zh] Sync kubectl cheatsheet
This PR resync the Chinese translation of the kubectl cheatsheet. I
realized that it is is out of sync because it still contains deprecated
kubectl options such as `--export`.
2020-06-24 15:21:48 +08:00
Kubernetes Prow Robot 251a065fd2
Merge pull request #21537 from Cweiping/remove_kubectl_run_command_deprecated_zh
deprecated kubectl run command flag replicas for zh
2020-06-19 21:02:40 -07:00
Weiping Cai 92ded2a596
update kubectl document for zh
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io>
2020-06-20 11:46:47 +08:00
Karen Bradshaw 4b35d4d401 add zh pages 2020-06-09 19:33:15 -04:00
Weiping Cai cca324e4bd
deprecated kubectl run command flag replicas for zh
Signed-off-by: Weiping Cai <weiping.cai@daocloud.io>
2020-06-06 16:13:15 +08:00
huccshen 4a7e4b67aa
Update overview.md 2020-04-30 15:58:14 +08:00
Jie Shen a4243bad56
Fix Left panel navigating bar layout issue for zh (#19517) 2020-03-25 21:14:24 -07:00
Kubernetes Prow Robot ddb114e717
Use <code> block to display pipes in syntax within markdown table in kubectl overview (#19450) 2020-03-05 05:08:37 -08:00
Sascha Grunert 3ecfc9f47f
Fix wrong CHANGELOG locations (#19089)
We prefixed the CHANGELOG path in k/k with `CHANGELOG/`, which should
reflect every part of the website as well.

Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-02-25 05:42:49 -08:00
xieyanker 67ca8d8e22
hide some original comments in translate docs (#18986)
* hide original comment

* hide some original comments
2020-02-05 22:49:33 -08:00