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 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:

View File

@ -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: