Skip to content

Commit

Permalink
Removed refernce for ForceUpdate (#816)
Browse files Browse the repository at this point in the history
  • Loading branch information
HarishH-DELL authored Dec 9, 2024
1 parent 63c4d8e commit be3d939
Show file tree
Hide file tree
Showing 73 changed files with 0 additions and 100 deletions.
4 changes: 0 additions & 4 deletions api/v1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down
9 changes: 0 additions & 9 deletions bundle/manifests/dell-csm-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,6 @@ metadata:
"csiDriverType": "powermax",
"dnsPolicy": "ClusterFirstWithHostNet",
"forceRemoveDriver": true,
"forceUpdate": false,
"node": {
"envs": [
{
Expand Down Expand Up @@ -899,7 +898,6 @@ metadata:
"csiDriverType": "powerstore",
"dnsPolicy": "ClusterFirstWithHostNet",
"forceRemoveDriver": true,
"forceUpdate": false,
"node": {
"envs": [
{
Expand Down Expand Up @@ -1080,7 +1078,6 @@ metadata:
"csiDriverType": "unity",
"dnsPolicy": "ClusterFirstWithHostNet",
"forceRemoveDriver": true,
"forceUpdate": false,
"node": {
"envs": [
{
Expand Down Expand Up @@ -1197,7 +1194,6 @@ metadata:
"csiDriverType": "powerflex",
"dnsPolicy": "ClusterFirstWithHostNet",
"forceRemoveDriver": true,
"forceUpdate": false,
"initContainers": [
{
"envs": [
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion config/samples/storage_v1_csm_powerflex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion config/samples/storage_v1_csm_powermax.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion config/samples/storage_v1_csm_powerstore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion config/samples/storage_v1_csm_unity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
5 changes: 0 additions & 5 deletions deploy/crds/storage.dell.com.crds.all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion pkg/modules/testdata/cr_powerflex_observability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion pkg/modules/testdata/cr_powerflex_replica.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ spec:
configVersion: v2.12.0
replicas: 1
dnsPolicy: ClusterFirstWithHostNet
forceUpdate: false
forceRemoveDriver: true
modules:
- name: replication
Expand Down
1 change: 0 additions & 1 deletion pkg/modules/testdata/cr_powerflex_resiliency.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ spec:
configVersion: v2.12.0
replicas: 1
dnsPolicy: ClusterFirstWithHostNet
forceUpdate: false
forceRemoveDriver: true
modules:
- name: resiliency
Expand Down
1 change: 0 additions & 1 deletion samples/ocp/1.6.0/storage_csm_powerflex_v2110.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion samples/ocp/1.6.0/storage_csm_powermax_v2110.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion samples/ocp/1.6.0/storage_csm_powerstore_v2110.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion samples/ocp/1.6.0/storage_csm_unity_v2110.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion samples/ocp/1.6.1/storage_csm_powerflex_v2110.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion samples/ocp/1.6.1/storage_csm_powermax_v2110.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion samples/ocp/1.6.1/storage_csm_powerstore_v2111.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion samples/ocp/1.6.1/storage_csm_unity_v2111.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion samples/ocp/1.7.0/storage_csm_powerflex_v2120.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion samples/ocp/1.7.0/storage_csm_powermax_v2120.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion samples/ocp/1.7.0/storage_csm_powerstore_v2120.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion samples/ocp/1.7.0/storage_csm_unity_v2120.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion samples/storage_csm_powerflex_v2101.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion samples/storage_csm_powerflex_v2110.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion samples/storage_csm_powerflex_v2120.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion samples/storage_csm_powermax_v2101.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion samples/storage_csm_powermax_v2110.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion samples/storage_csm_powermax_v2120.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion samples/storage_csm_powerstore_v2101.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion samples/storage_csm_powerstore_v2110.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion samples/storage_csm_powerstore_v2120.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion samples/storage_csm_unity_v2101.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion samples/storage_csm_unity_v2110.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion samples/storage_csm_unity_v2120.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ spec:
configVersion: v2.11.0
replicas: 1
dnsPolicy: ClusterFirstWithHostNet
forceUpdate: false
forceRemoveDriver: true
common:
image: "dellemc/csi-vxflexos:nightly"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ spec:
configVersion: v2.11.0
replicas: 1
dnsPolicy: ClusterFirstWithHostNet
forceUpdate: false
forceRemoveDriver: true
common:
image: "dellemc/csi-vxflexos:nightly"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ spec:
configVersion: v2.12.0
replicas: 1
dnsPolicy: ClusterFirstWithHostNet
forceUpdate: false
forceRemoveDriver: true
common:
image: "dellemc/csi-vxflexos:nightly"
Expand Down
Loading

0 comments on commit be3d939

Please sign in to comment.