We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The metadata.name is different to the cluster-name in ClusterClass clusters. As it will use the OpenstackClusterTemplate name and add a UID
So in that case all checks failing as stated in the Read-me.
What i see is that both have
labels: cluster.x-k8s.io/cluster-name: <cluster-name>
So if could change the code to pick that one, it would be usable on both.
Would be able to create a MR if needed.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The metadata.name is different to the cluster-name in ClusterClass clusters.
As it will use the OpenstackClusterTemplate name and add a UID
So in that case all checks failing as stated in the Read-me.
What i see is that both have
So if could change the code to pick that one, it would be usable on both.
Would be able to create a MR if needed.
The text was updated successfully, but these errors were encountered: