mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
feat: talos v1.7.2 & kubernetes v1.30.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>
|
||||||
|
@@ -6,12 +6,10 @@
|
|||||||
|
|
||||||
clusterName: cluster-0
|
clusterName: cluster-0
|
||||||
|
|
||||||
# renovate: depName=ghcr.io/siderolabs/installer datasource=docker extractVersion=^(?<version>.*)$
|
talosVersion: v1.7.2
|
||||||
talosVersion: v1.6.5
|
kubernetesVersion: v1.30.1
|
||||||
# renovate: depName=kubernetes/kubernetes datasource=github-releases extractVersion=^v(?<version>.*)$
|
|
||||||
kubernetesVersion: v1.29.2
|
|
||||||
endpoint: https://cluster-0.${domainName}:6443
|
endpoint: https://cluster-0.${domainName}:6443
|
||||||
|
allowSchedulingOnMasters: true
|
||||||
cniConfig:
|
cniConfig:
|
||||||
name: none
|
name: none
|
||||||
|
|
||||||
@@ -125,7 +123,6 @@ controlPlane:
|
|||||||
machine:
|
machine:
|
||||||
kubelet:
|
kubelet:
|
||||||
extraArgs:
|
extraArgs:
|
||||||
feature-gates: GracefulNodeShutdown=true,NewVolumeManagerReconstruction=false
|
|
||||||
rotate-server-certificates: "true"
|
rotate-server-certificates: "true"
|
||||||
extraConfig:
|
extraConfig:
|
||||||
maxPods: 150
|
maxPods: 150
|
||||||
@@ -138,12 +135,12 @@ controlPlane:
|
|||||||
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