Skip to content

Commit cf727bb

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

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-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
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)