diff --git a/api/v1/types.go b/api/v1/types.go index 0bb5079c9..0100df19b 100644 --- a/api/v1/types.go +++ b/api/v1/types.go @@ -216,10 +216,6 @@ type Driver struct { // +operator-sdk:csv:customresourcedefinitions:type=spec,displayName="Snapshot Classes" SnapshotClass []SnapshotClass `json:"snapshotClass,omitempty" yaml:"snapshotClass"` - // ForceUpdate is the boolean flag used to force an update of the driver instance - // +operator-sdk:csv:customresourcedefinitions:type=spec,displayName="Force update" - ForceUpdate bool `json:"forceUpdate,omitempty" yaml:"forceUpdate"` - // AuthSecret is the name of the credentials secret for the driver // +operator-sdk:csv:customresourcedefinitions:type=spec,displayName="Auth Secret" AuthSecret string `json:"authSecret,omitempty" yaml:"authSecret"` diff --git a/bundle/manifests/dell-csm-operator.clusterserviceversion.yaml b/bundle/manifests/dell-csm-operator.clusterserviceversion.yaml index 421f996d5..60d9c534a 100644 --- a/bundle/manifests/dell-csm-operator.clusterserviceversion.yaml +++ b/bundle/manifests/dell-csm-operator.clusterserviceversion.yaml @@ -535,7 +535,6 @@ metadata: "csiDriverType": "powermax", "dnsPolicy": "ClusterFirstWithHostNet", "forceRemoveDriver": true, - "forceUpdate": false, "node": { "envs": [ { @@ -899,7 +898,6 @@ metadata: "csiDriverType": "powerstore", "dnsPolicy": "ClusterFirstWithHostNet", "forceRemoveDriver": true, - "forceUpdate": false, "node": { "envs": [ { @@ -1080,7 +1078,6 @@ metadata: "csiDriverType": "unity", "dnsPolicy": "ClusterFirstWithHostNet", "forceRemoveDriver": true, - "forceUpdate": false, "node": { "envs": [ { @@ -1197,7 +1194,6 @@ metadata: "csiDriverType": "powerflex", "dnsPolicy": "ClusterFirstWithHostNet", "forceRemoveDriver": true, - "forceUpdate": false, "initContainers": [ { "envs": [ @@ -1997,11 +1993,6 @@ spec: when CR is deleted displayName: Force Remove Driver path: driver.forceRemoveDriver - - description: - ForceUpdate is the boolean flag used to force an update of the - driver instance - displayName: Force update - path: driver.forceUpdate - description: Args is the set of arguments for the container displayName: Container Arguments path: driver.initContainers[0].args diff --git a/bundle/manifests/storage.dell.com_containerstoragemodules.yaml b/bundle/manifests/storage.dell.com_containerstoragemodules.yaml index d8c4a19de..bdf6d4f23 100644 --- a/bundle/manifests/storage.dell.com_containerstoragemodules.yaml +++ b/bundle/manifests/storage.dell.com_containerstoragemodules.yaml @@ -991,11 +991,6 @@ spec: ForceRemoveDriver is the boolean flag used to remove driver deployment when CR is deleted type: boolean - forceUpdate: - description: - ForceUpdate is the boolean flag used to force an - update of the driver instance - type: boolean initContainers: description: InitContainers is the specification for Driver InitContainers items: diff --git a/config/crd/bases/storage.dell.com_containerstoragemodules.yaml b/config/crd/bases/storage.dell.com_containerstoragemodules.yaml index 3592443b8..206505e87 100644 --- a/config/crd/bases/storage.dell.com_containerstoragemodules.yaml +++ b/config/crd/bases/storage.dell.com_containerstoragemodules.yaml @@ -991,11 +991,6 @@ spec: ForceRemoveDriver is the boolean flag used to remove driver deployment when CR is deleted type: boolean - forceUpdate: - description: - ForceUpdate is the boolean flag used to force an - update of the driver instance - type: boolean initContainers: description: InitContainers is the specification for Driver InitContainers items: diff --git a/config/manifests/bases/dell-csm-operator.clusterserviceversion.yaml b/config/manifests/bases/dell-csm-operator.clusterserviceversion.yaml index f289864f1..51ea624ae 100644 --- a/config/manifests/bases/dell-csm-operator.clusterserviceversion.yaml +++ b/config/manifests/bases/dell-csm-operator.clusterserviceversion.yaml @@ -502,11 +502,6 @@ spec: when CR is deleted displayName: Force Remove Driver path: driver.forceRemoveDriver - - description: - ForceUpdate is the boolean flag used to force an update of the - driver instance - displayName: Force update - path: driver.forceUpdate - description: Args is the set of arguments for the container displayName: Container Arguments path: driver.initContainers[0].args diff --git a/config/samples/storage_v1_csm_powerflex.yaml b/config/samples/storage_v1_csm_powerflex.yaml index 2cd1fafdf..e5ff7d325 100644 --- a/config/samples/storage_v1_csm_powerflex.yaml +++ b/config/samples/storage_v1_csm_powerflex.yaml @@ -20,7 +20,6 @@ spec: configVersion: v2.12.0 replicas: 1 dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: true common: image: "quay.io/dell/container-storage-modules/csi-vxflexos:v2.12.0" diff --git a/config/samples/storage_v1_csm_powermax.yaml b/config/samples/storage_v1_csm_powermax.yaml index 9ae4517dd..f22f7ca27 100644 --- a/config/samples/storage_v1_csm_powermax.yaml +++ b/config/samples/storage_v1_csm_powermax.yaml @@ -41,7 +41,6 @@ spec: # Default credential secret for Powermax, if not set it to "" authSecret: powermax-creds dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: true common: image: quay.io/dell/container-storage-modules/csi-powermax:v2.12.0 diff --git a/config/samples/storage_v1_csm_powerstore.yaml b/config/samples/storage_v1_csm_powerstore.yaml index f5fdc1d29..d190cc444 100644 --- a/config/samples/storage_v1_csm_powerstore.yaml +++ b/config/samples/storage_v1_csm_powerstore.yaml @@ -40,7 +40,6 @@ spec: # Controller count replicas: 2 dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: true common: image: "quay.io/dell/container-storage-modules/csi-powerstore:v2.12.0" diff --git a/config/samples/storage_v1_csm_unity.yaml b/config/samples/storage_v1_csm_unity.yaml index bfb82dcb8..bfa968be6 100644 --- a/config/samples/storage_v1_csm_unity.yaml +++ b/config/samples/storage_v1_csm_unity.yaml @@ -21,7 +21,6 @@ spec: # Controller count replicas: 2 dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: true common: image: "quay.io/dell/container-storage-modules/csi-unity:v2.12.0" diff --git a/deploy/crds/storage.dell.com.crds.all.yaml b/deploy/crds/storage.dell.com.crds.all.yaml index 76b1733dd..24ba23c26 100644 --- a/deploy/crds/storage.dell.com.crds.all.yaml +++ b/deploy/crds/storage.dell.com.crds.all.yaml @@ -990,11 +990,6 @@ spec: ForceRemoveDriver is the boolean flag used to remove driver deployment when CR is deleted type: boolean - forceUpdate: - description: - ForceUpdate is the boolean flag used to force an - update of the driver instance - type: boolean initContainers: description: InitContainers is the specification for Driver InitContainers items: diff --git a/pkg/modules/testdata/cr_powerflex_observability.yaml b/pkg/modules/testdata/cr_powerflex_observability.yaml index e7028a84a..f756f01d9 100644 --- a/pkg/modules/testdata/cr_powerflex_observability.yaml +++ b/pkg/modules/testdata/cr_powerflex_observability.yaml @@ -14,7 +14,6 @@ spec: configVersion: v2.12.0 replicas: 1 dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: true common: image: "quay.io/dell/container-storage-modules/csi-powermax:v2.12.0" diff --git a/pkg/modules/testdata/cr_powerflex_observability_custom_cert.yaml b/pkg/modules/testdata/cr_powerflex_observability_custom_cert.yaml index 3d4d256a4..c0747dfd0 100644 --- a/pkg/modules/testdata/cr_powerflex_observability_custom_cert.yaml +++ b/pkg/modules/testdata/cr_powerflex_observability_custom_cert.yaml @@ -19,7 +19,6 @@ spec: configVersion: v2.12.0 replicas: 1 dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: true common: image: "quay.io/dell/container-storage-modules/csi-vxflexos:v2.12.0" diff --git a/pkg/modules/testdata/cr_powerflex_observability_custom_cert_missing_key.yaml b/pkg/modules/testdata/cr_powerflex_observability_custom_cert_missing_key.yaml index 7b1e7d544..7d08b5e50 100644 --- a/pkg/modules/testdata/cr_powerflex_observability_custom_cert_missing_key.yaml +++ b/pkg/modules/testdata/cr_powerflex_observability_custom_cert_missing_key.yaml @@ -19,7 +19,6 @@ spec: configVersion: v2.12.0 replicas: 1 dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: true common: image: "quay.io/dell/container-storage-modules/csi-vxflexos:v2.12.0" diff --git a/pkg/modules/testdata/cr_powerflex_replica.yaml b/pkg/modules/testdata/cr_powerflex_replica.yaml index 585637a01..0a1e8f27e 100644 --- a/pkg/modules/testdata/cr_powerflex_replica.yaml +++ b/pkg/modules/testdata/cr_powerflex_replica.yaml @@ -14,7 +14,6 @@ spec: configVersion: v2.12.0 replicas: 1 dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: true modules: - name: replication diff --git a/pkg/modules/testdata/cr_powerflex_resiliency.yaml b/pkg/modules/testdata/cr_powerflex_resiliency.yaml index 7b6487d3c..aeabeedf5 100644 --- a/pkg/modules/testdata/cr_powerflex_resiliency.yaml +++ b/pkg/modules/testdata/cr_powerflex_resiliency.yaml @@ -14,7 +14,6 @@ spec: configVersion: v2.12.0 replicas: 1 dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: true modules: - name: resiliency diff --git a/samples/ocp/1.6.0/storage_csm_powerflex_v2110.yaml b/samples/ocp/1.6.0/storage_csm_powerflex_v2110.yaml index 6545a04eb..089b7a60b 100644 --- a/samples/ocp/1.6.0/storage_csm_powerflex_v2110.yaml +++ b/samples/ocp/1.6.0/storage_csm_powerflex_v2110.yaml @@ -20,7 +20,6 @@ spec: configVersion: v2.11.0 replicas: 1 dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: true common: image: "registry.connect.redhat.com/dell-emc/csi-vxflexos@sha256:a4e96d11be8920f01b273748a8cf8cfc60515403640f77f101a13f7d79056e23" diff --git a/samples/ocp/1.6.0/storage_csm_powermax_v2110.yaml b/samples/ocp/1.6.0/storage_csm_powermax_v2110.yaml index 0175e4e1a..52f759daa 100644 --- a/samples/ocp/1.6.0/storage_csm_powermax_v2110.yaml +++ b/samples/ocp/1.6.0/storage_csm_powermax_v2110.yaml @@ -41,7 +41,6 @@ spec: # Default credential secret for Powermax, if not set it to "" authSecret: powermax-creds dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: true common: image: registry.connect.redhat.com/dell-emc/csi-powermax@sha256:313ab1390a66f4fc9b47bde65bb135685adc5ec30108798c6254f8a34232f10e diff --git a/samples/ocp/1.6.0/storage_csm_powerstore_v2110.yaml b/samples/ocp/1.6.0/storage_csm_powerstore_v2110.yaml index 3c684dfb7..55da607e9 100644 --- a/samples/ocp/1.6.0/storage_csm_powerstore_v2110.yaml +++ b/samples/ocp/1.6.0/storage_csm_powerstore_v2110.yaml @@ -40,7 +40,6 @@ spec: # Controller count replicas: 2 dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: true common: image: "registry.connect.redhat.com/dell-emc/csi-powerstore@sha256:11d498da9977b57608b308e6ce36427aaa95aac7ce95bc59e95b036c7d38b043" diff --git a/samples/ocp/1.6.0/storage_csm_unity_v2110.yaml b/samples/ocp/1.6.0/storage_csm_unity_v2110.yaml index 4201060e2..6757b41f3 100644 --- a/samples/ocp/1.6.0/storage_csm_unity_v2110.yaml +++ b/samples/ocp/1.6.0/storage_csm_unity_v2110.yaml @@ -21,7 +21,6 @@ spec: # Controller count replicas: 2 dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: true common: image: "registry.connect.redhat.com/dell-emc/csi-unity@sha256:5ffef0bbaad3ae5b658c5be0d9704715964ed818a18af1552159907114f7b5f2" diff --git a/samples/ocp/1.6.1/storage_csm_powerflex_v2110.yaml b/samples/ocp/1.6.1/storage_csm_powerflex_v2110.yaml index 3b82af4c7..0e30d7afa 100644 --- a/samples/ocp/1.6.1/storage_csm_powerflex_v2110.yaml +++ b/samples/ocp/1.6.1/storage_csm_powerflex_v2110.yaml @@ -20,7 +20,6 @@ spec: configVersion: v2.11.0 replicas: 1 dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: true common: image: "registry.connect.redhat.com/dell-emc/csi-vxflexos@sha256:a4e96d11be8920f01b273748a8cf8cfc60515403640f77f101a13f7d79056e23" diff --git a/samples/ocp/1.6.1/storage_csm_powermax_v2110.yaml b/samples/ocp/1.6.1/storage_csm_powermax_v2110.yaml index 74da52beb..0656396af 100644 --- a/samples/ocp/1.6.1/storage_csm_powermax_v2110.yaml +++ b/samples/ocp/1.6.1/storage_csm_powermax_v2110.yaml @@ -41,7 +41,6 @@ spec: # Default credential secret for Powermax, if not set it to "" authSecret: powermax-creds dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: true common: image: registry.connect.redhat.com/dell-emc/csi-powermax@sha256:313ab1390a66f4fc9b47bde65bb135685adc5ec30108798c6254f8a34232f10e diff --git a/samples/ocp/1.6.1/storage_csm_powerstore_v2111.yaml b/samples/ocp/1.6.1/storage_csm_powerstore_v2111.yaml index 833db720b..83214ca62 100644 --- a/samples/ocp/1.6.1/storage_csm_powerstore_v2111.yaml +++ b/samples/ocp/1.6.1/storage_csm_powerstore_v2111.yaml @@ -40,7 +40,6 @@ spec: # Controller count replicas: 2 dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: true common: image: "registry.connect.redhat.com/dell-emc/csi-powerstore@sha256:e26eb114d74bcd3935f252d179fc777e122ad089b3dbc29f16d7a642648608d8" diff --git a/samples/ocp/1.6.1/storage_csm_unity_v2111.yaml b/samples/ocp/1.6.1/storage_csm_unity_v2111.yaml index 19eea9afc..e419d8edb 100644 --- a/samples/ocp/1.6.1/storage_csm_unity_v2111.yaml +++ b/samples/ocp/1.6.1/storage_csm_unity_v2111.yaml @@ -21,7 +21,6 @@ spec: # Controller count replicas: 2 dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: true common: image: "registry.connect.redhat.com/dell-emc/csi-unity@sha256:7f2abaf2c6dd92abc2824f4adc0aac929844452692e9c99cd7cdb99df1f7e129" diff --git a/samples/ocp/1.7.0/storage_csm_powerflex_v2120.yaml b/samples/ocp/1.7.0/storage_csm_powerflex_v2120.yaml index 54e74881f..0eb3e1259 100644 --- a/samples/ocp/1.7.0/storage_csm_powerflex_v2120.yaml +++ b/samples/ocp/1.7.0/storage_csm_powerflex_v2120.yaml @@ -20,7 +20,6 @@ spec: configVersion: v2.12.0 replicas: 1 dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: true common: image: "registry.connect.redhat.com/dell-emc/dell-csm-powerflex@sha256:7d0d92fb2ddcdf4eae6244acfe8469d64683986a558cd500ee601af3a9f3b7be" diff --git a/samples/ocp/1.7.0/storage_csm_powermax_v2120.yaml b/samples/ocp/1.7.0/storage_csm_powermax_v2120.yaml index ba26c806e..c1a9a6866 100644 --- a/samples/ocp/1.7.0/storage_csm_powermax_v2120.yaml +++ b/samples/ocp/1.7.0/storage_csm_powermax_v2120.yaml @@ -41,7 +41,6 @@ spec: # Default credential secret for Powermax, if not set it to "" authSecret: powermax-creds dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: true common: image: registry.connect.redhat.com/dell-emc/dell-csm-powermax@sha256:2b550fcf51f8d011e6b9e5de9199df550dcf1439bef110ae72dc9c30e1e3a709 diff --git a/samples/ocp/1.7.0/storage_csm_powerstore_v2120.yaml b/samples/ocp/1.7.0/storage_csm_powerstore_v2120.yaml index e5dd9febd..6d67f7fe5 100644 --- a/samples/ocp/1.7.0/storage_csm_powerstore_v2120.yaml +++ b/samples/ocp/1.7.0/storage_csm_powerstore_v2120.yaml @@ -40,7 +40,6 @@ spec: # Controller count replicas: 2 dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: true common: image: "registry.connect.redhat.com/dell-emc/dell-csm-powerstore@sha256:90abb176aee36eab94da2462324cfe8820672299ab25ece67291add30731dd55" diff --git a/samples/ocp/1.7.0/storage_csm_unity_v2120.yaml b/samples/ocp/1.7.0/storage_csm_unity_v2120.yaml index 15840d3dd..5aa243de7 100644 --- a/samples/ocp/1.7.0/storage_csm_unity_v2120.yaml +++ b/samples/ocp/1.7.0/storage_csm_unity_v2120.yaml @@ -21,7 +21,6 @@ spec: # Controller count replicas: 2 dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: true common: image: "registry.connect.redhat.com/dell-emc/dell-csm-unity@sha256:969b8c40628c7c46e2fdec84ab2310c48f2dee9c75d106380da88cf6821ad97b" diff --git a/samples/storage_csm_powerflex_v2101.yaml b/samples/storage_csm_powerflex_v2101.yaml index 9a3f22419..94a8fd6f5 100644 --- a/samples/storage_csm_powerflex_v2101.yaml +++ b/samples/storage_csm_powerflex_v2101.yaml @@ -23,7 +23,6 @@ spec: # Default value: 1 replicas: 1 dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: true common: image: "docker.io/dellemc/csi-vxflexos:v2.10.1" diff --git a/samples/storage_csm_powerflex_v2110.yaml b/samples/storage_csm_powerflex_v2110.yaml index c2d017d78..884bd1e5a 100644 --- a/samples/storage_csm_powerflex_v2110.yaml +++ b/samples/storage_csm_powerflex_v2110.yaml @@ -23,7 +23,6 @@ spec: # Default value: 1 replicas: 1 dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: true common: image: "docker.io/dellemc/csi-vxflexos:v2.11.0" diff --git a/samples/storage_csm_powerflex_v2120.yaml b/samples/storage_csm_powerflex_v2120.yaml index 7a99a613c..920f428d3 100644 --- a/samples/storage_csm_powerflex_v2120.yaml +++ b/samples/storage_csm_powerflex_v2120.yaml @@ -23,7 +23,6 @@ spec: # Default value: 1 replicas: 1 dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: true common: image: "quay.io/dell/container-storage-modules/csi-vxflexos:v2.12.0" diff --git a/samples/storage_csm_powermax_v2101.yaml b/samples/storage_csm_powermax_v2101.yaml index 894e9879b..8acbf1d98 100644 --- a/samples/storage_csm_powermax_v2101.yaml +++ b/samples/storage_csm_powermax_v2101.yaml @@ -43,7 +43,6 @@ spec: # Default credential secret for Powermax, if not set it to "" authSecret: powermax-creds dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: true common: # Image for CSI PowerMax driver v2.10.1 diff --git a/samples/storage_csm_powermax_v2110.yaml b/samples/storage_csm_powermax_v2110.yaml index 37bea9620..e9a55a2f5 100644 --- a/samples/storage_csm_powermax_v2110.yaml +++ b/samples/storage_csm_powermax_v2110.yaml @@ -42,7 +42,6 @@ spec: # Default credential secret for Powermax, if not set it to "" authSecret: powermax-creds dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: true common: image: docker.io/dellemc/csi-powermax:v2.11.0 diff --git a/samples/storage_csm_powermax_v2120.yaml b/samples/storage_csm_powermax_v2120.yaml index 4a3eb789d..e48127480 100644 --- a/samples/storage_csm_powermax_v2120.yaml +++ b/samples/storage_csm_powermax_v2120.yaml @@ -42,7 +42,6 @@ spec: # Default credential secret for Powermax, if not set it to "" authSecret: powermax-creds dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: true common: image: quay.io/dell/container-storage-modules/csi-powermax:v2.12.0 diff --git a/samples/storage_csm_powerstore_v2101.yaml b/samples/storage_csm_powerstore_v2101.yaml index 443f913df..5beb1335b 100644 --- a/samples/storage_csm_powerstore_v2101.yaml +++ b/samples/storage_csm_powerstore_v2101.yaml @@ -43,7 +43,6 @@ spec: # Default value: 2 replicas: 2 dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: true common: # Image for CSI PowerStore driver v2.10.1 diff --git a/samples/storage_csm_powerstore_v2110.yaml b/samples/storage_csm_powerstore_v2110.yaml index 3a7d9265d..1ee26902f 100644 --- a/samples/storage_csm_powerstore_v2110.yaml +++ b/samples/storage_csm_powerstore_v2110.yaml @@ -42,7 +42,6 @@ spec: # Default value: 2 replicas: 2 dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: true common: image: "docker.io/dellemc/csi-powerstore:v2.11.0" diff --git a/samples/storage_csm_powerstore_v2120.yaml b/samples/storage_csm_powerstore_v2120.yaml index 7f4fb09c7..c759232b7 100644 --- a/samples/storage_csm_powerstore_v2120.yaml +++ b/samples/storage_csm_powerstore_v2120.yaml @@ -42,7 +42,6 @@ spec: # Default value: 2 replicas: 2 dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: true common: image: "quay.io/dell/container-storage-modules/csi-powerstore:v2.12.0" diff --git a/samples/storage_csm_unity_v2101.yaml b/samples/storage_csm_unity_v2101.yaml index aa62c0f64..b5d383011 100644 --- a/samples/storage_csm_unity_v2101.yaml +++ b/samples/storage_csm_unity_v2101.yaml @@ -24,7 +24,6 @@ spec: # Default value: 2 replicas: 2 dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: true common: # Image for CSI Unity driver v2.10.1 diff --git a/samples/storage_csm_unity_v2110.yaml b/samples/storage_csm_unity_v2110.yaml index b24d1038e..c42b39780 100644 --- a/samples/storage_csm_unity_v2110.yaml +++ b/samples/storage_csm_unity_v2110.yaml @@ -23,7 +23,6 @@ spec: # Default value: 2 replicas: 2 dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: true common: image: "docker.io/dellemc/csi-unity:v2.11.0" diff --git a/samples/storage_csm_unity_v2120.yaml b/samples/storage_csm_unity_v2120.yaml index 26eae84b0..123f62a95 100644 --- a/samples/storage_csm_unity_v2120.yaml +++ b/samples/storage_csm_unity_v2120.yaml @@ -23,7 +23,6 @@ spec: # Default value: 2 replicas: 2 dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: true common: image: "quay.io/dell/container-storage-modules/csi-unity:v2.12.0" diff --git a/tests/e2e/testfiles/application-mobility-templates/csm_application_mobility_n_minus_1.yaml b/tests/e2e/testfiles/application-mobility-templates/csm_application_mobility_n_minus_1.yaml index 39c18a1ee..13f14cef4 100644 --- a/tests/e2e/testfiles/application-mobility-templates/csm_application_mobility_n_minus_1.yaml +++ b/tests/e2e/testfiles/application-mobility-templates/csm_application_mobility_n_minus_1.yaml @@ -19,7 +19,6 @@ spec: configVersion: v2.11.0 replicas: 1 dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: true common: image: "dellemc/csi-vxflexos:nightly" diff --git a/tests/e2e/testfiles/application-mobility-templates/csm_application_mobility_n_minus_2.yaml b/tests/e2e/testfiles/application-mobility-templates/csm_application_mobility_n_minus_2.yaml index f9f12701c..fcde2dd8d 100644 --- a/tests/e2e/testfiles/application-mobility-templates/csm_application_mobility_n_minus_2.yaml +++ b/tests/e2e/testfiles/application-mobility-templates/csm_application_mobility_n_minus_2.yaml @@ -19,7 +19,6 @@ spec: configVersion: v2.10.0 replicas: 1 dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: true common: image: "quay.io/dell/container-storage-modules/csi-vxflexos:nightly" diff --git a/tests/e2e/testfiles/application-mobility-templates/csm_application_mobility_no_velero.yaml b/tests/e2e/testfiles/application-mobility-templates/csm_application_mobility_no_velero.yaml index 493fc5a88..d65347698 100644 --- a/tests/e2e/testfiles/application-mobility-templates/csm_application_mobility_no_velero.yaml +++ b/tests/e2e/testfiles/application-mobility-templates/csm_application_mobility_no_velero.yaml @@ -19,7 +19,6 @@ spec: configVersion: v2.11.0 replicas: 1 dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: true common: image: "dellemc/csi-vxflexos:nightly" diff --git a/tests/e2e/testfiles/application-mobility-templates/csm_application_mobility_with_pflex.yaml b/tests/e2e/testfiles/application-mobility-templates/csm_application_mobility_with_pflex.yaml index ffd237e30..44a2d6b3b 100644 --- a/tests/e2e/testfiles/application-mobility-templates/csm_application_mobility_with_pflex.yaml +++ b/tests/e2e/testfiles/application-mobility-templates/csm_application_mobility_with_pflex.yaml @@ -19,7 +19,6 @@ spec: configVersion: v2.12.0 replicas: 1 dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: true common: image: "dellemc/csi-vxflexos:nightly" diff --git a/tests/e2e/testfiles/application-mobility-templates/csm_application_mobility_with_pflex_alt.yaml b/tests/e2e/testfiles/application-mobility-templates/csm_application_mobility_with_pflex_alt.yaml index e0c77cf97..f5b0d64e9 100644 --- a/tests/e2e/testfiles/application-mobility-templates/csm_application_mobility_with_pflex_alt.yaml +++ b/tests/e2e/testfiles/application-mobility-templates/csm_application_mobility_with_pflex_alt.yaml @@ -19,7 +19,6 @@ spec: configVersion: v2.12.0 replicas: 1 dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: true common: image: "dellemc/csi-vxflexos:nightly" diff --git a/tests/e2e/testfiles/application-mobility-templates/powerflex_noAM.yaml b/tests/e2e/testfiles/application-mobility-templates/powerflex_noAM.yaml index 802731c8a..5ad8cbcb5 100644 --- a/tests/e2e/testfiles/application-mobility-templates/powerflex_noAM.yaml +++ b/tests/e2e/testfiles/application-mobility-templates/powerflex_noAM.yaml @@ -19,7 +19,6 @@ spec: configVersion: v2.12.0 replicas: 1 dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: true common: image: "dellemc/csi-vxflexos:nightly" diff --git a/tests/e2e/testfiles/storage_csm_powerflex.yaml b/tests/e2e/testfiles/storage_csm_powerflex.yaml index 7d530c3ba..139246630 100644 --- a/tests/e2e/testfiles/storage_csm_powerflex.yaml +++ b/tests/e2e/testfiles/storage_csm_powerflex.yaml @@ -19,7 +19,6 @@ spec: configVersion: v2.12.0 replicas: 1 dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: true common: image: "quay.io/dell/container-storage-modules/csi-vxflexos:nightly" diff --git a/tests/e2e/testfiles/storage_csm_powerflex_alt_vals_1.yaml b/tests/e2e/testfiles/storage_csm_powerflex_alt_vals_1.yaml index 7728afd04..56a3421f5 100644 --- a/tests/e2e/testfiles/storage_csm_powerflex_alt_vals_1.yaml +++ b/tests/e2e/testfiles/storage_csm_powerflex_alt_vals_1.yaml @@ -14,7 +14,6 @@ spec: configVersion: v2.12.0 replicas: 2 dnsPolicy: ClusterFirstWithHostNet - forceUpdate: true forceRemoveDriver: true common: image: "quay.io/dell/container-storage-modules/csi-vxflexos:nightly" diff --git a/tests/e2e/testfiles/storage_csm_powerflex_alt_vals_2.yaml b/tests/e2e/testfiles/storage_csm_powerflex_alt_vals_2.yaml index 787d65a5b..f2a80e607 100644 --- a/tests/e2e/testfiles/storage_csm_powerflex_alt_vals_2.yaml +++ b/tests/e2e/testfiles/storage_csm_powerflex_alt_vals_2.yaml @@ -14,7 +14,6 @@ spec: configVersion: v2.12.0 replicas: 1 dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: false common: image: "quay.io/dell/container-storage-modules/csi-vxflexos:nightly" diff --git a/tests/e2e/testfiles/storage_csm_powerflex_alt_vals_3.yaml b/tests/e2e/testfiles/storage_csm_powerflex_alt_vals_3.yaml index a720950b7..581aeddf4 100644 --- a/tests/e2e/testfiles/storage_csm_powerflex_alt_vals_3.yaml +++ b/tests/e2e/testfiles/storage_csm_powerflex_alt_vals_3.yaml @@ -14,7 +14,6 @@ spec: configVersion: v2.12.0 replicas: 1 dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: true common: image: "quay.io/dell/container-storage-modules/csi-vxflexos:nightly" diff --git a/tests/e2e/testfiles/storage_csm_powerflex_alt_vals_4.yaml b/tests/e2e/testfiles/storage_csm_powerflex_alt_vals_4.yaml index 8476d2e58..43184cde5 100644 --- a/tests/e2e/testfiles/storage_csm_powerflex_alt_vals_4.yaml +++ b/tests/e2e/testfiles/storage_csm_powerflex_alt_vals_4.yaml @@ -14,7 +14,6 @@ spec: configVersion: v2.12.0 replicas: 1 dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: true common: image: "quay.io/dell/container-storage-modules/csi-vxflexos:nightly" diff --git a/tests/e2e/testfiles/storage_csm_powerflex_auth.yaml b/tests/e2e/testfiles/storage_csm_powerflex_auth.yaml index f4a710f24..a8a07943c 100644 --- a/tests/e2e/testfiles/storage_csm_powerflex_auth.yaml +++ b/tests/e2e/testfiles/storage_csm_powerflex_auth.yaml @@ -14,7 +14,6 @@ spec: configVersion: v2.12.0 replicas: 1 dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: true common: image: quay.io/dell/container-storage-modules/csi-vxflexos:nightly diff --git a/tests/e2e/testfiles/storage_csm_powerflex_auth_driver_only_upgrade.yaml b/tests/e2e/testfiles/storage_csm_powerflex_auth_driver_only_upgrade.yaml index 99d0d405d..3bcaf8440 100644 --- a/tests/e2e/testfiles/storage_csm_powerflex_auth_driver_only_upgrade.yaml +++ b/tests/e2e/testfiles/storage_csm_powerflex_auth_driver_only_upgrade.yaml @@ -14,7 +14,6 @@ spec: configVersion: v2.11.0 replicas: 1 dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: true common: image: "dellemc/csi-vxflexos:nightly" diff --git a/tests/e2e/testfiles/storage_csm_powerflex_auth_n_minus_1.yaml b/tests/e2e/testfiles/storage_csm_powerflex_auth_n_minus_1.yaml index 80f277f07..2318ba756 100644 --- a/tests/e2e/testfiles/storage_csm_powerflex_auth_n_minus_1.yaml +++ b/tests/e2e/testfiles/storage_csm_powerflex_auth_n_minus_1.yaml @@ -14,7 +14,6 @@ spec: configVersion: v2.10.1 replicas: 1 dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: true common: image: "dellemc/csi-vxflexos:v2.10.1" diff --git a/tests/e2e/testfiles/storage_csm_powerflex_downgrade.yaml b/tests/e2e/testfiles/storage_csm_powerflex_downgrade.yaml index 16b41cbef..0831de7ad 100644 --- a/tests/e2e/testfiles/storage_csm_powerflex_downgrade.yaml +++ b/tests/e2e/testfiles/storage_csm_powerflex_downgrade.yaml @@ -19,7 +19,6 @@ spec: configVersion: v2.10.1 replicas: 1 dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: true common: image: "dellemc/csi-vxflexos:v2.10.1" diff --git a/tests/e2e/testfiles/storage_csm_powerflex_health_monitor.yaml b/tests/e2e/testfiles/storage_csm_powerflex_health_monitor.yaml index 357f6d8eb..a78bb6fea 100644 --- a/tests/e2e/testfiles/storage_csm_powerflex_health_monitor.yaml +++ b/tests/e2e/testfiles/storage_csm_powerflex_health_monitor.yaml @@ -14,7 +14,6 @@ spec: configVersion: v2.12.0 replicas: 1 dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: true common: image: "quay.io/dell/container-storage-modules/csi-vxflexos:nightly" diff --git a/tests/e2e/testfiles/storage_csm_powerflex_no_sdc.yaml b/tests/e2e/testfiles/storage_csm_powerflex_no_sdc.yaml index a68bfdca2..046f85e81 100644 --- a/tests/e2e/testfiles/storage_csm_powerflex_no_sdc.yaml +++ b/tests/e2e/testfiles/storage_csm_powerflex_no_sdc.yaml @@ -14,7 +14,6 @@ spec: configVersion: v2.12.0 replicas: 1 dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: true common: image: "quay.io/dell/container-storage-modules/csi-vxflexos:nightly" diff --git a/tests/e2e/testfiles/storage_csm_powerflex_observability.yaml b/tests/e2e/testfiles/storage_csm_powerflex_observability.yaml index 8e2500d88..8d7cdb683 100644 --- a/tests/e2e/testfiles/storage_csm_powerflex_observability.yaml +++ b/tests/e2e/testfiles/storage_csm_powerflex_observability.yaml @@ -14,7 +14,6 @@ spec: configVersion: v2.12.0 replicas: 1 dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: true common: image: "quay.io/dell/container-storage-modules/csi-vxflexos:nightly" diff --git a/tests/e2e/testfiles/storage_csm_powerflex_observability_auth.yaml b/tests/e2e/testfiles/storage_csm_powerflex_observability_auth.yaml index 5f5652531..270d913a7 100644 --- a/tests/e2e/testfiles/storage_csm_powerflex_observability_auth.yaml +++ b/tests/e2e/testfiles/storage_csm_powerflex_observability_auth.yaml @@ -14,7 +14,6 @@ spec: configVersion: v2.12.0 replicas: 1 dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: true common: image: "quay.io/dell/container-storage-modules/csi-vxflexos:nightly" diff --git a/tests/e2e/testfiles/storage_csm_powerflex_observability_custom_cert.yaml b/tests/e2e/testfiles/storage_csm_powerflex_observability_custom_cert.yaml index 51ec0bfdc..485b124b0 100644 --- a/tests/e2e/testfiles/storage_csm_powerflex_observability_custom_cert.yaml +++ b/tests/e2e/testfiles/storage_csm_powerflex_observability_custom_cert.yaml @@ -14,7 +14,6 @@ spec: configVersion: v2.12.0 replicas: 1 dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: true common: image: "quay.io/dell/container-storage-modules/csi-vxflexos:nightly" diff --git a/tests/e2e/testfiles/storage_csm_powerflex_observability_otel_custom_cert.yaml b/tests/e2e/testfiles/storage_csm_powerflex_observability_otel_custom_cert.yaml index 0c0c63ee9..3fb09e50d 100644 --- a/tests/e2e/testfiles/storage_csm_powerflex_observability_otel_custom_cert.yaml +++ b/tests/e2e/testfiles/storage_csm_powerflex_observability_otel_custom_cert.yaml @@ -14,7 +14,6 @@ spec: configVersion: v2.12.0 replicas: 1 dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: true common: image: "quay.io/dell/container-storage-modules/csi-vxflexos:nightly" diff --git a/tests/e2e/testfiles/storage_csm_powerflex_replica.yaml b/tests/e2e/testfiles/storage_csm_powerflex_replica.yaml index 2243b25be..32f51fa1d 100644 --- a/tests/e2e/testfiles/storage_csm_powerflex_replica.yaml +++ b/tests/e2e/testfiles/storage_csm_powerflex_replica.yaml @@ -19,7 +19,6 @@ spec: configVersion: v2.12.0 replicas: 1 dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: true common: image: "dellemc/csi-vxflexos:v2.11.0" diff --git a/tests/e2e/testfiles/storage_csm_powerflex_resiliency.yaml b/tests/e2e/testfiles/storage_csm_powerflex_resiliency.yaml index 1471a2867..32c7c5b5d 100644 --- a/tests/e2e/testfiles/storage_csm_powerflex_resiliency.yaml +++ b/tests/e2e/testfiles/storage_csm_powerflex_resiliency.yaml @@ -30,7 +30,6 @@ spec: configVersion: v2.12.0 replicas: 1 dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: true common: image: "quay.io/dell/container-storage-modules/csi-vxflexos:nightly" diff --git a/tests/e2e/testfiles/storage_csm_powermax.yaml b/tests/e2e/testfiles/storage_csm_powermax.yaml index 924fa1a91..67b68d99f 100644 --- a/tests/e2e/testfiles/storage_csm_powermax.yaml +++ b/tests/e2e/testfiles/storage_csm_powermax.yaml @@ -41,7 +41,6 @@ spec: # Default credential secret for Powermax, if not set it to "" authSecret: powermax-creds dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: true common: # Image for CSI PowerMax driver v2.12.0 diff --git a/tests/e2e/testfiles/storage_csm_powermax_authorization.yaml b/tests/e2e/testfiles/storage_csm_powermax_authorization.yaml index e94cdb7d3..f24b73104 100644 --- a/tests/e2e/testfiles/storage_csm_powermax_authorization.yaml +++ b/tests/e2e/testfiles/storage_csm_powermax_authorization.yaml @@ -41,7 +41,6 @@ spec: # Default credential secret for Powermax, if not set it to "" authSecret: powermax-creds dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: true common: image: quay.io/dell/container-storage-modules/csi-powermax:nightly diff --git a/tests/e2e/testfiles/storage_csm_powermax_observability.yaml b/tests/e2e/testfiles/storage_csm_powermax_observability.yaml index 074b7a6b0..da30617e3 100644 --- a/tests/e2e/testfiles/storage_csm_powermax_observability.yaml +++ b/tests/e2e/testfiles/storage_csm_powermax_observability.yaml @@ -41,7 +41,6 @@ spec: # Default credential secret for Powermax, if not set it to "" authSecret: powermax-creds dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: true common: # Image for CSI PowerMax driver v2.12.0 diff --git a/tests/e2e/testfiles/storage_csm_powermax_observability_authorization.yaml b/tests/e2e/testfiles/storage_csm_powermax_observability_authorization.yaml index 3ec92763e..8b9b1a684 100644 --- a/tests/e2e/testfiles/storage_csm_powermax_observability_authorization.yaml +++ b/tests/e2e/testfiles/storage_csm_powermax_observability_authorization.yaml @@ -41,7 +41,6 @@ spec: # Default credential secret for Powermax, if not set it to "" authSecret: powermax-creds dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: true common: image: quay.io/dell/container-storage-modules/csi-powermax:nightly diff --git a/tests/e2e/testfiles/storage_csm_powermax_resiliency.yaml b/tests/e2e/testfiles/storage_csm_powermax_resiliency.yaml index 2c357589c..edb26077e 100644 --- a/tests/e2e/testfiles/storage_csm_powermax_resiliency.yaml +++ b/tests/e2e/testfiles/storage_csm_powermax_resiliency.yaml @@ -41,7 +41,6 @@ spec: # Default credential secret for Powermax, if not set it to "" authSecret: powermax-creds dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: true common: # Image for CSI PowerMax driver v2.12.0 diff --git a/tests/e2e/testfiles/storage_csm_powermax_reverseproxy_authorization.yaml b/tests/e2e/testfiles/storage_csm_powermax_reverseproxy_authorization.yaml index 131e12545..9f03aa9d8 100644 --- a/tests/e2e/testfiles/storage_csm_powermax_reverseproxy_authorization.yaml +++ b/tests/e2e/testfiles/storage_csm_powermax_reverseproxy_authorization.yaml @@ -41,7 +41,6 @@ spec: # Default credential secret for Powermax, if not set it to "" authSecret: powermax-creds dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: true common: # Image for CSI PowerMax driver v2.12.0 diff --git a/tests/e2e/testfiles/storage_csm_powermax_sidecar.yaml b/tests/e2e/testfiles/storage_csm_powermax_sidecar.yaml index 15da84f16..3febd25c4 100644 --- a/tests/e2e/testfiles/storage_csm_powermax_sidecar.yaml +++ b/tests/e2e/testfiles/storage_csm_powermax_sidecar.yaml @@ -41,7 +41,6 @@ spec: # Default credential secret for Powermax, if not set it to "" authSecret: powermax-creds dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: true common: # Image for CSI PowerMax driver v2.12.0 diff --git a/tests/e2e/testfiles/storage_csm_powerscale_auth.yaml b/tests/e2e/testfiles/storage_csm_powerscale_auth.yaml index b42d82723..606d4d1c0 100644 --- a/tests/e2e/testfiles/storage_csm_powerscale_auth.yaml +++ b/tests/e2e/testfiles/storage_csm_powerscale_auth.yaml @@ -15,7 +15,6 @@ spec: authSecret: isilon-creds-auth replicas: 1 dnsPolicy: ClusterFirstWithHostNet - forceUpdate: true common: image: "quay.io/dell/container-storage-modules/csi-isilon:nightly" imagePullPolicy: IfNotPresent diff --git a/tests/e2e/testfiles/storage_csm_powerstore.yaml b/tests/e2e/testfiles/storage_csm_powerstore.yaml index b5d73e7d6..19d97b6a0 100644 --- a/tests/e2e/testfiles/storage_csm_powerstore.yaml +++ b/tests/e2e/testfiles/storage_csm_powerstore.yaml @@ -33,7 +33,6 @@ spec: # Controller count replicas: 1 dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: true common: image: "quay.io/dell/container-storage-modules/csi-powerstore:nightly" diff --git a/tests/e2e/testfiles/storage_csm_powerstore_resiliency.yaml b/tests/e2e/testfiles/storage_csm_powerstore_resiliency.yaml index 68065cd97..4866c4092 100644 --- a/tests/e2e/testfiles/storage_csm_powerstore_resiliency.yaml +++ b/tests/e2e/testfiles/storage_csm_powerstore_resiliency.yaml @@ -33,7 +33,6 @@ spec: # Controller count replicas: 2 dnsPolicy: ClusterFirstWithHostNet - forceUpdate: true forceRemoveDriver: true common: image: "quay.io/dell/container-storage-modules/csi-powerstore:nightly" diff --git a/tests/e2e/testfiles/storage_csm_unity.yaml b/tests/e2e/testfiles/storage_csm_unity.yaml index 57a024a27..c7162300c 100644 --- a/tests/e2e/testfiles/storage_csm_unity.yaml +++ b/tests/e2e/testfiles/storage_csm_unity.yaml @@ -20,7 +20,6 @@ spec: # Controller count replicas: 1 dnsPolicy: ClusterFirstWithHostNet - forceUpdate: false forceRemoveDriver: true common: image: "quay.io/dell/container-storage-modules/csi-unity:nightly"