Compare commits
No commits in common. "4a38b318ed7c8948001bba0a03050e2cb0e78e96" and "83e76e6af29cd25e7a53602fb3214363bf9268cc" have entirely different histories.
4a38b318ed
...
83e76e6af2
2 changed files with 6 additions and 15 deletions
|
@ -36,9 +36,7 @@ nodes:
|
||||||
- siderolabs/amd-ucode
|
- siderolabs/amd-ucode
|
||||||
- siderolabs/nonfree-kmod-nvidia
|
- siderolabs/nonfree-kmod-nvidia
|
||||||
- siderolabs/nvidia-container-toolkit
|
- siderolabs/nvidia-container-toolkit
|
||||||
# Need talos 1.8 for nvidia and zfs to coexist
|
- siderolabs/zfs
|
||||||
# https://github.com/siderolabs/extensions/issues/380
|
|
||||||
# - siderolabs/zfs
|
|
||||||
|
|
||||||
patches:
|
patches:
|
||||||
- |-
|
- |-
|
||||||
|
@ -148,19 +146,12 @@ controlPlane:
|
||||||
- 10.1.1.0/24
|
- 10.1.1.0/24
|
||||||
extraMounts:
|
extraMounts:
|
||||||
- destination: /var/openebs/keys
|
- destination: /var/openebs/keys
|
||||||
type: bind
|
options:
|
||||||
|
- bind
|
||||||
|
- rshared
|
||||||
|
- rw
|
||||||
source: /var/openebs/keys
|
source: /var/openebs/keys
|
||||||
options:
|
|
||||||
- bind
|
|
||||||
- rshared
|
|
||||||
- rw
|
|
||||||
- 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/openebs
|
url: https://openebs.github.io/charts
|
Loading…
Reference in a new issue