From 24aa35c6163378f0dfd07f9d76129b28e4e5cc4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Wed, 4 Sep 2024 10:05:23 +0200 Subject: [PATCH] ccruntime: Stop mounting /opt/kata MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There's no reason to do so since the last changes in the Kata Containers side, where kata-deploy.sh relies solely on the /host mount. Signed-off-by: Fabiano FidĂȘncio --- config/samples/ccruntime/base/ccruntime.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/config/samples/ccruntime/base/ccruntime.yaml b/config/samples/ccruntime/base/ccruntime.yaml index f18500f0..cf17853c 100644 --- a/config/samples/ccruntime/base/ccruntime.yaml +++ b/config/samples/ccruntime/base/ccruntime.yaml @@ -20,8 +20,6 @@ spec: name: crio-conf - mountPath: /etc/containerd/ name: containerd-conf - - mountPath: /opt/kata/ - name: kata-artifacts - mountPath: /usr/local/bin/ name: local-bin - mountPath: /host/ @@ -35,10 +33,6 @@ spec: path: /etc/containerd/ type: "" name: containerd-conf - - hostPath: - path: /opt/kata/ - type: DirectoryOrCreate - name: kata-artifacts - hostPath: path: /usr/local/bin/ type: ""