Skip to content

Commit ec8fde5

Browse files
smirashanduur
authored andcommitted
feat: update Kubernetes to 1.34.1
See https://github.com/kubernetes/kubernetes/releases/v1.34.1 Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit d57882b)
1 parent 797897d commit ec8fde5

File tree

10 files changed

+6777
-58
lines changed

10 files changed

+6777
-58
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ INTEGRATION_TEST := integration-test
128128
INTEGRATION_TEST_DEFAULT_TARGET := $(INTEGRATION_TEST)-$(OPERATING_SYSTEM)
129129
INTEGRATION_TEST_PROVISION_DEFAULT_TARGET := integration-test-provision-$(OPERATING_SYSTEM)
130130
# renovate: datasource=github-releases depName=kubernetes/kubernetes
131-
KUBECTL_VERSION ?= v1.34.0
131+
KUBECTL_VERSION ?= v1.34.1
132132
# renovate: datasource=github-releases depName=kastenhq/kubestr
133133
KUBESTR_VERSION ?= v0.4.49
134134
# renovate: datasource=github-releases depName=helm/helm

go.mod

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,17 @@ replace github.com/containerd/containerd/v2 => github.com/smira/containerd/v2 v2
3434

3535
// Kubernetes dependencies sharing the same version.
3636
require (
37-
k8s.io/api v0.34.0
38-
k8s.io/apiextensions-apiserver v0.34.0
39-
k8s.io/apimachinery v0.34.0
40-
k8s.io/apiserver v0.34.0
41-
k8s.io/client-go v0.34.0
42-
k8s.io/component-base v0.34.0
43-
k8s.io/cri-api v0.34.0
44-
k8s.io/kube-scheduler v0.34.0
45-
k8s.io/kubectl v0.34.0
46-
k8s.io/kubelet v0.34.0
47-
k8s.io/pod-security-admission v0.34.0
37+
k8s.io/api v0.34.1
38+
k8s.io/apiextensions-apiserver v0.34.1
39+
k8s.io/apimachinery v0.34.1
40+
k8s.io/apiserver v0.34.1
41+
k8s.io/client-go v0.34.1
42+
k8s.io/component-base v0.34.1
43+
k8s.io/cri-api v0.34.1
44+
k8s.io/kube-scheduler v0.34.1
45+
k8s.io/kubectl v0.34.1
46+
k8s.io/kubelet v0.34.1
47+
k8s.io/pod-security-admission v0.34.1
4848
)
4949

5050
require (
@@ -362,7 +362,7 @@ require (
362362
gopkg.in/inf.v0 v0.9.1 // indirect
363363
gopkg.in/yaml.v2 v2.4.0 // indirect
364364
gotest.tools/v3 v3.4.0 // indirect
365-
k8s.io/cli-runtime v0.34.0 // indirect
365+
k8s.io/cli-runtime v0.34.1 // indirect
366366
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b // indirect
367367
kernel.org/pub/linux/libs/security/libcap/psx v1.2.76 // indirect
368368
rsc.io/qr v0.2.0 // indirect

go.sum

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1069,34 +1069,34 @@ gvisor.dev/gvisor v0.0.0-20230927004350-cbd86285d259 h1:TbRPT0HtzFP3Cno1zZo7yPzE
10691069
gvisor.dev/gvisor v0.0.0-20230927004350-cbd86285d259/go.mod h1:AVgIgHMwK63XvmAzWG9vLQ41YnVHN0du0tEC46fI7yY=
10701070
honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
10711071
honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
1072-
k8s.io/api v0.34.0 h1:L+JtP2wDbEYPUeNGbeSa/5GwFtIA662EmT2YSLOkAVE=
1073-
k8s.io/api v0.34.0/go.mod h1:YzgkIzOOlhl9uwWCZNqpw6RJy9L2FK4dlJeayUoydug=
1074-
k8s.io/apiextensions-apiserver v0.34.0 h1:B3hiB32jV7BcyKcMU5fDaDxk882YrJ1KU+ZSkA9Qxoc=
1075-
k8s.io/apiextensions-apiserver v0.34.0/go.mod h1:hLI4GxE1BDBy9adJKxUxCEHBGZtGfIg98Q+JmTD7+g0=
1076-
k8s.io/apimachinery v0.34.0 h1:eR1WO5fo0HyoQZt1wdISpFDffnWOvFLOOeJ7MgIv4z0=
1077-
k8s.io/apimachinery v0.34.0/go.mod h1:/GwIlEcWuTX9zKIg2mbw0LRFIsXwrfoVxn+ef0X13lw=
1078-
k8s.io/apiserver v0.34.0 h1:Z51fw1iGMqN7uJ1kEaynf2Aec1Y774PqU+FVWCFV3Jg=
1079-
k8s.io/apiserver v0.34.0/go.mod h1:52ti5YhxAvewmmpVRqlASvaqxt0gKJxvCeW7ZrwgazQ=
1080-
k8s.io/cli-runtime v0.34.0 h1:N2/rUlJg6TMEBgtQ3SDRJwa8XyKUizwjlOknT1mB2Cw=
1081-
k8s.io/cli-runtime v0.34.0/go.mod h1:t/skRecS73Piv+J+FmWIQA2N2/rDjdYSQzEE67LUUs8=
1082-
k8s.io/client-go v0.34.0 h1:YoWv5r7bsBfb0Hs2jh8SOvFbKzzxyNo0nSb0zC19KZo=
1083-
k8s.io/client-go v0.34.0/go.mod h1:ozgMnEKXkRjeMvBZdV1AijMHLTh3pbACPvK7zFR+QQY=
1084-
k8s.io/component-base v0.34.0 h1:bS8Ua3zlJzapklsB1dZgjEJuJEeHjj8yTu1gxE2zQX8=
1085-
k8s.io/component-base v0.34.0/go.mod h1:RSCqUdvIjjrEm81epPcjQ/DS+49fADvGSCkIP3IC6vg=
1086-
k8s.io/cri-api v0.34.0 h1:erzXelLqzDbNdryR7eVqxmR/1JfQeurE9U+HdKTgSpU=
1087-
k8s.io/cri-api v0.34.0/go.mod h1:4qVUjidMg7/Z9YGZpqIDygbkPWkg3mkS1PvOx/kpHTE=
1072+
k8s.io/api v0.34.1 h1:jC+153630BMdlFukegoEL8E/yT7aLyQkIVuwhmwDgJM=
1073+
k8s.io/api v0.34.1/go.mod h1:SB80FxFtXn5/gwzCoN6QCtPD7Vbu5w2n1S0J5gFfTYk=
1074+
k8s.io/apiextensions-apiserver v0.34.1 h1:NNPBva8FNAPt1iSVwIE0FsdrVriRXMsaWFMqJbII2CI=
1075+
k8s.io/apiextensions-apiserver v0.34.1/go.mod h1:hP9Rld3zF5Ay2Of3BeEpLAToP+l4s5UlxiHfqRaRcMc=
1076+
k8s.io/apimachinery v0.34.1 h1:dTlxFls/eikpJxmAC7MVE8oOeP1zryV7iRyIjB0gky4=
1077+
k8s.io/apimachinery v0.34.1/go.mod h1:/GwIlEcWuTX9zKIg2mbw0LRFIsXwrfoVxn+ef0X13lw=
1078+
k8s.io/apiserver v0.34.1 h1:U3JBGdgANK3dfFcyknWde1G6X1F4bg7PXuvlqt8lITA=
1079+
k8s.io/apiserver v0.34.1/go.mod h1:eOOc9nrVqlBI1AFCvVzsob0OxtPZUCPiUJL45JOTBG0=
1080+
k8s.io/cli-runtime v0.34.1 h1:btlgAgTrYd4sk8vJTRG6zVtqBKt9ZMDeQZo2PIzbL7M=
1081+
k8s.io/cli-runtime v0.34.1/go.mod h1:aVA65c+f0MZiMUPbseU/M9l1Wo2byeaGwUuQEQVVveE=
1082+
k8s.io/client-go v0.34.1 h1:ZUPJKgXsnKwVwmKKdPfw4tB58+7/Ik3CrjOEhsiZ7mY=
1083+
k8s.io/client-go v0.34.1/go.mod h1:kA8v0FP+tk6sZA0yKLRG67LWjqufAoSHA2xVGKw9Of8=
1084+
k8s.io/component-base v0.34.1 h1:v7xFgG+ONhytZNFpIz5/kecwD+sUhVE6HU7qQUiRM4A=
1085+
k8s.io/component-base v0.34.1/go.mod h1:mknCpLlTSKHzAQJJnnHVKqjxR7gBeHRv0rPXA7gdtQ0=
1086+
k8s.io/cri-api v0.34.1 h1:n2bU++FqqJq0CNjP/5pkOs0nIx7aNpb1Xa053TecQkM=
1087+
k8s.io/cri-api v0.34.1/go.mod h1:4qVUjidMg7/Z9YGZpqIDygbkPWkg3mkS1PvOx/kpHTE=
10881088
k8s.io/klog/v2 v2.130.1 h1:n9Xl7H1Xvksem4KFG4PYbdQCQxqc/tTUyrgXaOhHSzk=
10891089
k8s.io/klog/v2 v2.130.1/go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE=
10901090
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b h1:MloQ9/bdJyIu9lb1PzujOPolHyvO06MXG5TUIj2mNAA=
10911091
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b/go.mod h1:UZ2yyWbFTpuhSbFhv24aGNOdoRdJZgsIObGBUaYVsts=
1092-
k8s.io/kube-scheduler v0.34.0 h1:iUT5spyg0RlZ9W5dImrxSxv0yTqbsI+/J72/Iuv9ed8=
1093-
k8s.io/kube-scheduler v0.34.0/go.mod h1:7pt2HDb32lZOihbt/aamuMBvSe1o+rrd2rQC8aJyfP0=
1094-
k8s.io/kubectl v0.34.0 h1:NcXz4TPTaUwhiX4LU+6r6udrlm0NsVnSkP3R9t0dmxs=
1095-
k8s.io/kubectl v0.34.0/go.mod h1:bmd0W5i+HuG7/p5sqicr0Li0rR2iIhXL0oUyLF3OjR4=
1096-
k8s.io/kubelet v0.34.0 h1:1nZt1Q6Kfx7xCaTS9vnqR9sjZDxf3cRSQkAFCczULmc=
1097-
k8s.io/kubelet v0.34.0/go.mod h1:NqbF8ViVettlZbf9hw9DJhubaWn7rGvDDTcLMDm6tQ0=
1098-
k8s.io/pod-security-admission v0.34.0 h1:4AOTPSDttUeAX7czodeHK1jjBxWBMElU7e5VVzJAeJw=
1099-
k8s.io/pod-security-admission v0.34.0/go.mod h1:ICOx2MB6W7ZEjfIOJ5NuJFfMFZbeXWgxOmz08Ox51iQ=
1092+
k8s.io/kube-scheduler v0.34.1 h1:S5td6VZwC3lCqERXclerDXhJ26zYc6JroY0s03+PqJ8=
1093+
k8s.io/kube-scheduler v0.34.1/go.mod h1:UiOkod/w+HKoGut9mz9ie4s4KcI82vmLFdq1iIgsmRs=
1094+
k8s.io/kubectl v0.34.1 h1:1qP1oqT5Xc93K+H8J7ecpBjaz511gan89KO9Vbsh/OI=
1095+
k8s.io/kubectl v0.34.1/go.mod h1:JRYlhJpGPyk3dEmJ+BuBiOB9/dAvnrALJEiY/C5qa6A=
1096+
k8s.io/kubelet v0.34.1 h1:doAaTA9/Yfzbdq/u/LveZeONp96CwX9giW6b+oHn4m4=
1097+
k8s.io/kubelet v0.34.1/go.mod h1:PtV3Ese8iOM19gSooFoQT9iyRisbmJdAPuDImuccbbA=
1098+
k8s.io/pod-security-admission v0.34.1 h1:XsP5eh8qCj69hK0a5TBMU4Ed7Ckn8JEmmbk/iepj+XM=
1099+
k8s.io/pod-security-admission v0.34.1/go.mod h1:87yY36Gxc8Hjx24FxqAD5zMY4k0tP0u7Mu/XuwXEbmg=
11001100
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 h1:hwvWFiBzdWw1FhfY1FooPn3kzWuJ8tmbZBHi4zVsl1Y=
11011101
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
11021102
kernel.org/pub/linux/libs/security/libcap/cap v1.2.76 h1:mrdLPj8ujM6eIKGtd1PkkuCIodpFFDM42Cfm0YODkIM=

hack/release.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ preface = """
1919
title = "Component Updates"
2020
description = """\
2121
runc: 1.3.1
22+
Kubernetes: 1.34.1
2223
2324
Talos is built with Go 1.24.6.
2425
"""

hack/test/e2e.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export TALOS_VERSION
3333
# Kubernetes
3434

3535
export KUBECONFIG="${TMP}/kubeconfig"
36-
export KUBERNETES_VERSION=${KUBERNETES_VERSION:-1.34.0}
36+
export KUBERNETES_VERSION=${KUBERNETES_VERSION:-1.34.1}
3737

3838
export NAME_PREFIX="talos-e2e-${SHA}-${PLATFORM}"
3939
export TIMEOUT=1200

pkg/machinery/constants/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ const (
394394

395395
// DefaultKubernetesVersion is the default target version of the control plane.
396396
// renovate: datasource=github-releases depName=kubernetes/kubernetes
397-
DefaultKubernetesVersion = "1.34.0"
397+
DefaultKubernetesVersion = "1.34.1"
398398

399399
// SupportedKubernetesVersions is the number of Kubernetes versions supported by Talos starting from DefaultKubernesVersion going backwards.
400400
SupportedKubernetesVersions = 6

website/content/v1.11/reference/cli.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ talosctl cluster create [flags]
143143
-i, --input-dir string location of pre-generated config files
144144
--ipv4 enable IPv4 network in the cluster (default true)
145145
--kubeprism-port int KubePrism port (set to 0 to disable) (default 7445)
146-
--kubernetes-version string desired kubernetes version to run (default "1.34.0")
146+
--kubernetes-version string desired kubernetes version to run (default "1.34.1")
147147
--memory int the limit on memory usage in MB (each control plane/VM) (default 2048)
148148
--memory-workers int the limit on memory usage in MB (each worker/VM) (default 2048)
149149
--mtu int MTU of the cluster network (default 1500)
@@ -1413,7 +1413,7 @@ talosctl gen config <cluster name> <cluster endpoint> [flags]
14131413
-h, --help help for config
14141414
--install-disk string the disk to install to (default "/dev/sda")
14151415
--install-image string the image used to perform an installation (default "ghcr.io/siderolabs/installer:latest")
1416-
--kubernetes-version string desired kubernetes version to run (default "1.34.0")
1416+
--kubernetes-version string desired kubernetes version to run (default "1.34.1")
14171417
-o, --output string destination to output generated files. when multiple output types are specified, it must be a directory. for a single output type, it must either be a file path, or "-" for stdout
14181418
-t, --output-types strings types of outputs to be generated. valid types are: ["controlplane" "worker" "talosconfig"] (default [controlplane,worker,talosconfig])
14191419
-p, --persist the desired persist value for configs (default true)
@@ -1778,7 +1778,7 @@ talosctl image cache-create [flags]
17781778
### Examples
17791779

17801780
```
1781-
talosctl images cache-create --images=ghcr.io/siderolabs/kubelet:v1.34.0 --image-cache-path=/tmp/talos-image-cache
1781+
talosctl images cache-create --images=ghcr.io/siderolabs/kubelet:v1.34.1 --image-cache-path=/tmp/talos-image-cache
17821782
17831783
Alternatively, stdin can be piped to the command:
17841784
talosctl images default | talosctl images cache-create --image-cache-path=/tmp/talos-image-cache --images=-
@@ -2877,7 +2877,7 @@ talosctl upgrade-k8s [flags]
28772877
--scheduler-image string kube-scheduler image to use (default "registry.k8s.io/kube-scheduler")
28782878
--siderov1-keys-dir string The path to the SideroV1 auth PGP keys directory. Defaults to 'SIDEROV1_KEYS_DIR' env variable if set, otherwise '$HOME/.talos/keys'. Only valid for Contexts that use SideroV1 auth.
28792879
--talosconfig string The path to the Talos configuration file. Defaults to 'TALOSCONFIG' env variable if set, otherwise '$HOME/.talos/config' and '/var/run/secrets/talos.dev/config' in order.
2880-
--to string the Kubernetes control plane version to upgrade to (default "1.34.0")
2880+
--to string the Kubernetes control plane version to upgrade to (default "1.34.1")
28812881
--upgrade-kubelet upgrade kubelet service (default true)
28822882
--with-docs patch all machine configs adding the documentation for each field (default true)
28832883
--with-examples patch all machine configs with the commented examples (default true)

website/content/v1.11/reference/configuration/v1alpha1/config.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ controlPlane:
8686
{{< /highlight >}}</details> | |
8787
|`kubelet` |<a href="#Config.machine.kubelet">KubeletConfig</a> |Used to provide additional options to the kubelet. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
8888
kubelet:
89-
image: ghcr.io/siderolabs/kubelet:v1.34.0 # The `image` field is an optional reference to an alternative kubelet image.
89+
image: ghcr.io/siderolabs/kubelet:v1.34.1 # The `image` field is an optional reference to an alternative kubelet image.
9090
# The `extraArgs` field is used to provide additional flags to the kubelet.
9191
extraArgs:
9292
feature-gates: ServerSideApply=true
@@ -471,7 +471,7 @@ KubeletConfig represents the kubelet config values.
471471
{{< highlight yaml >}}
472472
machine:
473473
kubelet:
474-
image: ghcr.io/siderolabs/kubelet:v1.34.0 # The `image` field is an optional reference to an alternative kubelet image.
474+
image: ghcr.io/siderolabs/kubelet:v1.34.1 # The `image` field is an optional reference to an alternative kubelet image.
475475
# The `extraArgs` field is used to provide additional flags to the kubelet.
476476
extraArgs:
477477
feature-gates: ServerSideApply=true
@@ -524,7 +524,7 @@ machine:
524524
| Field | Type | Description | Value(s) |
525525
|-------|------|-------------|----------|
526526
|`image` |string |The `image` field is an optional reference to an alternative kubelet image. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
527-
image: ghcr.io/siderolabs/kubelet:v1.34.0
527+
image: ghcr.io/siderolabs/kubelet:v1.34.1
528528
{{< /highlight >}}</details> | |
529529
|`clusterDNS` |[]string |The `ClusterDNS` field is an optional reference to an alternative kubelet clusterDNS ip list. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
530530
clusterDNS:
@@ -2572,7 +2572,7 @@ serviceAccount:
25722572
{{< /highlight >}}</details> | |
25732573
|`apiServer` |<a href="#Config.cluster.apiServer">APIServerConfig</a> |API server specific configuration options. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
25742574
apiServer:
2575-
image: registry.k8s.io/kube-apiserver:v1.34.0 # The container image used in the API server manifest.
2575+
image: registry.k8s.io/kube-apiserver:v1.34.1 # The container image used in the API server manifest.
25762576
# Extra arguments to supply to the API server.
25772577
extraArgs:
25782578
feature-gates: ServerSideApply=true
@@ -2637,14 +2637,14 @@ apiServer:
26372637
{{< /highlight >}}</details> | |
26382638
|`controllerManager` |<a href="#Config.cluster.controllerManager">ControllerManagerConfig</a> |Controller manager server specific configuration options. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
26392639
controllerManager:
2640-
image: registry.k8s.io/kube-controller-manager:v1.34.0 # The container image used in the controller manager manifest.
2640+
image: registry.k8s.io/kube-controller-manager:v1.34.1 # The container image used in the controller manager manifest.
26412641
# Extra arguments to supply to the controller manager.
26422642
extraArgs:
26432643
feature-gates: ServerSideApply=true
26442644
{{< /highlight >}}</details> | |
26452645
|`proxy` |<a href="#Config.cluster.proxy">ProxyConfig</a> |Kube-proxy server-specific configuration options <details><summary>Show example(s)</summary>{{< highlight yaml >}}
26462646
proxy:
2647-
image: registry.k8s.io/kube-proxy:v1.34.0 # The container image used in the kube-proxy manifest.
2647+
image: registry.k8s.io/kube-proxy:v1.34.1 # The container image used in the kube-proxy manifest.
26482648
mode: ipvs # proxy mode of kube-proxy.
26492649
# Extra arguments to supply to kube-proxy.
26502650
extraArgs:
@@ -2655,7 +2655,7 @@ proxy:
26552655
{{< /highlight >}}</details> | |
26562656
|`scheduler` |<a href="#Config.cluster.scheduler">SchedulerConfig</a> |Scheduler server specific configuration options. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
26572657
scheduler:
2658-
image: registry.k8s.io/kube-scheduler:v1.34.0 # The container image used in the scheduler manifest.
2658+
image: registry.k8s.io/kube-scheduler:v1.34.1 # The container image used in the scheduler manifest.
26592659
# Extra arguments to supply to the scheduler.
26602660
extraArgs:
26612661
feature-gates: AllBeta=true
@@ -2899,7 +2899,7 @@ APIServerConfig represents the kube apiserver configuration options.
28992899
{{< highlight yaml >}}
29002900
cluster:
29012901
apiServer:
2902-
image: registry.k8s.io/kube-apiserver:v1.34.0 # The container image used in the API server manifest.
2902+
image: registry.k8s.io/kube-apiserver:v1.34.1 # The container image used in the API server manifest.
29032903
# Extra arguments to supply to the API server.
29042904
extraArgs:
29052905
feature-gates: ServerSideApply=true
@@ -2967,7 +2967,7 @@ cluster:
29672967
| Field | Type | Description | Value(s) |
29682968
|-------|------|-------------|----------|
29692969
|`image` |string |The container image used in the API server manifest. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
2970-
image: registry.k8s.io/kube-apiserver:v1.34.0
2970+
image: registry.k8s.io/kube-apiserver:v1.34.1
29712971
{{< /highlight >}}</details> | |
29722972
|`extraArgs` |map[string]string |Extra arguments to supply to the API server. | |
29732973
|`extraVolumes` |<a href="#Config.cluster.apiServer.extraVolumes.">[]VolumeMountConfig</a> |Extra volumes to mount to the API server static pod. | |
@@ -3179,7 +3179,7 @@ ControllerManagerConfig represents the kube controller manager configuration opt
31793179
{{< highlight yaml >}}
31803180
cluster:
31813181
controllerManager:
3182-
image: registry.k8s.io/kube-controller-manager:v1.34.0 # The container image used in the controller manager manifest.
3182+
image: registry.k8s.io/kube-controller-manager:v1.34.1 # The container image used in the controller manager manifest.
31833183
# Extra arguments to supply to the controller manager.
31843184
extraArgs:
31853185
feature-gates: ServerSideApply=true
@@ -3189,7 +3189,7 @@ cluster:
31893189
| Field | Type | Description | Value(s) |
31903190
|-------|------|-------------|----------|
31913191
|`image` |string |The container image used in the controller manager manifest. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
3192-
image: registry.k8s.io/kube-controller-manager:v1.34.0
3192+
image: registry.k8s.io/kube-controller-manager:v1.34.1
31933193
{{< /highlight >}}</details> | |
31943194
|`extraArgs` |map[string]string |Extra arguments to supply to the controller manager. | |
31953195
|`extraVolumes` |<a href="#Config.cluster.controllerManager.extraVolumes.">[]VolumeMountConfig</a> |Extra volumes to mount to the controller manager static pod. | |
@@ -3259,7 +3259,7 @@ ProxyConfig represents the kube proxy configuration options.
32593259
{{< highlight yaml >}}
32603260
cluster:
32613261
proxy:
3262-
image: registry.k8s.io/kube-proxy:v1.34.0 # The container image used in the kube-proxy manifest.
3262+
image: registry.k8s.io/kube-proxy:v1.34.1 # The container image used in the kube-proxy manifest.
32633263
mode: ipvs # proxy mode of kube-proxy.
32643264
# Extra arguments to supply to kube-proxy.
32653265
extraArgs:
@@ -3276,7 +3276,7 @@ cluster:
32763276
disabled: false
32773277
{{< /highlight >}}</details> | |
32783278
|`image` |string |The container image used in the kube-proxy manifest. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
3279-
image: registry.k8s.io/kube-proxy:v1.34.0
3279+
image: registry.k8s.io/kube-proxy:v1.34.1
32803280
{{< /highlight >}}</details> | |
32813281
|`mode` |string |proxy mode of kube-proxy.<br>The default is 'iptables'. | |
32823282
|`extraArgs` |map[string]string |Extra arguments to supply to kube-proxy. | |
@@ -3295,7 +3295,7 @@ SchedulerConfig represents the kube scheduler configuration options.
32953295
{{< highlight yaml >}}
32963296
cluster:
32973297
scheduler:
3298-
image: registry.k8s.io/kube-scheduler:v1.34.0 # The container image used in the scheduler manifest.
3298+
image: registry.k8s.io/kube-scheduler:v1.34.1 # The container image used in the scheduler manifest.
32993299
# Extra arguments to supply to the scheduler.
33003300
extraArgs:
33013301
feature-gates: AllBeta=true
@@ -3305,7 +3305,7 @@ cluster:
33053305
| Field | Type | Description | Value(s) |
33063306
|-------|------|-------------|----------|
33073307
|`image` |string |The container image used in the scheduler manifest. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
3308-
image: registry.k8s.io/kube-scheduler:v1.34.0
3308+
image: registry.k8s.io/kube-scheduler:v1.34.1
33093309
{{< /highlight >}}</details> | |
33103310
|`extraArgs` |map[string]string |Extra arguments to supply to the scheduler. | |
33113311
|`extraVolumes` |<a href="#Config.cluster.scheduler.extraVolumes.">[]VolumeMountConfig</a> |Extra volumes to mount to the scheduler static pod. | |

0 commit comments

Comments
 (0)