Skip to content
Snippets Groups Projects
Commit 5a24d155 authored by Frank Berghaus's avatar Frank Berghaus
Browse files

Use the latest working version of the cloud provider for openstack

parent a4bc783c
Branches
No related tags found
No related merge requests found
......@@ -329,7 +329,8 @@ resources:
availability: nova
EOF
git clone https://github.com/kubernetes/cloud-provider-openstack.git /tmp/cloud-provider-openstack
curl --location 'https://github.com/kubernetes/cloud-provider-openstack/archive/refs/tags/v1.25.3.tar.gz' \
| tar zxv --strip-components=1 -C /tmp/cloud-provider-openstack
rm /tmp/cloud-provider-openstack/manifests/cinder-csi-plugin/csi-secret-cinderplugin.yaml
kubectl create secret -n kube-system generic cloud-config --from-file=/tmp/cloud.conf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment