mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-18 03:49:47 +00:00
Update cheatsheets
This commit is contained in:
30
linode-cli-lke
Normal file
30
linode-cli-lke
Normal file
@@ -0,0 +1,30 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# linode-cli lke
|
||||
|
||||
> Manage Linode Kubernetes Engine (LKE) clusters.
|
||||
> See also: `linode-cli`.
|
||||
> More information: <https://www.linode.com/docs/products/tools/cli/guides/linode-kubernetes-engine/>.
|
||||
|
||||
- List all LKE clusters:
|
||||
|
||||
`linode-cli lke clusters list`
|
||||
|
||||
- Create a new LKE cluster:
|
||||
|
||||
`linode-cli lke clusters create --region {{region}} --type {{type}} --node-type {{node_type}} --nodes-count {{count}}`
|
||||
|
||||
- View details of a specific LKE cluster:
|
||||
|
||||
`linode-cli lke clusters view {{cluster_id}}`
|
||||
|
||||
- Update an existing LKE cluster:
|
||||
|
||||
`linode-cli lke clusters update {{cluster_id}} --node-type {{new_node_type}}`
|
||||
|
||||
- Delete an LKE cluster:
|
||||
|
||||
`linode-cli lke clusters delete {{cluster_id}}`
|
||||
Reference in New Issue
Block a user