Skip to content

Commit ccea359

Browse files
committed
Change rollingUpdate.maxUnavailable to 100% in kubeletPlugin and webhook
This allows all components to be upgraded in parallel rather than wait for each one to roll out individually. Signed-off-by: Kevin Klues <[email protected]>
1 parent 5104942 commit ccea359

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

deployments/helm/nvidia-dra-driver-gpu/values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ webhook:
7878
priorityClassName: "system-cluster-critical"
7979
strategy:
8080
type: RollingUpdate
81+
rollingUpdate:
82+
maxUnavailable: "100%"
8183
podAnnotations: {}
8284
podSecurityContext: {}
8385
nodeSelector: {}
@@ -145,6 +147,8 @@ kubeletPlugin:
145147
priorityClassName: "system-node-critical"
146148
updateStrategy:
147149
type: RollingUpdate
150+
rollingUpdate:
151+
maxUnavailable: "100%"
148152
podAnnotations: {}
149153
podSecurityContext: {}
150154
nodeSelector: {}

0 commit comments

Comments
 (0)