File tree 3 files changed +17
-0
lines changed
overlays/prow-stable-sidecar-rc-master
3 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -6,3 +6,10 @@ resources:
6
6
- cluster_setup.yaml
7
7
- controller.yaml
8
8
- v1_csidriver.yaml
9
+ patchesJson6902 :
10
+ - path : max-grpc-log-length.yaml
11
+ target :
12
+ group : apps
13
+ kind : Deployment
14
+ name : csi-gce-pd-controller
15
+ version : v1
Original file line number Diff line number Diff line change @@ -12,5 +12,11 @@ patchesJson6902:
12
12
kind : Deployment
13
13
name : csi-gce-pd-controller
14
14
path : disk_labels.yaml
15
+ - target :
16
+ group : apps
17
+ version : v1
18
+ kind : Deployment
19
+ name : csi-gce-pd-controller
20
+ path : max-grpc-log-length.yaml
15
21
transformers :
16
22
- ../../images/prow-stable-sidecar-rc-master
Original file line number Diff line number Diff line change
1
+ # Set max-grpc-log-length for attacher sidecar.
2
+ - op : add
3
+ path : /spec/template/spec/containers/0/args/-
4
+ value : " --max-grpc-log-length=10000"
You can’t perform that action at this time.
0 commit comments