mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-13 19:01:10 -04:00
Merge pull request #138985 from humblec/update-csi-sidecars
Update CSI sidecar images
This commit is contained in:
commit
9dd88e41fa
10 changed files with 27 additions and 27 deletions
|
|
@ -22,7 +22,7 @@ spec:
|
|||
serviceAccount: volume-snapshot-controller
|
||||
containers:
|
||||
- name: volume-snapshot-controller
|
||||
image: registry.k8s.io/sig-storage/snapshot-controller:v8.5.0
|
||||
image: registry.k8s.io/sig-storage/snapshot-controller:v8.6.0
|
||||
args:
|
||||
- "--v=5"
|
||||
- "--metrics-path=/metrics"
|
||||
|
|
|
|||
|
|
@ -262,7 +262,7 @@ spec:
|
|||
name: dev-dir
|
||||
|
||||
- name: csi-external-health-monitor-controller
|
||||
image: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.17.0
|
||||
image: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.18.0
|
||||
args:
|
||||
- "--v=5"
|
||||
- "--csi-address=$(ADDRESS)"
|
||||
|
|
@ -276,7 +276,7 @@ spec:
|
|||
mountPath: /csi
|
||||
|
||||
- name: node-driver-registrar
|
||||
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.16.0
|
||||
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.17.0
|
||||
args:
|
||||
- --v=5
|
||||
- --csi-address=/csi/csi.sock
|
||||
|
|
@ -317,13 +317,13 @@ spec:
|
|||
volumeMounts:
|
||||
- mountPath: /csi
|
||||
name: socket-dir
|
||||
image: registry.k8s.io/sig-storage/livenessprobe:v2.18.0
|
||||
image: registry.k8s.io/sig-storage/livenessprobe:v2.19.0
|
||||
args:
|
||||
- --csi-address=/csi/csi.sock
|
||||
- --health-port=9898
|
||||
|
||||
- name: csi-attacher
|
||||
image: registry.k8s.io/sig-storage/csi-attacher:v4.11.0
|
||||
image: registry.k8s.io/sig-storage/csi-attacher:v4.12.0
|
||||
args:
|
||||
- --v=5
|
||||
- --csi-address=/csi/csi.sock
|
||||
|
|
@ -337,7 +337,7 @@ spec:
|
|||
name: socket-dir
|
||||
|
||||
- name: csi-provisioner
|
||||
image: registry.k8s.io/sig-storage/csi-provisioner:v6.2.0
|
||||
image: registry.k8s.io/sig-storage/csi-provisioner:v6.3.0
|
||||
args:
|
||||
- -v=5
|
||||
- --csi-address=/csi/csi.sock
|
||||
|
|
@ -353,7 +353,7 @@ spec:
|
|||
name: socket-dir
|
||||
|
||||
- name: csi-resizer
|
||||
image: registry.k8s.io/sig-storage/csi-resizer:v2.1.0
|
||||
image: registry.k8s.io/sig-storage/csi-resizer:v2.2.0
|
||||
args:
|
||||
- -v=5
|
||||
- -csi-address=/csi/csi.sock
|
||||
|
|
@ -367,7 +367,7 @@ spec:
|
|||
name: socket-dir
|
||||
|
||||
- name: csi-snapshotter
|
||||
image: registry.k8s.io/sig-storage/csi-snapshotter:v8.5.0
|
||||
image: registry.k8s.io/sig-storage/csi-snapshotter:v8.6.0
|
||||
args:
|
||||
- -v=5
|
||||
- --csi-address=/csi/csi.sock
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ spec:
|
|||
serviceAccountName: csi-gce-pd-controller-sa
|
||||
containers:
|
||||
- name: csi-snapshotter
|
||||
image: registry.k8s.io/sig-storage/csi-snapshotter:v8.5.0
|
||||
image: registry.k8s.io/sig-storage/csi-snapshotter:v8.6.0
|
||||
args:
|
||||
- "--v=5"
|
||||
- "--csi-address=/csi/csi.sock"
|
||||
|
|
@ -39,7 +39,7 @@ spec:
|
|||
- name: socket-dir
|
||||
mountPath: /csi
|
||||
- name: csi-provisioner
|
||||
image: registry.k8s.io/sig-storage/csi-provisioner:v6.2.0
|
||||
image: registry.k8s.io/sig-storage/csi-provisioner:v6.3.0
|
||||
args:
|
||||
- "--v=5"
|
||||
- "--csi-address=/csi/csi.sock"
|
||||
|
|
@ -73,7 +73,7 @@ spec:
|
|||
- name: socket-dir
|
||||
mountPath: /csi
|
||||
- name: csi-attacher
|
||||
image: registry.k8s.io/sig-storage/csi-attacher:v4.11.0
|
||||
image: registry.k8s.io/sig-storage/csi-attacher:v4.12.0
|
||||
args:
|
||||
- "--v=5"
|
||||
- "--csi-address=/csi/csi.sock"
|
||||
|
|
@ -102,7 +102,7 @@ spec:
|
|||
- name: socket-dir
|
||||
mountPath: /csi
|
||||
- name: csi-resizer
|
||||
image: registry.k8s.io/sig-storage/csi-resizer:v2.1.0
|
||||
image: registry.k8s.io/sig-storage/csi-resizer:v2.2.0
|
||||
args:
|
||||
- "--v=5"
|
||||
- "--csi-address=/csi/csi.sock"
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: csi-driver-registrar
|
||||
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.16.0
|
||||
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.17.0
|
||||
args:
|
||||
- "--v=5"
|
||||
- "--csi-address=/csi/csi.sock"
|
||||
|
|
|
|||
|
|
@ -281,7 +281,7 @@ spec:
|
|||
name: dev-dir
|
||||
|
||||
- name: csi-external-health-monitor-controller
|
||||
image: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.17.0
|
||||
image: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.18.0
|
||||
args:
|
||||
- "--v=5"
|
||||
- "--csi-address=$(ADDRESS)"
|
||||
|
|
@ -295,7 +295,7 @@ spec:
|
|||
mountPath: /csi
|
||||
|
||||
- name: node-driver-registrar
|
||||
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.16.0
|
||||
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.17.0
|
||||
args:
|
||||
- --v=5
|
||||
- --csi-address=/csi/csi.sock
|
||||
|
|
@ -336,13 +336,13 @@ spec:
|
|||
volumeMounts:
|
||||
- mountPath: /csi
|
||||
name: socket-dir
|
||||
image: registry.k8s.io/sig-storage/livenessprobe:v2.18.0
|
||||
image: registry.k8s.io/sig-storage/livenessprobe:v2.19.0
|
||||
args:
|
||||
- --csi-address=/csi/csi.sock
|
||||
- --health-port=9898
|
||||
|
||||
- name: csi-attacher
|
||||
image: registry.k8s.io/sig-storage/csi-attacher:v4.11.0
|
||||
image: registry.k8s.io/sig-storage/csi-attacher:v4.12.0
|
||||
args:
|
||||
- --v=5
|
||||
- --csi-address=/csi/csi.sock
|
||||
|
|
@ -356,7 +356,7 @@ spec:
|
|||
name: socket-dir
|
||||
|
||||
- name: csi-provisioner
|
||||
image: registry.k8s.io/sig-storage/csi-provisioner:v6.2.0
|
||||
image: registry.k8s.io/sig-storage/csi-provisioner:v6.3.0
|
||||
args:
|
||||
- -v=5
|
||||
- --csi-address=/csi/csi.sock
|
||||
|
|
@ -372,7 +372,7 @@ spec:
|
|||
name: socket-dir
|
||||
|
||||
- name: csi-resizer
|
||||
image: registry.k8s.io/sig-storage/csi-resizer:v2.1.0
|
||||
image: registry.k8s.io/sig-storage/csi-resizer:v2.2.0
|
||||
args:
|
||||
- -v=5
|
||||
- -csi-address=/csi/csi.sock
|
||||
|
|
@ -386,7 +386,7 @@ spec:
|
|||
name: socket-dir
|
||||
|
||||
- name: csi-snapshotter
|
||||
image: registry.k8s.io/sig-storage/csi-snapshotter:v8.5.0
|
||||
image: registry.k8s.io/sig-storage/csi-snapshotter:v8.6.0
|
||||
args:
|
||||
- -v=5
|
||||
- --csi-address=/csi/csi.sock
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ spec:
|
|||
serviceAccountName: csi-mock
|
||||
containers:
|
||||
- name: csi-attacher
|
||||
image: registry.k8s.io/sig-storage/csi-attacher:v4.11.0
|
||||
image: registry.k8s.io/sig-storage/csi-attacher:v4.12.0
|
||||
args:
|
||||
- --v=5
|
||||
- --csi-address=$(ADDRESS)
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ spec:
|
|||
serviceAccountName: csi-mock
|
||||
containers:
|
||||
- name: csi-resizer
|
||||
image: registry.k8s.io/sig-storage/csi-resizer:v2.1.0
|
||||
image: registry.k8s.io/sig-storage/csi-resizer:v2.2.0
|
||||
args:
|
||||
- "--v=5"
|
||||
- "--csi-address=$(ADDRESS)"
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ spec:
|
|||
serviceAccountName: csi-mock
|
||||
containers:
|
||||
- name: csi-snapshotter
|
||||
image: registry.k8s.io/sig-storage/csi-snapshotter:v8.5.0
|
||||
image: registry.k8s.io/sig-storage/csi-snapshotter:v8.6.0
|
||||
args:
|
||||
- "--v=5"
|
||||
- "--csi-address=$(ADDRESS)"
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ spec:
|
|||
serviceAccountName: csi-mock
|
||||
containers:
|
||||
- name: csi-provisioner
|
||||
image: registry.k8s.io/sig-storage/csi-provisioner:v6.2.0
|
||||
image: registry.k8s.io/sig-storage/csi-provisioner:v6.3.0
|
||||
args:
|
||||
- "--csi-address=$(ADDRESS)"
|
||||
# Topology support is needed for the pod rescheduling test
|
||||
|
|
@ -34,7 +34,7 @@ spec:
|
|||
- mountPath: /csi
|
||||
name: socket-dir
|
||||
- name: driver-registrar
|
||||
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.16.0
|
||||
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.17.0
|
||||
args:
|
||||
- --v=5
|
||||
- --csi-address=/csi/csi.sock
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ spec:
|
|||
serviceAccountName: csi-mock
|
||||
containers:
|
||||
- name: csi-provisioner
|
||||
image: registry.k8s.io/sig-storage/csi-provisioner:v6.2.0
|
||||
image: registry.k8s.io/sig-storage/csi-provisioner:v6.3.0
|
||||
args:
|
||||
- "--csi-address=$(ADDRESS)"
|
||||
# Topology support is needed for the pod rescheduling test
|
||||
|
|
@ -35,7 +35,7 @@ spec:
|
|||
- mountPath: /csi
|
||||
name: socket-dir
|
||||
- name: driver-registrar
|
||||
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.16.0
|
||||
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.17.0
|
||||
args:
|
||||
- --v=5
|
||||
- --csi-address=/csi/csi.sock
|
||||
|
|
|
|||
Loading…
Reference in a new issue