From 1bc3f391de86715ff673a276243afd50827cff86 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Mon, 8 Jul 2024 10:25:04 -0500 Subject: [PATCH] Disable zfs to use nvidia until 1.8. --- kubernetes/bootstrap/talos/talconfig.yaml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/kubernetes/bootstrap/talos/talconfig.yaml b/kubernetes/bootstrap/talos/talconfig.yaml index c9dc42b9..1bcf9765 100644 --- a/kubernetes/bootstrap/talos/talconfig.yaml +++ b/kubernetes/bootstrap/talos/talconfig.yaml @@ -36,7 +36,9 @@ nodes: - siderolabs/amd-ucode - siderolabs/nonfree-kmod-nvidia - 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: - |- @@ -146,12 +148,19 @@ controlPlane: - 10.1.1.0/24 extraMounts: - destination: /var/openebs/keys + type: bind + source: /var/openebs/keys options: - bind - rshared - rw - source: /var/openebs/keys + - destination: /var/openebs/local type: bind + source: /var/openebs/local + options: + - bind + - rshared + - rw # Custom sysctls - |-