Skip to content

Commit

Permalink
ccruntime: add host mount
Browse files Browse the repository at this point in the history
kata-deploy now expects to access the host through /host.
Update the ccruntime yaml to add this mount point.

Signed-off-by: Tobin Feldman-Fitzthum <[email protected]>
  • Loading branch information
fitzthum committed May 17, 2024
1 parent 1fd43b0 commit f9beae4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/samples/ccruntime/base/ccruntime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ spec:
name: kata-artifacts
- mountPath: /usr/local/bin/
name: local-bin
- mountPath: /host/
name: host
installerVolumes:
- hostPath:
path: /etc/crio/
Expand All @@ -41,6 +43,10 @@ spec:
path: /usr/local/bin/
type: ""
name: local-bin
- hostPath:
path: /
type: ""
name: host
installCmd: ["/opt/kata-artifacts/scripts/kata-deploy.sh", "install"]
uninstallCmd: ["/opt/kata-artifacts/scripts/kata-deploy.sh", "cleanup"]
cleanupCmd: ["/opt/kata-artifacts/scripts/kata-deploy.sh", "reset"]
Expand Down

0 comments on commit f9beae4

Please sign in to comment.