mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Update hostpathplugin image to v1.16.1
Signed-off-by: torredil <torredil@amazon.com>
This commit is contained in:
parent
611abd3bcd
commit
ef40e670bf
@ -219,7 +219,7 @@ spec:
|
|||||||
serviceAccountName: csi-hostpathplugin-sa
|
serviceAccountName: csi-hostpathplugin-sa
|
||||||
containers:
|
containers:
|
||||||
- name: hostpath
|
- name: hostpath
|
||||||
image: registry.k8s.io/sig-storage/hostpathplugin:v1.15.0
|
image: registry.k8s.io/sig-storage/hostpathplugin:v1.16.1
|
||||||
args:
|
args:
|
||||||
- "--drivername=hostpath.csi.k8s.io"
|
- "--drivername=hostpath.csi.k8s.io"
|
||||||
- "--v=5"
|
- "--v=5"
|
||||||
|
@ -219,7 +219,7 @@ spec:
|
|||||||
serviceAccountName: csi-hostpathplugin-sa
|
serviceAccountName: csi-hostpathplugin-sa
|
||||||
containers:
|
containers:
|
||||||
- name: hostpath
|
- name: hostpath
|
||||||
image: registry.k8s.io/sig-storage/hostpathplugin:v1.15.0
|
image: registry.k8s.io/sig-storage/hostpathplugin:v1.16.1
|
||||||
args:
|
args:
|
||||||
- "--drivername=hostpath.csi.k8s.io"
|
- "--drivername=hostpath.csi.k8s.io"
|
||||||
- "--v=5"
|
- "--v=5"
|
||||||
|
@ -66,7 +66,7 @@ spec:
|
|||||||
topologyKey: kubernetes.io/hostname
|
topologyKey: kubernetes.io/hostname
|
||||||
containers:
|
containers:
|
||||||
- name: socat
|
- name: socat
|
||||||
image: registry.k8s.io/sig-storage/hostpathplugin:v1.15.0
|
image: registry.k8s.io/sig-storage/hostpathplugin:v1.16.1
|
||||||
command:
|
command:
|
||||||
- socat
|
- socat
|
||||||
args:
|
args:
|
||||||
|
@ -53,7 +53,7 @@ spec:
|
|||||||
- mountPath: /registration
|
- mountPath: /registration
|
||||||
name: registration-dir
|
name: registration-dir
|
||||||
- name: mock
|
- name: mock
|
||||||
image: registry.k8s.io/sig-storage/hostpathplugin:v1.15.0
|
image: registry.k8s.io/sig-storage/hostpathplugin:v1.16.1
|
||||||
args:
|
args:
|
||||||
- "--drivername=mock.storage.k8s.io"
|
- "--drivername=mock.storage.k8s.io"
|
||||||
- "--nodeid=$(KUBE_NODE_NAME)"
|
- "--nodeid=$(KUBE_NODE_NAME)"
|
||||||
|
@ -53,7 +53,7 @@ spec:
|
|||||||
- mountPath: /registration
|
- mountPath: /registration
|
||||||
name: registration-dir
|
name: registration-dir
|
||||||
- name: mock
|
- name: mock
|
||||||
image: registry.k8s.io/sig-storage/hostpathplugin:v1.15.0
|
image: registry.k8s.io/sig-storage/hostpathplugin:v1.16.1
|
||||||
args:
|
args:
|
||||||
- -v=5
|
- -v=5
|
||||||
- -nodeid=$(KUBE_NODE_NAME)
|
- -nodeid=$(KUBE_NODE_NAME)
|
||||||
|
Loading…
Reference in New Issue
Block a user