Skip to content

Commit 100cf1f

Browse files
Add max-grpc-log-length to kustomization
1 parent d4208d0 commit 100cf1f

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

deploy/kubernetes/base/controller/kustomization.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,10 @@ resources:
66
- cluster_setup.yaml
77
- controller.yaml
88
- 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

deploy/kubernetes/overlays/prow-stable-sidecar-rc-master/kustomization.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,11 @@ patchesJson6902:
1212
kind: Deployment
1313
name: csi-gce-pd-controller
1414
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
1521
transformers:
1622
- ../../images/prow-stable-sidecar-rc-master
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
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"

0 commit comments

Comments
 (0)