kata-deploy: update to use katadocker container image

Now that initial files for kata-deploy have merged, we
have an initial image on dockerhub.  s/egernst/katadocker

Fixes: #100

Signed-off-by: Eric Ernst <eric.ernst@intel.com>
This commit is contained in:
Eric Ernst
2018-07-13 15:32:52 +00:00
parent 1434a3c5b0
commit 14e34ee27e
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: egernst/kata-deploy image: katadocker/kata-deploy
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: egernst/kata-deploy image: katadocker/kata-deploy
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: egernst/kata-deploy image: katadocker/kata-deploy
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: egernst/kata-deploy image: katadocker/kata-deploy
imagePullPolicy: Always imagePullPolicy: Always
lifecycle: lifecycle:
preStop: preStop: