-
Notifications
You must be signed in to change notification settings - Fork 37
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
Test OpenStack integration code #36
Comments
When referring to the LB with external connectivity, are you referring to this? |
Yes, but with small improvement: https://github.com/kubernetes/kubernetes/blob/master/pkg/cloudprovider/providers/openstack/openstack.go |
On the Openstack Access, I prefer ENVs so within the terraform files I remove all the variables with the openstack provider blocks so everything is picked up from ENV. But if some have generic users or custom users with limited role then via variables works great. But not sure that will be the most common case. |
This PR could be of value here as well: |
Started with manual config, but no luck. kube-apiserver fail immediately after start.
|
Finally i get working integration, k8s can login into OpenStack API, trys to create LB and fails. |
I'm blocked here because gophercloud Golang library used in OpenStack integration doesn't supports compute API 1.x, only 2.0 and higher. Our OpenStack uses old (deprecated) compute API 1.1. |
Need to test OpenStack integration in k8s, at least find out does is able to create LB with external connectivity.
cloud.cfg
via Ansible and add relevant options tokube-apiserver
,kube-scheduler
The text was updated successfully, but these errors were encountered: