How To Rename PMK Cluster?
Learn how to rename your Platform9 Managed Kubernetes cluster effectively. This guide details the necessary steps, including utilizing the curl PUT request with your user token and API URL, to ensure
Problem
Environment
Procedure
# export TOKEN=<copy-it-from-cluster-kubconfig-file-for-your-user># curl --request PUT --url <Request-API-URL-for-target-cluster> --header "X-Auth-Token: $TOKEN" -H "Content-Type: application/json" --data '{ "name": "<new-cluster-name>" }'
e.g.
@ curl --request PUT --url https://gauravk.platform9.horse/qbert/v4/c98516ee2cca4744965a1e6decab3475/clusters/5bb89ce7-cf20-4c73-af26-38e58430ab0d --header "X-Auth-Token: $TOKEN" -H "Content-Type: application/json" --data '{ "name": "my-2node-cluster" }'
OKPreviousMaster Node Fails to Attach to an Existing Cluster and UI Shows "Quorum Achieved with a tolerance 1"NextHow To Create K8S Cluster Using Qbert API And Private Docker Registry
Last updated
