Skip to content

Commit

Permalink
Update operator/v1/types_csi_cluster_driver.go
Browse files Browse the repository at this point in the history
Co-authored-by: Joel Speed <[email protected]>
  • Loading branch information
RomanBednar and JoelSpeed authored Feb 7, 2025
1 parent ec59951 commit 46b10e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions operator/v1/types_csi_cluster_driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -375,8 +375,7 @@ type VSphereCSIDriverConfigSpec struct {
// vSphere version 8 this limit was increased to 255. For more details see: https://configmax.broadcom.com/guest?vmwareproduct=vSphere&release=vSphere%208.0&categories=3-0
// Before increasing this value above 59 the cluster administrator needs to ensure that every node forming the
// cluster is updated to ESXi version 8 or higher and that all nodes are running the same version.
// Minimum allowed value: 1
// Maximum allowed value: 255 (matches the vSphere version 8 limit)
// The limit must be between 1 and 255, which matches the vSphere version 8 maximum.
// Default: 59 (matches the vSphere version 7 limit)
// +kubebuilder:validation:Minimum=1
// +kubebuilder:validation:Maximum=255
Expand Down

0 comments on commit 46b10e0

Please sign in to comment.