Skip to content

Commit

Permalink
Mount KubeVirt hooks directory
Browse files Browse the repository at this point in the history
  • Loading branch information
eliaskoromilas committed Mar 6, 2024
1 parent 4caa605 commit 5400696
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
inaccel/helm
Copyright © 2018-2022 InAccel
Copyright © 2018-2023 InAccel

This product includes software developed at
InAccel (https://inaccel.com).
4 changes: 3 additions & 1 deletion charts/fpga-cloud/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ annotations:
artifacthub.io/images: |
- image: inaccel/cloud-init:latest
name: cloud-init
- image: inaccel/device-selector:latest
name: device-selector
- image: inaccel/kubevirt-hack:latest
name: kubevirt-hack
artifacthub.io/license: Apache-2.0
Expand Down Expand Up @@ -29,4 +31,4 @@ sources:
- https://docs.inaccel.com
- https://github.com/inaccel/helm
type: application
version: 1.2.0
version: 1.2.1
6 changes: 6 additions & 0 deletions charts/fpga-cloud/templates/daemon-set.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ spec:
- mountPath: /var/lib/kubelet/plugins_registry
name: kubelet
subPath: plugins_registry
- mountPath: /var/run/kubevirt-hooks
name: kubevirt-hooks
hostAliases:
- hostnames:
- device-selector
Expand All @@ -56,6 +58,10 @@ spec:
- hostPath:
path: {{ $.Values.kubelet }}
name: kubelet
- hostPath:
path: /var/run/kubevirt-hooks
type: DirectoryOrCreate
name: kubevirt-hooks
- hostPath:
path: /lib/modules
name: modules
Expand Down

0 comments on commit 5400696

Please sign in to comment.