add new chinese translations
This commit is contained in:
25
pages.zh/common/linode-cli-lke.md
Normal file
25
pages.zh/common/linode-cli-lke.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# linode-cli lke
|
||||
|
||||
> 管理 Linode Kubernetes 引擎 (LKE) 集群。
|
||||
> 另请参见:`linode-cli`。
|
||||
> 更多信息:<https://techdocs.akamai.com/cloud-computing/docs/cli-commands-for-lke>。
|
||||
|
||||
- 列出所有 LKE 集群:
|
||||
|
||||
`linode-cli lke clusters list`
|
||||
|
||||
- 创建一个新的 LKE 集群:
|
||||
|
||||
`linode-cli lke clusters create --region {{region}} --type {{type}} --node-type {{node_type}} --nodes-count {{count}}`
|
||||
|
||||
- 查看特定 LKE 集群的详细信息:
|
||||
|
||||
`linode-cli lke clusters view {{cluster_id}}`
|
||||
|
||||
- 更新现有的 LKE 集群:
|
||||
|
||||
`linode-cli lke clusters update {{cluster_id}} --node-type {{new_node_type}}`
|
||||
|
||||
- 删除一个 LKE 集群:
|
||||
|
||||
`linode-cli lke clusters delete {{cluster_id}}`
|
Reference in New Issue
Block a user