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
Bumping into multiple issues creating a v1.26.x cluster using RKE templates with openstack, I've found out the configuration section of openstack is outdated, error unknown cloud provider "openstack" will come from kubelet if one follows the openstack setup from the ofiicial documentation.
After deleting cloudprovider section from the RKE template, the cluster can then be created, follow by installations of openstack CSI driver and cloud controller manager and setting up accordingly, the cluster can work normally.
Bumping into multiple issues creating a v1.26.x cluster using RKE templates with openstack, I've found out the configuration section of openstack is outdated, error
unknown cloud provider "openstack"
will come from kubelet if one follows the openstack setup from the ofiicial documentation.After deleting cloudprovider section from the RKE template, the cluster can then be created, follow by installations of openstack CSI driver and cloud controller manager and setting up accordingly, the cluster can work normally.
related reference:
https://kubernetes.io/blog/2022/12/09/kubernetes-v1-26-release/#in-tree-openstack-cinder-driver-removal
kubernetes/enhancements#1489
The text was updated successfully, but these errors were encountered: