Skip to content

Commit

Permalink
PowerFlex v2.8.0 release (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
KshitijaKakde authored and atye committed Oct 20, 2023
1 parent 0c2adcc commit d61eab5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/container-storage-modules/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,11 @@ csi-isilon:
########################
csi-vxflexos:
enabled: false
<<<<<<< HEAD
version: v2.9.0
=======
version: v2.8.0
>>>>>>> c08e212 (PowerFlex v2.8.0 release (#250))
images:
driverRepository: dellemc
powerflexSdc: dellemc/sdc:3.6.1
Expand Down
16 changes: 16 additions & 0 deletions charts/csi-vxflexos/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@

# "version" is used to verify the values file matches driver version
# Not recommend to change
<<<<<<< HEAD
version: v2.9.0
=======
version: v2.8.0
>>>>>>> c08e212 (PowerFlex v2.8.0 release (#250))

images:
# "driver" defines the container image, used for the driver container.
Expand Down Expand Up @@ -38,6 +42,11 @@ kubeletConfigDir: /var/lib/kubelet
# Default value: none
defaultFsType: ext4

# externalAccess: allows to specify additional entries for host to access NFS volumes. Both single IP address and subnet are valid entries.
# Allowed Values: x.x.x.x/xx or x.x.x.x
# Default Value: None
externalAccess:

# imagePullPolicy: Policy to determine if the image should be pulled prior to starting the container.
# Allowed values:
# Always: Always pull the image.
Expand Down Expand Up @@ -87,11 +96,18 @@ allowRWOMultiPodAccess: "false"
# None: volumes will be mounted with no modifications.
fsGroupPolicy: File

<<<<<<< HEAD
# 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
=======
# maxVxflexosVolumesPerNode - Maximum number of volumes that controller can publish to the node.
# Allowed values: integer
# Default value: 0
# Examples : 0 , 1
>>>>>>> c08e212 (PowerFlex v2.8.0 release (#250))
maxVxflexosVolumesPerNode: 0

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

0 comments on commit d61eab5

Please sign in to comment.