Skip to content

Update csi-attacher to v4.2.0 #1144

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions deploy/kubernetes/base/controller/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ resources:
- cluster_setup.yaml
- controller.yaml
- v1_csidriver.yaml

Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ metadata:
name: imagetag-csi-attacher-prow-rc
imageTag:
name: k8s.gcr.io/sig-storage/csi-attacher
newTag: "v3.5.0"
newTag: "v4.2.0"
---
apiVersion: builtin
kind: ImageTagTransformer
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Set default-fstype for attacher sidecar.
- op: add
path: /spec/template/spec/containers/1/args/-
value: "--default-fstype=ext4"

Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,17 @@ patchesJson6902:
kind: Deployment
name: csi-gce-pd-controller
path: disk_labels.yaml
- path: max-grpc-log-length.yaml
target:
group: apps
kind: Deployment
name: csi-gce-pd-controller
version: v1
- path: default-fstype.yaml
target:
group: apps
kind: Deployment
name: csi-gce-pd-controller
version: v1
transformers:
- ../../images/prow-stable-sidecar-rc-master
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Set max-grpc-log-length for attacher sidecar.
- op: add
path: /spec/template/spec/containers/1/args/-
value: "--max-grpc-log-length=10000"