Options (1)
-z, --zonebooleanCreate a new SKS cluster
Example:
exo compute sks create {{cluster_name}} {{[-z|--zone]}} {{zone}}Examples (8)
List the supported SKS cluster versions
exo compute sks versionsCreate a new SKS cluster
exo compute sks create cluster_name [-z|--zone] zoneList all SKS clusters
exo compute sks listGenerate a Kubernetes kubeconfig file for an SKS cluster that expires in 1800 seconds
exo compute sks kubeconfig cluster_name|id user --ttl 1800 [-z|--zone] zoneCreate and add a Nodepool containing 3 nodes to an SKS cluster
exo compute sks nodepool add cluster_name|id nodepool_name --size 3 [-z|--zone] zoneRemove a Nodepool from an SKS cluster
exo compute sks nodepool delete cluster_name|id nodepool_name|idEvict a Node from a Nodepool in an SKS cluster
exo compute sks nodepool evict cluster_name|id nodepool_name|id node_name|idEnable the Exoscale CSI driver for an existing SKS cluster
exo compute sks update cluster_name|id --enable-csi-addon [-z|--zone] zonemade by @shridhargupta | data from tldr-pages