We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2091124 commit 0d6acb7Copy full SHA for 0d6acb7
e2e-tests/experiments/upgrade-lvm-localpv/test.yml
@@ -97,6 +97,15 @@
97
regexp: "replicas: 1"
98
replace: "replicas: {{ lvm_ctrl_replicas }}"
99
100
+ ## Due to Newly added `storageCapacity` Parameter in csidriver spec
101
+ ## Reapply with updated yaml will fail due to change in immutable field.
102
+ - name: Clean up the CSIDriver CR before upgrade operator
103
+ shell: kubectl delete csidriver local.csi.openebs.io
104
+ args:
105
+ executable: /bin/bash
106
+ register: csidriver
107
+ failed_when: "csidriver.rc != 0"
108
+
109
- name: Apply the lvm_operator file to deploy lvm-driver components to the newer version
110
shell:
111
kubectl apply -f ./new_lvm_operator.yml
0 commit comments