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:
Eric Ernst 2018-08-14 15:43:53 -07:00
parent 0f5e37cf9f
commit ea91fff56b
2 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@ spec:
kata-containers.io/kata-runtime: cleanup
containers:
- name: kube-kata-cleanup
image: katadocker/kata-deploy
image: katadocker/kata-deploy:1.1.0
imagePullPolicy: Always
command: [ "sh", "-c" ]
args:

View File

@ -16,7 +16,7 @@ spec:
serviceAccountName: kata-label-node
containers:
- name: kubelet-runtime-labeler-pod
image: katadocker/kata-deploy
image: katadocker/kata-deploy:1.1.0
imagePullPolicy: Always
command: [ "sh", "-c" ]
args:
@ -56,7 +56,7 @@ spec:
kata-containers.io/container-runtime: cri-o
containers:
- name: kube-kata
image: katadocker/kata-deploy
image: katadocker/kata-deploy:1.1.0
imagePullPolicy: Always
lifecycle:
preStop:
@ -127,7 +127,7 @@ spec:
kata-containers.io/container-runtime: containerd
containers:
- name: kube-kata
image: katadocker/kata-deploy
image: katadocker/kata-deploy:1.1.0
imagePullPolicy: Always
lifecycle:
preStop: