Compare commits
2 commits
83e76e6af2
...
4a38b318ed
Author | SHA1 | Date | |
---|---|---|---|
4a38b318ed | |||
1bc3f391de |
2 changed files with 12 additions and 3 deletions
|
@ -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
|
||||||
- |-
|
- |-
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue