Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Manage clusters and download kubeconfigs
cnap cl
cnap clusters list
cnap clusters get <cluster-id>
cnap clusters update <cluster-id> --name "staging" cnap clusters update <cluster-id> --region <region-id>
--name
--region
cnap clusters delete <cluster-id> --force
--force
# Print to stdout cnap clusters kubeconfig <cluster-id> # Write to file (mode 0600) cnap clusters kubeconfig <cluster-id> -o kubeconfig.yaml
cnap clusters kubeconfig <id> | kubectl --kubeconfig /dev/stdin get nodes