Describe the bug
All Kubespray functionality has up to this point handled any name/prefix to the cluster naming.
When we run multi wc to one sc we named the clusters wc-staging and wc-prod to avoid confusion, but the new automated upgrade steps seem to have hardcoded the naming to just wc and sc
The docs still seem to indicate that you can initialize an environment with any prefix.
To Reproduce
Steps to reproduce the behavior:
Initialize an environment with a name other than just wc and sc
Try to run ck8s-kubespray upgrade v2.22 prepare
See error
Expected behavior
I would expect the CLI to still work with any naming as before.
Or the removal of docs indicating that a custom name can be used.
Version (add all relevant versions):
Compliant kubernetes kubespray version v2.21.0
Additional context
Add any other context about the problem here.
Describe the bug All Kubespray functionality has up to this point handled any name/prefix to the cluster naming.
When we run multi wc to one sc we named the clusters
wc-staging
andwc-prod
to avoid confusion, but the new automated upgrade steps seem to have hardcoded the naming to justwc
andsc
The docs still seem to indicate that you can initialize an environment with any prefix.
To Reproduce Steps to reproduce the behavior:
wc
andsc
ck8s-kubespray upgrade v2.22 prepare
Expected behavior I would expect the CLI to still work with any naming as before.
Or the removal of docs indicating that a custom name can be used.
Version (add all relevant versions):
Additional context Add any other context about the problem here.