mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-15 03:24:30 +01: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:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user