Fix: typo in assign-pods-nodes.md (Chinese version) (#16170)
* Fix: typo in assign-pods-nodes.md (Chinese version) * Add version check in zh.toml (Chinese version)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
8c794d7b47
commit
fb3f734739
@@ -66,7 +66,7 @@ Kubernetes cluster.
|
|||||||
-->
|
-->
|
||||||
1. 验证你选择的节点是否有 `disktype=ssd` 标签:
|
1. 验证你选择的节点是否有 `disktype=ssd` 标签:
|
||||||
|
|
||||||
kubectl get nodes --show-labels
|
kubectl get nodes --show-labels
|
||||||
|
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|||||||
@@ -13,4 +13,3 @@ or you can use one of these Kubernetes playgrounds:
|
|||||||
|
|
||||||
* [Katacoda](https://www.katacoda.com/courses/kubernetes/playground)
|
* [Katacoda](https://www.katacoda.com/courses/kubernetes/playground)
|
||||||
* [Play with Kubernetes](http://labs.play-with-k8s.com/)
|
* [Play with Kubernetes](http://labs.play-with-k8s.com/)
|
||||||
-->
|
|
||||||
|
|||||||
@@ -30,6 +30,15 @@ other = "否"
|
|||||||
[latest_version]
|
[latest_version]
|
||||||
other = "最新版本。"
|
other = "最新版本。"
|
||||||
|
|
||||||
|
[version_check_mustbe]
|
||||||
|
other = "您的 Kubernetes 服务器必须是版本 "
|
||||||
|
|
||||||
|
[version_check_mustbeorlater]
|
||||||
|
other = "您的 Kubernetes 服务器必须等于或高于版本 "
|
||||||
|
|
||||||
|
[version_check_tocheck]
|
||||||
|
other = "为了检查版本, 输入 "
|
||||||
|
|
||||||
[main_read_about]
|
[main_read_about]
|
||||||
other = "Read about"
|
other = "Read about"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user