Skip to content

Commit

Permalink
PowerFlex SDC updated (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
KshitijaKakde authored Aug 16, 2023
1 parent c08e212 commit 56df1f9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
5 changes: 4 additions & 1 deletion charts/container-storage-modules/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ csi-vxflexos:
version: v2.8.0
images:
driverRepository: dellemc
powerflexSdc: dellemc/sdc:3.6.0.6
powerflexSdc: dellemc/sdc:3.6.1
certSecretCount: 0
controller:
replication:
Expand Down Expand Up @@ -289,6 +289,9 @@ csi-vxflexos:
vgsnapshotter:
enabled: false
image: dellemc/csi-volumegroup-snapshotter:v1.2.0
# maxVxflexosVolumesPerNode - Maximum number of volumes that controller can publish to the node.
maxVxflexosVolumesPerNode: 0

podmon:
enabled: false
image: dellemc/podmon:v1.6.0
Expand Down
9 changes: 5 additions & 4 deletions charts/csi-vxflexos/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ images:
driverRepository: dellemc

# "powerflexSdc" defines the SDC image for init container.
powerflexSdc: dellemc/sdc:3.6.0.6
powerflexSdc: dellemc/sdc:3.6.1


# Represents number of certificate secrets, which user is going to create for ssl authentication. (vxflexos-cert-0..vxflexos-cert-n)
Expand Down Expand Up @@ -107,10 +107,11 @@ allowRWOMultiPodAccess: "false"
# None: volumes will be mounted with no modifications.
fsGroupPolicy: File

# maxVxflexosVolumesPerNode - Maximum number of volumes that controller can publish to the node.
# Allowed values: integer
# maxVxflexosVolumesPerNode: Specify default value for maximum number of volumes that controller can publish to the node.
# If value is zero CO SHALL decide how many volumes of this type can be published by the controller to the node.
# This limit is applicable to all the nodes in the cluster for which node label 'maxVxflexosVolumesPerNode' is not set.
# Allowed values: n, where n >= 0
# Default value: 0
# Examples : 0 , 1
maxVxflexosVolumesPerNode: 0

# "controller" allows to configure controller specific parameters
Expand Down

0 comments on commit 56df1f9

Please sign in to comment.