Skip to content

Commit

Permalink
feat: update Kubernetes to v1.26.0-rc.1
Browse files Browse the repository at this point in the history
See https://github.com/kubernetes/kubernetes/releases/tag/v1.26.0-rc.1

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
  • Loading branch information
smira committed Dec 1, 2022
1 parent 4cd125d commit 38e57bd
Show file tree
Hide file tree
Showing 9 changed files with 51 additions and 51 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ OPERATING_SYSTEM := $(shell uname -s | tr "[:upper:]" "[:lower:]")
TALOSCTL_DEFAULT_TARGET := talosctl-$(OPERATING_SYSTEM)
INTEGRATION_TEST_DEFAULT_TARGET := integration-test-$(OPERATING_SYSTEM)
INTEGRATION_TEST_PROVISION_DEFAULT_TARGET := integration-test-provision-$(OPERATING_SYSTEM)
KUBECTL_URL ?= https://storage.googleapis.com/kubernetes-release/release/v1.26.0-rc.0/bin/$(OPERATING_SYSTEM)/amd64/kubectl
KUBECTL_URL ?= https://storage.googleapis.com/kubernetes-release/release/v1.26.0-rc.1/bin/$(OPERATING_SYSTEM)/amd64/kubectl
KUBESTR_URL ?= https://github.com/kastenhq/kubestr/releases/download/v0.4.34/kubestr_0.4.34_Linux_amd64.tar.gz
HELM_URL ?= https://get.helm.sh/helm-v3.9.2-linux-amd64.tar.gz
CLUSTERCTL_VERSION ?= 1.1.3
Expand Down
18 changes: 9 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ replace (

// Kubernetes dependencies sharing the same version.
require (
k8s.io/api v0.26.0-rc.0
k8s.io/apimachinery v0.26.0-rc.0
k8s.io/apiserver v0.26.0-rc.0
k8s.io/client-go v0.26.0-rc.0
k8s.io/component-base v0.26.0-rc.0
k8s.io/cri-api v0.26.0-rc.0
k8s.io/kubectl v0.26.0-rc.0
k8s.io/kubelet v0.26.0-rc.0
k8s.io/api v0.26.0-rc.1
k8s.io/apimachinery v0.26.0-rc.1
k8s.io/apiserver v0.26.0-rc.1
k8s.io/client-go v0.26.0-rc.1
k8s.io/component-base v0.26.0-rc.1
k8s.io/cri-api v0.26.0-rc.1
k8s.io/kubectl v0.26.0-rc.1
k8s.io/kubelet v0.26.0-rc.1
)

require (
Expand Down Expand Up @@ -292,7 +292,7 @@ require (
gopkg.in/ini.v1 v1.66.2 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
inet.af/tcpproxy v0.0.0-20221017015627-91f861402626 // indirect
k8s.io/cli-runtime v0.26.0-rc.0 // indirect
k8s.io/cli-runtime v0.26.0-rc.1 // indirect
k8s.io/klog v1.0.0 // indirect
k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 // indirect
k8s.io/utils v0.0.0-20221107191617-1a15be271d1d // indirect
Expand Down
36 changes: 18 additions & 18 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1742,37 +1742,37 @@ honnef.co/go/tools v0.0.1-2020.1.4/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9
k8s.io/api v0.20.1/go.mod h1:KqwcCVogGxQY3nBlRpwt+wpAMF/KjaCc7RpywacvqUo=
k8s.io/api v0.20.4/go.mod h1:++lNL1AJMkDymriNniQsWRkMDzRaX2Y/POTUi8yvqYQ=
k8s.io/api v0.20.6/go.mod h1:X9e8Qag6JV/bL5G6bU8sdVRltWKmdHsFUGS3eVndqE8=
k8s.io/api v0.26.0-rc.0 h1:2/bCSv8uREflBfGU8dUMf1o0hwTT+dssZeNWS0l3qOk=
k8s.io/api v0.26.0-rc.0/go.mod h1:zpIWCMJDnA2CZjZFc2XUHBuDe6zuLURCjyVy9cPR6pM=
k8s.io/api v0.26.0-rc.1 h1:CAdJgdbab07D/NLFAh+gvdZ7SpmZ1Ofl9H7VeH8ET40=
k8s.io/api v0.26.0-rc.1/go.mod h1:jkiQnWZq3gb350ta8dyocZlioyShoDL8+Opgr/lKG2g=
k8s.io/apimachinery v0.20.1/go.mod h1:WlLqWAHZGg07AeltaI0MV5uk1Omp8xaN0JGLY6gkRpU=
k8s.io/apimachinery v0.20.4/go.mod h1:WlLqWAHZGg07AeltaI0MV5uk1Omp8xaN0JGLY6gkRpU=
k8s.io/apimachinery v0.20.6/go.mod h1:ejZXtW1Ra6V1O5H8xPBGz+T3+4gfkTCeExAHKU57MAc=
k8s.io/apimachinery v0.26.0-rc.0 h1:PModgniuCua1/ukXLN1zfaF6ypTKL/M2QA1geNRr9eI=
k8s.io/apimachinery v0.26.0-rc.0/go.mod h1:VXMmlsE7YRJ5vyAyWpkKIfFkEbDNpVs0ObpkuQf1WfM=
k8s.io/apimachinery v0.26.0-rc.1 h1:KSPpcG3g7J9rW6VhELgtEaGHYV4AOgzcHSaS/m/4K2Q=
k8s.io/apimachinery v0.26.0-rc.1/go.mod h1:VXMmlsE7YRJ5vyAyWpkKIfFkEbDNpVs0ObpkuQf1WfM=
k8s.io/apiserver v0.20.1/go.mod h1:ro5QHeQkgMS7ZGpvf4tSMx6bBOgPfE+f52KwvXfScaU=
k8s.io/apiserver v0.20.4/go.mod h1:Mc80thBKOyy7tbvFtB4kJv1kbdD0eIH8k8vianJcbFM=
k8s.io/apiserver v0.20.6/go.mod h1:QIJXNt6i6JB+0YQRNcS0hdRHJlMhflFmsBDeSgT1r8Q=
k8s.io/apiserver v0.26.0-rc.0 h1:GGFu/1Lc4bHa737f+1ePTfk211py4jUYs4jJ3pyag3k=
k8s.io/apiserver v0.26.0-rc.0/go.mod h1:2w98dPiKpvlzAQzLkX4p6ARIwSmQsqjsxMolr5gER24=
k8s.io/cli-runtime v0.26.0-rc.0 h1:ZWfjIZUhtlUq7Fvr6T8qAaQUdFCctqRCeDkxlT8BoPI=
k8s.io/cli-runtime v0.26.0-rc.0/go.mod h1:/+zJe08tp/b3lH47kV8mE3iADbBWYdJ0/cxKrlJwhgY=
k8s.io/apiserver v0.26.0-rc.1 h1:hDKrjd3ReD+/We9WhbAE5Hsub+x3nSxDakHASXc5hsA=
k8s.io/apiserver v0.26.0-rc.1/go.mod h1:ktE+6QySfVd7KkPa8nZWWZTBO5xC70RrLG7wRvBDn9A=
k8s.io/cli-runtime v0.26.0-rc.1 h1:NRNFNoBsG684jVrOVw2bCpAORgb15ESFNcA/o/Brj5s=
k8s.io/cli-runtime v0.26.0-rc.1/go.mod h1:wkvYwkNSt7cJLoig/38b8sK40xVblfjKo6TNCb9UmRY=
k8s.io/client-go v0.20.1/go.mod h1:/zcHdt1TeWSd5HoUe6elJmHSQ6uLLgp4bIJHVEuy+/Y=
k8s.io/client-go v0.20.4/go.mod h1:LiMv25ND1gLUdBeYxBIwKpkSC5IsozMMmOOeSJboP+k=
k8s.io/client-go v0.20.6/go.mod h1:nNQMnOvEUEsOzRRFIIkdmYOjAZrC8bgq0ExboWSU1I0=
k8s.io/client-go v0.26.0-rc.0 h1:nxRrL8CVr6/PE170LCMcj4Va1A51lu/cpSOfmQgi+8c=
k8s.io/client-go v0.26.0-rc.0/go.mod h1:4a6z7WzSFRLk1ckfC4R0Km7XgKuSkmByrZ4DTRyf6sg=
k8s.io/client-go v0.26.0-rc.1 h1:KQmd73Pg7mLTzPZGxb967wHCYthORZ9+KWAL99YvBzY=
k8s.io/client-go v0.26.0-rc.1/go.mod h1:hMmdXz7ni/DIoKfCshx9ioejmtSOXV7J7Zpc3pkxbn8=
k8s.io/code-generator v0.19.7/go.mod h1:lwEq3YnLYb/7uVXLorOJfxg+cUu2oihFhHZ0n9NIla0=
k8s.io/component-base v0.20.1/go.mod h1:guxkoJnNoh8LNrbtiQOlyp2Y2XFCZQmrcg2n/DeYNLk=
k8s.io/component-base v0.20.4/go.mod h1:t4p9EdiagbVCJKrQ1RsA5/V4rFQNDfRlevJajlGwgjI=
k8s.io/component-base v0.20.6/go.mod h1:6f1MPBAeI+mvuts3sIdtpjljHWBQ2cIy38oBIWMYnrM=
k8s.io/component-base v0.26.0-rc.0 h1:Wv++FigJD5cG8PqAJTcAmMUzZjK0xeUVKdHfFI25ozM=
k8s.io/component-base v0.26.0-rc.0/go.mod h1:Z5mRcxHK8LTysK8B720fXUVfnkJ6Pjg1Io7I7xmoS1U=
k8s.io/component-base v0.26.0-rc.1 h1:FoK7c9mcJn4CRAGhfd/6Fsl25OOHIldVYaPZxgwDF24=
k8s.io/component-base v0.26.0-rc.1/go.mod h1:2YJ4nmUK5Y9subjnTomohvv0OwmQluewc4FtyAAFFiQ=
k8s.io/cri-api v0.17.3/go.mod h1:X1sbHmuXhwaHs9xxYffLqJogVsnI+f6cPRcgPel7ywM=
k8s.io/cri-api v0.20.1/go.mod h1:2JRbKt+BFLTjtrILYVqQK5jqhI+XNdF6UiGMgczeBCI=
k8s.io/cri-api v0.20.4/go.mod h1:2JRbKt+BFLTjtrILYVqQK5jqhI+XNdF6UiGMgczeBCI=
k8s.io/cri-api v0.20.6/go.mod h1:ew44AjNXwyn1s0U4xCKGodU7J1HzBeZ1MpGrpa5r8Yc=
k8s.io/cri-api v0.26.0-rc.0 h1:reN+0vI989UsmgWRwOKt+hAYR9wHHVscg7eYzwp2BuM=
k8s.io/cri-api v0.26.0-rc.0/go.mod h1:E49tenyB7esgfIguEd7+g9qYhHOr9peyyBcSaeH6Gxw=
k8s.io/cri-api v0.26.0-rc.1 h1:dIiqE0btHSCNt1gDQED2Xm3OPNYaViQc406XgQQI+Lg=
k8s.io/cri-api v0.26.0-rc.1/go.mod h1:E49tenyB7esgfIguEd7+g9qYhHOr9peyyBcSaeH6Gxw=
k8s.io/gengo v0.0.0-20200413195148-3a45101e95ac/go.mod h1:ezvh/TsK7cY6rbqRK0oQQ8IAqLxYwwyPxAX1Pzy0ii0=
k8s.io/gengo v0.0.0-20200428234225-8167cfdcfc14/go.mod h1:ezvh/TsK7cY6rbqRK0oQQ8IAqLxYwwyPxAX1Pzy0ii0=
k8s.io/gengo v0.0.0-20201113003025-83324d819ded/go.mod h1:FiNAH4ZV3gBg2Kwh89tzAEV2be7d5xI0vBa/VySYy3E=
Expand All @@ -1787,10 +1787,10 @@ k8s.io/kube-openapi v0.0.0-20200805222855-6aeccd4b50c6/go.mod h1:UuqjUnNftUyPE5H
k8s.io/kube-openapi v0.0.0-20201113171705-d219536bb9fd/go.mod h1:WOJ3KddDSol4tAGcJo0Tvi+dK12EcqSLqcWsryKMpfM=
k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 h1:+70TFaan3hfJzs+7VK2o+OGxg8HsuBr/5f6tVAjDu6E=
k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280/go.mod h1:+Axhij7bCpeqhklhUTe3xmOn6bWxolyZEeyaFpjGtl4=
k8s.io/kubectl v0.26.0-rc.0 h1:Ux/1Rtkbvjy3xB4P2rvEffrIwANiwf2HOa2p4quxGLc=
k8s.io/kubectl v0.26.0-rc.0/go.mod h1:dU79/ZIhUMEwPcliBzHrom0EUOkSD9MKFJbPTOmurE4=
k8s.io/kubelet v0.26.0-rc.0 h1:9Qkt4L59N3ILv+XQAiX0IfY3dP03S7amfopNlxMjcpk=
k8s.io/kubelet v0.26.0-rc.0/go.mod h1:FrDhUftT4lH5dcYDW8L2KZ5q7YsS4HQM63Ky4c/0Q5U=
k8s.io/kubectl v0.26.0-rc.1 h1:LaE75aS+upM5K/D7S7Mpcfk/vl2t1K/6LpBGOctzuPU=
k8s.io/kubectl v0.26.0-rc.1/go.mod h1:TnkGDS//yBrsiCVf1V3i8GkCPwk4wYfi0BB0FubuW2U=
k8s.io/kubelet v0.26.0-rc.1 h1:3B/DejICvI9krOuruFnuLyFbsFyEIJymEyBZ2X5uu2s=
k8s.io/kubelet v0.26.0-rc.1/go.mod h1:XPAZTwKsKJuo/xKBOKhR6adIt2/8bhOh200MGhnzgEw=
k8s.io/kubernetes v1.13.0/go.mod h1:ocZa8+6APFNC2tX1DZASIbocyYT5jHzqFVsY5aoB7Jk=
k8s.io/utils v0.0.0-20201110183641-67b214c5f920/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA=
k8s.io/utils v0.0.0-20221107191617-1a15be271d1d h1:0Smp/HP1OH4Rvhe+4B8nWGERtlqAGSftbSbbmm45oFs=
Expand Down
2 changes: 1 addition & 1 deletion hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Refer to the docs at https://www.talos.dev/v1.3/talos-guides/install/single-boar
[notes.updates]
title = "Component Updates"
description="""\
* Kubernetes: v1.26.0-rc.0
* Kubernetes: v1.26.0-rc.1
* Flannel: v0.20.2
* CoreDNS: v1.10.0
* etcd: v3.5.6
Expand Down
2 changes: 1 addition & 1 deletion hack/test/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export TALOS_VERSION=v1.1
# Kubernetes

export KUBECONFIG="${TMP}/kubeconfig"
export KUBERNETES_VERSION=${KUBERNETES_VERSION:-1.26.0-rc.0}
export KUBERNETES_VERSION=${KUBERNETES_VERSION:-1.26.0-rc.1}

export NAME_PREFIX="talos-e2e-${SHA}-${PLATFORM}"
export TIMEOUT=1200
Expand Down
2 changes: 1 addition & 1 deletion pkg/machinery/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ const (
SeccompProfilesDirectory = "/var/lib/kubelet/seccomp/profiles"

// DefaultKubernetesVersion is the default target version of the control plane.
DefaultKubernetesVersion = "1.26.0-rc.0"
DefaultKubernetesVersion = "1.26.0-rc.1"

// DefaultControlPlanePort is the default port to use for the control plane.
DefaultControlPlanePort = 6443
Expand Down
4 changes: 2 additions & 2 deletions website/content/v1.3/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ no_list: true
linkTitle: "Documentation"
cascade:
type: docs
lastRelease: v1.3.0-alpha.1
kubernetesRelease: "1.26.0-rc.0"
lastRelease: v1.3.0-beta.0
kubernetesRelease: "1.26.0-rc.1"
prevKubernetesRelease: "1.25.3"
theilaRelease: "v0.2.1"
nvidiaContainerToolkitRelease: "v1.10.0"
Expand Down
6 changes: 3 additions & 3 deletions website/content/v1.3/reference/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ talosctl cluster create [flags]
--ipv4 enable IPv4 network in the cluster (default true)
--ipv6 enable IPv6 network in the cluster (QEMU provisioner only)
--iso-path string the ISO path to use for the initial boot (VM only)
--kubernetes-version string desired kubernetes version to run (default "1.26.0-rc.0")
--kubernetes-version string desired kubernetes version to run (default "1.26.0-rc.1")
--memory int the limit on memory usage in MB (each control plane/VM) (default 2048)
--memory-workers int the limit on memory usage in MB (each worker/VM) (default 2048)
--mtu int MTU of the cluster network (default 1500)
Expand Down Expand Up @@ -1135,7 +1135,7 @@ talosctl gen config <cluster name> <cluster endpoint> [flags]
-h, --help help for config
--install-disk string the disk to install to (default "/dev/sda")
--install-image string the image used to perform an installation (default "ghcr.io/siderolabs/installer:latest")
--kubernetes-version string desired kubernetes version to run (default "1.26.0-rc.0")
--kubernetes-version string desired kubernetes version to run (default "1.26.0-rc.1")
-o, --output-dir string destination to output generated files
-p, --persist the desired persist value for configs (default true)
--registry-mirror strings list of registry mirrors to use in format: <registry host>=<mirror URL>
Expand Down Expand Up @@ -2246,7 +2246,7 @@ talosctl upgrade-k8s [flags]
--endpoint string the cluster control plane endpoint
--from string the Kubernetes control plane version to upgrade from
-h, --help help for upgrade-k8s
--to string the Kubernetes control plane version to upgrade to (default "1.26.0-rc.0")
--to string the Kubernetes control plane version to upgrade to (default "1.26.0-rc.1")
--upgrade-kubelet upgrade kubelet service (default true)
```

Expand Down
30 changes: 15 additions & 15 deletions website/content/v1.3/reference/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ controlPlane:
{{< /highlight >}}</details> | |
|`kubelet` |<a href="#kubeletconfig">KubeletConfig</a> |Used to provide additional options to the kubelet. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
kubelet:
image: ghcr.io/siderolabs/kubelet:v1.26.0-rc.0 # The `image` field is an optional reference to an alternative kubelet image.
image: ghcr.io/siderolabs/kubelet:v1.26.0-rc.1 # The `image` field is an optional reference to an alternative kubelet image.
# The `extraArgs` field is used to provide additional flags to the kubelet.
extraArgs:
feature-gates: ServerSideApply=true
Expand Down Expand Up @@ -509,7 +509,7 @@ serviceAccount:
{{< /highlight >}}</details> | |
|`apiServer` |<a href="#apiserverconfig">APIServerConfig</a> |API server specific configuration options. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
apiServer:
image: registry.k8s.io/kube-apiserver:v1.26.0-rc.0 # The container image used in the API server manifest.
image: registry.k8s.io/kube-apiserver:v1.26.0-rc.1 # The container image used in the API server manifest.
# Extra arguments to supply to the API server.
extraArgs:
feature-gates: ServerSideApply=true
Expand Down Expand Up @@ -548,14 +548,14 @@ apiServer:
{{< /highlight >}}</details> | |
|`controllerManager` |<a href="#controllermanagerconfig">ControllerManagerConfig</a> |Controller manager server specific configuration options. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
controllerManager:
image: registry.k8s.io/kube-controller-manager:v1.26.0-rc.0 # The container image used in the controller manager manifest.
image: registry.k8s.io/kube-controller-manager:v1.26.0-rc.1 # The container image used in the controller manager manifest.
# Extra arguments to supply to the controller manager.
extraArgs:
feature-gates: ServerSideApply=true
{{< /highlight >}}</details> | |
|`proxy` |<a href="#proxyconfig">ProxyConfig</a> |Kube-proxy server-specific configuration options <details><summary>Show example(s)</summary>{{< highlight yaml >}}
proxy:
image: registry.k8s.io/kube-proxy:v1.26.0-rc.0 # The container image used in the kube-proxy manifest.
image: registry.k8s.io/kube-proxy:v1.26.0-rc.1 # The container image used in the kube-proxy manifest.
mode: ipvs # proxy mode of kube-proxy.
# Extra arguments to supply to kube-proxy.
extraArgs:
Expand All @@ -566,7 +566,7 @@ proxy:
{{< /highlight >}}</details> | |
|`scheduler` |<a href="#schedulerconfig">SchedulerConfig</a> |Scheduler server specific configuration options. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
scheduler:
image: registry.k8s.io/kube-scheduler:v1.26.0-rc.0 # The container image used in the scheduler manifest.
image: registry.k8s.io/kube-scheduler:v1.26.0-rc.1 # The container image used in the scheduler manifest.
# Extra arguments to supply to the scheduler.
extraArgs:
feature-gates: AllBeta=true
Expand Down Expand Up @@ -731,7 +731,7 @@ Appears in:


{{< highlight yaml >}}
image: ghcr.io/siderolabs/kubelet:v1.26.0-rc.0 # The `image` field is an optional reference to an alternative kubelet image.
image: ghcr.io/siderolabs/kubelet:v1.26.0-rc.1 # The `image` field is an optional reference to an alternative kubelet image.
# The `extraArgs` field is used to provide additional flags to the kubelet.
extraArgs:
feature-gates: ServerSideApply=true
Expand Down Expand Up @@ -768,7 +768,7 @@ extraArgs:
| Field | Type | Description | Value(s) |
|-------|------|-------------|----------|
|`image` |string |The `image` field is an optional reference to an alternative kubelet image. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
image: ghcr.io/siderolabs/kubelet:v1.26.0-rc.0
image: ghcr.io/siderolabs/kubelet:v1.26.0-rc.1
{{< /highlight >}}</details> | |
|`clusterDNS` |[]string |The `ClusterDNS` field is an optional reference to an alternative kubelet clusterDNS ip list. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
clusterDNS:
Expand Down Expand Up @@ -1366,7 +1366,7 @@ Appears in:


{{< highlight yaml >}}
image: registry.k8s.io/kube-apiserver:v1.26.0-rc.0 # The container image used in the API server manifest.
image: registry.k8s.io/kube-apiserver:v1.26.0-rc.1 # The container image used in the API server manifest.
# Extra arguments to supply to the API server.
extraArgs:
feature-gates: ServerSideApply=true
Expand Down Expand Up @@ -1408,7 +1408,7 @@ certSANs:
| Field | Type | Description | Value(s) |
|-------|------|-------------|----------|
|`image` |string |The container image used in the API server manifest. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
image: registry.k8s.io/kube-apiserver:v1.26.0-rc.0
image: registry.k8s.io/kube-apiserver:v1.26.0-rc.1
{{< /highlight >}}</details> | |
|`extraArgs` |map[string]string |Extra arguments to supply to the API server. | |
|`extraVolumes` |[]<a href="#volumemountconfig">VolumeMountConfig</a> |Extra volumes to mount to the API server static pod. | |
Expand Down Expand Up @@ -1494,7 +1494,7 @@ Appears in:


{{< highlight yaml >}}
image: registry.k8s.io/kube-controller-manager:v1.26.0-rc.0 # The container image used in the controller manager manifest.
image: registry.k8s.io/kube-controller-manager:v1.26.0-rc.1 # The container image used in the controller manager manifest.
# Extra arguments to supply to the controller manager.
extraArgs:
feature-gates: ServerSideApply=true
Expand All @@ -1504,7 +1504,7 @@ extraArgs:
| Field | Type | Description | Value(s) |
|-------|------|-------------|----------|
|`image` |string |The container image used in the controller manager manifest. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
image: registry.k8s.io/kube-controller-manager:v1.26.0-rc.0
image: registry.k8s.io/kube-controller-manager:v1.26.0-rc.1
{{< /highlight >}}</details> | |
|`extraArgs` |map[string]string |Extra arguments to supply to the controller manager. | |
|`extraVolumes` |[]<a href="#volumemountconfig">VolumeMountConfig</a> |Extra volumes to mount to the controller manager static pod. | |
Expand All @@ -1523,7 +1523,7 @@ Appears in:


{{< highlight yaml >}}
image: registry.k8s.io/kube-proxy:v1.26.0-rc.0 # The container image used in the kube-proxy manifest.
image: registry.k8s.io/kube-proxy:v1.26.0-rc.1 # The container image used in the kube-proxy manifest.
mode: ipvs # proxy mode of kube-proxy.
# Extra arguments to supply to kube-proxy.
extraArgs:
Expand All @@ -1540,7 +1540,7 @@ extraArgs:
disabled: false
{{< /highlight >}}</details> | |
|`image` |string |The container image used in the kube-proxy manifest. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
image: registry.k8s.io/kube-proxy:v1.26.0-rc.0
image: registry.k8s.io/kube-proxy:v1.26.0-rc.1
{{< /highlight >}}</details> | |
|`mode` |string |<details><summary>proxy mode of kube-proxy.</summary>The default is 'iptables'.</details> | |
|`extraArgs` |map[string]string |Extra arguments to supply to kube-proxy. | |
Expand All @@ -1558,7 +1558,7 @@ Appears in:


{{< highlight yaml >}}
image: registry.k8s.io/kube-scheduler:v1.26.0-rc.0 # The container image used in the scheduler manifest.
image: registry.k8s.io/kube-scheduler:v1.26.0-rc.1 # The container image used in the scheduler manifest.
# Extra arguments to supply to the scheduler.
extraArgs:
feature-gates: AllBeta=true
Expand All @@ -1568,7 +1568,7 @@ extraArgs:
| Field | Type | Description | Value(s) |
|-------|------|-------------|----------|
|`image` |string |The container image used in the scheduler manifest. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
image: registry.k8s.io/kube-scheduler:v1.26.0-rc.0
image: registry.k8s.io/kube-scheduler:v1.26.0-rc.1
{{< /highlight >}}</details> | |
|`extraArgs` |map[string]string |Extra arguments to supply to the scheduler. | |
|`extraVolumes` |[]<a href="#volumemountconfig">VolumeMountConfig</a> |Extra volumes to mount to the scheduler static pod. | |
Expand Down

0 comments on commit 38e57bd

Please sign in to comment.