mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 01:06:27 +00:00
Update snapshot controller to use k8s.gcr.io
Change-Id: I30005efec519840142bc7151aeaa543912a2f84b
This commit is contained in:
parent
0c642b6ef0
commit
8fce14a9e9
@ -22,8 +22,6 @@ spec:
|
|||||||
serviceAccount: volume-snapshot-controller
|
serviceAccount: volume-snapshot-controller
|
||||||
containers:
|
containers:
|
||||||
- name: volume-snapshot-controller
|
- name: volume-snapshot-controller
|
||||||
# TODO(xyang): Replace with an official image when it is released
|
image: k8s.gcr.io/sig-storage/snapshot-controller:v2.1.1
|
||||||
image: gcr.io/k8s-staging-csi/snapshot-controller:v2.0.0-rc2
|
|
||||||
args:
|
args:
|
||||||
- "--v=5"
|
- "--v=5"
|
||||||
imagePullPolicy: Always
|
|
||||||
|
Loading…
Reference in New Issue
Block a user