feat: talos v1.7.2 & kubernetes v1.30.1

This commit is contained in:
auricom
2024-05-19 02:47:41 +02:00
parent 189b17d238
commit f1f2702403
2 changed files with 13 additions and 16 deletions

View File

@@ -13,7 +13,7 @@
<div align="center">
[![Discord](https://img.shields.io/discord/673534664354430999?style=for-the-badge&label&logo=discord&logoColor=white&color=blue)](https://discord.gg/k8s-at-home)
[![Kubernetes](https://img.shields.io/badge/v1.29-blue?style=for-the-badge&logo=kubernetes&logoColor=white)](https://talos.dev/)
[![Kubernetes](https://img.shields.io/badge/v1.30-blue?style=for-the-badge&logo=kubernetes&logoColor=white)](https://talos.dev/)
[![Renovate](https://img.shields.io/github/actions/workflow/status/auricom/home-ops/renovate.yaml?branch=main&label=&logo=renovatebot&style=for-the-badge&color=blue)](https://github.com/auricom/home-ops/actions/workflows/renovate.yaml)
</div>

View File

@@ -6,12 +6,10 @@
clusterName: cluster-0
# renovate: depName=ghcr.io/siderolabs/installer datasource=docker extractVersion=^(?<version>.*)$
talosVersion: v1.6.5
# renovate: depName=kubernetes/kubernetes datasource=github-releases extractVersion=^v(?<version>.*)$
kubernetesVersion: v1.29.2
talosVersion: v1.7.2
kubernetesVersion: v1.30.1
endpoint: https://cluster-0.${domainName}:6443
allowSchedulingOnMasters: true
cniConfig:
name: none
@@ -125,7 +123,6 @@ controlPlane:
machine:
kubelet:
extraArgs:
feature-gates: GracefulNodeShutdown=true,NewVolumeManagerReconstruction=false
rotate-server-certificates: "true"
extraConfig:
maxPods: 150
@@ -138,12 +135,12 @@ controlPlane:
fs.inotify.max_user_instances: "8192"
# Redirect logs
- |-
machine:
install:
extraKernelArgs:
- "talos.logging.kernel=udp://192.168.169.108:6050/"
logging:
destinations:
- endpoint: "udp://192.168.169.108:6051/"
format: json_lines
# - |-
# machine:
# install:
# extraKernelArgs:
# - "talos.logging.kernel=udp://192.168.169.108:6050/"
# logging:
# destinations:
# - endpoint: "udp://192.168.169.108:6051/"
# format: json_lines