-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
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
Magnum/CAPI provisioned Kubernetes cluster name length #96
Comments
@runlevel-six: I think this is an interesting problem, right now, we are generating cluster names in the following way: We're using cluster name + 10 characters. Since we're creating all of them inside the I think what we can do is probably drop that down to 5 characters, that might help a little bit? |
@mnaser I think that will definitely help, and we can work to shorten our cluster names as well. Any chance we can also shorten the node names since that is part of the overall length for some application applied labels? I ask because in the example above, it looks like the name is |
Unfortunately the server name component actually comes from the Cluster API so we have to look for something there |
Ok, thanks |
Is there a way to customize the name used by the Magnum API (using the CAPI driver) built into Atmosphere? We are running into issues where operators are adding labels to artifacts that exceed the 63 character limit built into Kubernetes, and a big chunk of the label is the cluster name in these cases. It would be nice if we can define a name (such as
prod-k8s-00
or something like that) that tells the user exactly what it is used for and doesn't include the additional Magnum (and/or CAPI/CAPO) syntax.The text was updated successfully, but these errors were encountered: