-
Notifications
You must be signed in to change notification settings - Fork 208
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
Forced to change k8s cluster name as per regex. #1871
Comments
Relevant comments from Amit in slack: Hi, few things here. Your release version is 1.13.4. For any further help, visit https://docs.cilium.io/en/v1.13/gettinghelp |
I think this is the key, the regex there is only including lower-case letters. Given that the helm option accepts uppercase as well, this might just be an oversight. |
should I make a pr? @joestringer |
Sure, that would be awesome! |
Thanks @rahulk789 |
This codepath is used only if you are in the CLI "classic" mode (environment If you're using the latest version of the CLI, you may want to try Helm mode. It uses an embedded Helm client. |
Bug report
Hey, just trying to get the cilium ingress controller on my k8s and I got this:
$ cilium install --version 1.13.4 --set kubeProxyReplacement=true --set ingressController.enabled=true --set ingressController.loadbalancerMode=dedicated
🔮 Auto-detected Kubernetes kind: EKS
ℹ️ Using Cilium version 1.13.4
🔮 Auto-detected cluster name: arn:....../EKS-Cluster
🔮 Auto-detected datapath mode: aws-eni
❌ Cluster name "/EKS-Cluster" is not valid, must match regular expression:
^[a-z0-9]([-a-z0-9]*[a-z0-9])$
↩️ Rolling back installation...
Error: Unable to install Cilium: invalid cluster name
I really find it inconvenient to change the name of an already running eks cluster binded to other configurations just for the sake of installing the cilium ingress controller. If this is considered as an valid issue, im willing to fix it myself. Thanks.
The text was updated successfully, but these errors were encountered: