archive spegel since i'm only using one node. Upgrade to 1.8.0-alpha.1

This commit is contained in:
Joseph Hanson 2024-07-20 13:00:50 -05:00
parent f8c44cc9f4
commit f0dc6d8bfc
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
6 changed files with 6 additions and 27 deletions

View file

@ -32,8 +32,3 @@ spec:
hostPort: 29999 hostPort: 29999
serviceMonitor: serviceMonitor:
enabled: true enabled: true
probes:
readiness:
enabled: false
startup:
enabled: false

View file

@ -9,4 +9,4 @@ configMapGenerator:
files: files:
- values.yaml=./resources/values.yml - values.yaml=./resources/values.yml
configurations: configurations:
- kustomizeconfig.yaml - kustomizeconfig.yaml

View file

@ -4,4 +4,4 @@ nameReference:
version: v1 version: v1
fieldSpecs: fieldSpecs:
- path: spec/valuesFrom/name - path: spec/valuesFrom/name
kind: HelmRelease kind: HelmRelease

View file

@ -14,4 +14,4 @@ spegel:
- https://lscr.io - https://lscr.io
service: service:
registry: registry:
hostPort: 29999 hostPort: 29999

View file

@ -18,4 +18,4 @@ spec:
wait: false wait: false
interval: 30m interval: 30m
retryInterval: 1m retryInterval: 1m
timeout: 5m timeout: 5m

View file

@ -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