archive spegel since i'm only using one node. Upgrade to 1.8.0-alpha.1
This commit is contained in:
parent
f8c44cc9f4
commit
f0dc6d8bfc
6 changed files with 6 additions and 27 deletions
|
@ -32,8 +32,3 @@ spec:
|
||||||
hostPort: 29999
|
hostPort: 29999
|
||||||
serviceMonitor:
|
serviceMonitor:
|
||||||
enabled: true
|
enabled: true
|
||||||
probes:
|
|
||||||
readiness:
|
|
||||||
enabled: false
|
|
||||||
startup:
|
|
||||||
enabled: false
|
|
|
@ -2,7 +2,7 @@
|
||||||
# yaml-language-server: $schema=https://ks.hsn.dev/talhelper-schema.json
|
# yaml-language-server: $schema=https://ks.hsn.dev/talhelper-schema.json
|
||||||
clusterName: homelab
|
clusterName: homelab
|
||||||
|
|
||||||
talosVersion: v1.7.5
|
talosVersion: v1.8.0-alpha.1
|
||||||
kubernetesVersion: 1.30.2
|
kubernetesVersion: 1.30.2
|
||||||
endpoint: "https://10.1.1.57:6443"
|
endpoint: "https://10.1.1.57:6443"
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@ nodes:
|
||||||
- siderolabs/nvidia-container-toolkit
|
- siderolabs/nvidia-container-toolkit
|
||||||
# Need talos 1.8 for nvidia and zfs to coexist
|
# Need talos 1.8 for nvidia and zfs to coexist
|
||||||
# https://github.com/siderolabs/extensions/issues/380
|
# https://github.com/siderolabs/extensions/issues/380
|
||||||
# - siderolabs/zfs
|
- siderolabs/zfs
|
||||||
|
|
||||||
patches:
|
patches:
|
||||||
- |-
|
- |-
|
||||||
|
@ -118,22 +118,6 @@ controlPlane:
|
||||||
advertisedSubnets:
|
advertisedSubnets:
|
||||||
- 10.1.1.0/24
|
- 10.1.1.0/24
|
||||||
|
|
||||||
# Configure containerd
|
|
||||||
- |-
|
|
||||||
machine:
|
|
||||||
files:
|
|
||||||
- op: create
|
|
||||||
path: /etc/cri/conf.d/20-customization.part
|
|
||||||
content: |
|
|
||||||
[plugins]
|
|
||||||
[plugins."io.containerd.grpc.v1.cri"]
|
|
||||||
enable_unprivileged_ports = true
|
|
||||||
enable_unprivileged_icmp = true
|
|
||||||
[plugins."io.containerd.grpc.v1.cri".containerd]
|
|
||||||
discard_unpacked_layers = false
|
|
||||||
[plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runc]
|
|
||||||
discard_unpacked_layers = false
|
|
||||||
|
|
||||||
# Disable default API server admission plugins.
|
# Disable default API server admission plugins.
|
||||||
- |-
|
- |-
|
||||||
- op: remove
|
- op: remove
|
||||||
|
|
Loading…
Reference in a new issue