mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-13 07:04:58 +00:00
kata-deploy: pull particular version of deploy image
For 1.2.0 we are changing the format of the kata-deploy container image. To avoid issues, pull an explicit version in our daemonset. In a follow on PR we'll update the yaml/scripts to 1.2.0 format Fixes: #135 Signed-off-by: Eric Ernst <eric.ernst@intel.com>
This commit is contained in:
parent
0f5e37cf9f
commit
ea91fff56b
@ -18,7 +18,7 @@ spec:
|
|||||||
kata-containers.io/kata-runtime: cleanup
|
kata-containers.io/kata-runtime: cleanup
|
||||||
containers:
|
containers:
|
||||||
- name: kube-kata-cleanup
|
- name: kube-kata-cleanup
|
||||||
image: katadocker/kata-deploy
|
image: katadocker/kata-deploy:1.1.0
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
command: [ "sh", "-c" ]
|
command: [ "sh", "-c" ]
|
||||||
args:
|
args:
|
||||||
|
@ -16,7 +16,7 @@ spec:
|
|||||||
serviceAccountName: kata-label-node
|
serviceAccountName: kata-label-node
|
||||||
containers:
|
containers:
|
||||||
- name: kubelet-runtime-labeler-pod
|
- name: kubelet-runtime-labeler-pod
|
||||||
image: katadocker/kata-deploy
|
image: katadocker/kata-deploy:1.1.0
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
command: [ "sh", "-c" ]
|
command: [ "sh", "-c" ]
|
||||||
args:
|
args:
|
||||||
@ -56,7 +56,7 @@ spec:
|
|||||||
kata-containers.io/container-runtime: cri-o
|
kata-containers.io/container-runtime: cri-o
|
||||||
containers:
|
containers:
|
||||||
- name: kube-kata
|
- name: kube-kata
|
||||||
image: katadocker/kata-deploy
|
image: katadocker/kata-deploy:1.1.0
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
lifecycle:
|
lifecycle:
|
||||||
preStop:
|
preStop:
|
||||||
@ -127,7 +127,7 @@ spec:
|
|||||||
kata-containers.io/container-runtime: containerd
|
kata-containers.io/container-runtime: containerd
|
||||||
containers:
|
containers:
|
||||||
- name: kube-kata
|
- name: kube-kata
|
||||||
image: katadocker/kata-deploy
|
image: katadocker/kata-deploy:1.1.0
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
lifecycle:
|
lifecycle:
|
||||||
preStop:
|
preStop:
|
||||||
|
Loading…
Reference in New Issue
Block a user