Skip to content

Commit

Permalink
feat(kubernetes): upgrade to v1.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
buroa committed Dec 17, 2024
1 parent 9ee9a40 commit b2bf3cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ spec:
# renovate: depName=ghcr.io/siderolabs/installer datasource=docker
TALOS_VERSION: v1.9.0
# renovate: depName=ghcr.io/siderolabs/kubelet datasource=docker
KUBERNETES_VERSION: v1.31.4
KUBERNETES_VERSION: v1.32.0
4 changes: 1 addition & 3 deletions talos/talconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ endpoint: https://k8s.internal:6443
# renovate: depName=ghcr.io/siderolabs/installer datasource=docker
talosVersion: v1.9.0
# renovate: depName=ghcr.io/siderolabs/kubelet datasource=docker
kubernetesVersion: v1.31.4
kubernetesVersion: v1.32.0

additionalApiServerCertSans: &sans
- 192.168.10.200
Expand Down Expand Up @@ -238,8 +238,6 @@ controlPlane:
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 search domain everywhere
- |-
Expand Down

0 comments on commit b2bf3cd

Please sign in to comment.