System Grab Bag

View all TLDR pages from common (or from all pages)

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}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.