-
Notifications
You must be signed in to change notification settings - Fork 62
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
kargo openstack fails when setting a cluster-name #64
Comments
jianzj
pushed a commit
to jianzj/kubespray-cli
that referenced
this issue
Aug 31, 2017
openstack When using `kubespray openstack` to initialize environment and deploy kubernetes cluster, if you want to setup a cluster name with `--cluster-name`, you will always receive errors like ``` TASK [Create nodes network ports] ********************************************** failed: [localhost] (item=k8s-phenomenal-ootp8f) => {"failed": true, "item": "k8s-phenomenal-ootp8f", "msg": "Security group: k8s-phenomenal-69k17f, was not found"} failed: [localhost] (item=k8s-phenomenal-ystmto) => {"failed": true, "item": "k8s-phenomenal-ystmto", "msg": "Security group: k8s-phenomenal-69k17f, was not found"} failed: [localhost] (item=k8s-phenomenal-k2f8sf) => {"failed": true, "item": "k8s-phenomenal-k2f8sf", "msg": "Security group: k8s-phenomenal-69k17f, was not found"} ``` That is because security group name is redefined and security group is not created with these names. These is one issue existing, kubespray#64 I did some code changes, which cluster_name will be changed at the first place when customer set a new one. Please help to review and let me know if anything that I could update or improve.
I did some code change for this issue , feel free to let me know anything that I could improve . #104 |
As PR is merge, I think this issue should be fixed . Feel free to test and check |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Invoking
fails trying to use a security group name that doesn't exist:
When running without
--cluster-name
it works fine.The text was updated successfully, but these errors were encountered: