Browse Source

[Openstack] Install Cinder-CSI before first node is schedulable again (#5735)

* install cinder-csi before upgrading nodes

* Only run the Cinder CSI when enabled
pull/5755/head
Hugo Blom 4 years ago
committed by GitHub
parent
commit
f697338eec
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. 1
      upgrade-cluster.yml

1
upgrade-cluster.yml

@ -92,6 +92,7 @@
- { role: kubernetes/client, tags: client }
- { role: kubernetes/node-label, tags: node-label }
- { role: kubernetes-apps/cluster_roles, tags: cluster-roles }
- { role: kubernetes-apps, tags: cinder-csi-driver }
- { role: upgrade/post-upgrade, tags: post-upgrade }
environment: "{{ proxy_env }}"

Loading…
Cancel
Save