Skip to content

Commit ee1175b

Browse files
committed
Disable VolumeInUse Error handler in CSI Resizer
1 parent 72a0034 commit ee1175b

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

deploy/kubernetes/overlays/prow-gke-release-staging-head/kustomization.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,9 @@ patchesJson6902:
1111
kind: Deployment
1212
name: csi-gce-pd-controller
1313
path: leader-election-flag.yaml
14+
- target:
15+
group: apps
16+
version: v1
17+
kind: Deployment
18+
name: csi-gce-pd-controller
19+
path: volume-inuse-error-handler.yaml
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- op: add
2+
path: /spec/template/spec/containers/2/args/-
3+
value: "--handle-volume-inuse-error=false"

0 commit comments

Comments
 (0)