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"> <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) [![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) [![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> </div>

View File

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