Hello,
I’ve setup the primary cluster of the k10multicluster using this command:
./k10multicluster setup-primary --name=”xx-xx-xx”
But I’ve made a mistake with the name of the primary cluster.
I’ve tried to change the name using this command:
./k10multicluster setup-primary --name=”yy-yy-yy” --replace
But I’ve got this error:
ERROR: Could not setup primary cluster (cluster_name: yy-yy-yy)
-> A primary cluster configuration already exists on this cluster (cluster_name: xx-xx-xx)
I’ve looked at the help commands but nothing seems to perform a rename.
How can I rename or delete the k10multicluster to have the correct name?
Thank you in advance !