Compare commits

...

2 commits

Author SHA1 Message Date
4a38b318ed
update chart ref 2024-07-08 10:25:19 -05:00
1bc3f391de
Disable zfs to use nvidia until 1.8. 2024-07-08 10:25:04 -05:00
2 changed files with 12 additions and 3 deletions

View file

@ -36,7 +36,9 @@ nodes:
- siderolabs/amd-ucode - siderolabs/amd-ucode
- siderolabs/nonfree-kmod-nvidia - siderolabs/nonfree-kmod-nvidia
- siderolabs/nvidia-container-toolkit - siderolabs/nvidia-container-toolkit
- siderolabs/zfs # Need talos 1.8 for nvidia and zfs to coexist
# https://github.com/siderolabs/extensions/issues/380
# - siderolabs/zfs
patches: patches:
- |- - |-
@ -146,12 +148,19 @@ controlPlane:
- 10.1.1.0/24 - 10.1.1.0/24
extraMounts: extraMounts:
- destination: /var/openebs/keys - destination: /var/openebs/keys
type: bind
source: /var/openebs/keys
options: options:
- bind - bind
- rshared - rshared
- rw - rw
source: /var/openebs/keys - destination: /var/openebs/local
type: bind type: bind
source: /var/openebs/local
options:
- bind
- rshared
- rw
# Custom sysctls # Custom sysctls
- |- - |-

View file

@ -7,4 +7,4 @@ metadata:
namespace: flux-system namespace: flux-system
spec: spec:
interval: 2h interval: 2h
url: https://openebs.github.io/charts url: https://openebs.github.io/openebs