You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "Metadata" parameters section in the template roles/kubernetes-apps/external_cloud_controller/openstack/templates/external-openstack-cloud-config.j2.
I encountered issues in a fresh install, when I would attach automatically a volume to pod, the instance where the pod was couldn't be found. The id used for the instance wasn't the right one because the CSI plugin wasn't using the id given by Openstack.
Without this improvement we have extra steps to configure the cluster while we think it'll work seamlessly.
The text was updated successfully, but these errors were encountered:
What would you like to be added:
The "Metadata" parameters section in the template roles/kubernetes-apps/external_cloud_controller/openstack/templates/external-openstack-cloud-config.j2.
The content to add would look like this:
The default values (previous example) could be changed in inventory/mycluster/group_vars/all/openstack.yml.
This is handled by kubernetes/cloud-provider-openstack since the v.14 (doc).
Documentation: https://github.com/kubernetes/cloud-provider-openstack/blob/master/docs/using-openstack-cloud-controller-manager.md#metadata
Why is this needed:
I encountered issues in a fresh install, when I would attach automatically a volume to pod, the instance where the pod was couldn't be found. The id used for the instance wasn't the right one because the CSI plugin wasn't using the id given by Openstack.
Without this improvement we have extra steps to configure the cluster while we think it'll work seamlessly.
The text was updated successfully, but these errors were encountered: