mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
⬆️ talos v1.6.1
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
<div align="center">
|
<div align="center">
|
||||||
|
|
||||||
[](https://discord.gg/k8s-at-home)
|
[](https://discord.gg/k8s-at-home)
|
||||||
[](https://talos.dev/)
|
[](https://talos.dev/)
|
||||||
[](https://github.com/auricom/home-ops/actions/workflows/renovate.yaml)
|
[](https://github.com/auricom/home-ops/actions/workflows/renovate.yaml)
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
@@ -1,29 +1,22 @@
|
|||||||
---
|
---
|
||||||
|
# Image URL rendered on https://factory.talos.dev
|
||||||
|
# talhelper genurl installer
|
||||||
|
|
||||||
clusterName: cluster-0
|
clusterName: cluster-0
|
||||||
|
|
||||||
talosVersion: v1.5.5
|
talosVersion: v1.6.1
|
||||||
kubernetesVersion: v1.28.3
|
kubernetesVersion: v1.29.0
|
||||||
endpoint: https://cluster-0.${domainName}:6443
|
endpoint: https://cluster-0.${domainName}:6443
|
||||||
|
|
||||||
# Image URL rendered on https://factory.talos.dev
|
|
||||||
# customization:
|
|
||||||
# extraKernelArgs:
|
|
||||||
# - net.ifnames=0
|
|
||||||
# systemExtensions:
|
|
||||||
# officialExtensions:
|
|
||||||
# - siderolabs/i915-ucode
|
|
||||||
# - siderolabs/intel-ucode
|
|
||||||
talosImageURL: factory.talos.dev/installer/22b1d04da881ef7c57edb0f24d1f3ba2c78a8e22cbe3fa9af4f42d487b2863f7
|
|
||||||
|
|
||||||
cniConfig:
|
cniConfig:
|
||||||
name: none
|
name: none
|
||||||
|
|
||||||
additionalApiServerCertSans:
|
additionalApiServerCertSans: &san
|
||||||
- ${clusterEndpointIP}
|
- ${clusterEndpointIP}
|
||||||
|
- https://cluster-0.${domainName}:6443
|
||||||
|
- "127.0.0.1" # KubePrism
|
||||||
|
|
||||||
additionalMachineCertSans:
|
additionalMachineCertSans: *san
|
||||||
- ${clusterEndpointIP}
|
|
||||||
- cluster-0.${domainName}
|
|
||||||
|
|
||||||
nodes:
|
nodes:
|
||||||
# - hostname: talos-node-1
|
# - hostname: talos-node-1
|
||||||
@@ -44,6 +37,15 @@ nodes:
|
|||||||
installDisk: /dev/sda
|
installDisk: /dev/sda
|
||||||
|
|
||||||
controlPlane:
|
controlPlane:
|
||||||
|
schematic:
|
||||||
|
customization:
|
||||||
|
extraKernelArgs:
|
||||||
|
- net.ifnames=0
|
||||||
|
systemExtensions:
|
||||||
|
officialExtensions:
|
||||||
|
- siderolabs/intel-ucode
|
||||||
|
- siderolabs/i915-ucode
|
||||||
|
|
||||||
patches:
|
patches:
|
||||||
# Disable search domain everywhere
|
# Disable search domain everywhere
|
||||||
- |-
|
- |-
|
||||||
@@ -105,7 +107,7 @@ controlPlane:
|
|||||||
machine:
|
machine:
|
||||||
kubelet:
|
kubelet:
|
||||||
extraArgs:
|
extraArgs:
|
||||||
feature-gates: CronJobTimeZone=true,GracefulNodeShutdown=true,NewVolumeManagerReconstruction=false
|
feature-gates: GracefulNodeShutdown=true,NewVolumeManagerReconstruction=false
|
||||||
rotate-server-certificates: "true"
|
rotate-server-certificates: "true"
|
||||||
extraConfig:
|
extraConfig:
|
||||||
maxPods: 150
|
maxPods: 150
|
||||||
@@ -117,13 +119,13 @@ controlPlane:
|
|||||||
fs.inotify.max_user_watches: "1048576"
|
fs.inotify.max_user_watches: "1048576"
|
||||||
fs.inotify.max_user_instances: "8192"
|
fs.inotify.max_user_instances: "8192"
|
||||||
|
|
||||||
# # Redirect logs
|
# Redirect logs
|
||||||
# - |-
|
- |-
|
||||||
# machine:
|
machine:
|
||||||
# install:
|
install:
|
||||||
# extraKernelArgs:
|
extraKernelArgs:
|
||||||
# - "talos.logging.kernel=udp://192.168.169.108:6050/"
|
- "talos.logging.kernel=udp://192.168.169.108:6050/"
|
||||||
# logging:
|
logging:
|
||||||
# destinations:
|
destinations:
|
||||||
# - endpoint: "udp://192.168.169.108:6051/"
|
- endpoint: "udp://192.168.169.108:6051/"
|
||||||
# format: json_lines
|
format: json_lines
|
Reference in New Issue
Block a user