Skip to content

Commit

Permalink
ccruntime: Stop mounting /opt/kata
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
fidencio committed Sep 4, 2024
1 parent 71c4dfc commit 24aa35c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions config/samples/ccruntime/base/ccruntime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -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: ""
Expand Down

0 comments on commit 24aa35c

Please sign in to comment.