Skip to content

Commit

Permalink
Fix: typo in assign-pods-nodes.md (Chinese version) (#16170)
Browse files Browse the repository at this point in the history
* Fix: typo in assign-pods-nodes.md (Chinese version)

* Add version check in zh.toml (Chinese version)
  • Loading branch information
chendotjs authored and k8s-ci-robot committed Sep 6, 2019
1 parent 8c794d7 commit fb3f734
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Kubernetes cluster.
-->
1. 验证你选择的节点是否有 `disktype=ssd` 标签:

kubectl get nodes --show-labels
kubectl get nodes --show-labels


<!--
Expand Down
1 change: 0 additions & 1 deletion content/zh/includes/task-tutorial-prereqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ or you can use one of these Kubernetes playgrounds:

* [Katacoda](https://www.katacoda.com/courses/kubernetes/playground)
* [Play with Kubernetes](http://labs.play-with-k8s.com/)
-->
9 changes: 9 additions & 0 deletions i18n/zh.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,15 @@ other = "否"
[latest_version]
other = "最新版本。"

[version_check_mustbe]
other = "您的 Kubernetes 服务器必须是版本 "

[version_check_mustbeorlater]
other = "您的 Kubernetes 服务器必须等于或高于版本 "

[version_check_tocheck]
other = "为了检查版本, 输入 "

[main_read_about]
other = "Read about"

Expand Down

0 comments on commit fb3f734

Please sign in to comment.