feat: update Kubernetes to 1.31.0-rc.1
See https://github.com/kubernetes/kubernetes/releases/tag/v1.31.0-rc.1 Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
This commit is contained in:
parent
49831c56fb
commit
c9f1dece5d
2
Makefile
2
Makefile
@ -91,7 +91,7 @@ TALOSCTL_EXECUTABLE := $(PWD)/$(ARTIFACTS)/$(TALOSCTL_DEFAULT_TARGET)-$(ARCH)
|
||||
INTEGRATION_TEST_DEFAULT_TARGET := integration-test-$(OPERATING_SYSTEM)
|
||||
INTEGRATION_TEST_PROVISION_DEFAULT_TARGET := integration-test-provision-$(OPERATING_SYSTEM)
|
||||
# renovate: datasource=github-releases depName=kubernetes/kubernetes
|
||||
KUBECTL_VERSION ?= v1.31.0-rc.0
|
||||
KUBECTL_VERSION ?= v1.31.0-rc.1
|
||||
# renovate: datasource=github-releases depName=kastenhq/kubestr
|
||||
KUBESTR_VERSION ?= v0.4.44
|
||||
# renovate: datasource=github-releases depName=helm/helm
|
||||
|
22
go.mod
22
go.mod
@ -28,16 +28,16 @@ replace (
|
||||
|
||||
// Kubernetes dependencies sharing the same version.
|
||||
require (
|
||||
k8s.io/api v0.31.0-rc.0
|
||||
k8s.io/apimachinery v0.31.0-rc.0
|
||||
k8s.io/apiserver v0.31.0-rc.0
|
||||
k8s.io/client-go v0.31.0-rc.0
|
||||
k8s.io/component-base v0.31.0-rc.0
|
||||
k8s.io/cri-api v0.31.0-rc.0
|
||||
k8s.io/kube-scheduler v0.31.0-rc.0
|
||||
k8s.io/kubectl v0.31.0-rc.0
|
||||
k8s.io/kubelet v0.31.0-rc.0
|
||||
k8s.io/pod-security-admission v0.31.0-rc.0
|
||||
k8s.io/api v0.31.0-rc.1
|
||||
k8s.io/apimachinery v0.31.0-rc.1
|
||||
k8s.io/apiserver v0.31.0-rc.1
|
||||
k8s.io/client-go v0.31.0-rc.1
|
||||
k8s.io/component-base v0.31.0-rc.1
|
||||
k8s.io/cri-api v0.31.0-rc.1
|
||||
k8s.io/kube-scheduler v0.31.0-rc.1
|
||||
k8s.io/kubectl v0.31.0-rc.1
|
||||
k8s.io/kubelet v0.31.0-rc.1
|
||||
k8s.io/pod-security-admission v0.31.0-rc.1
|
||||
)
|
||||
|
||||
require (
|
||||
@ -347,7 +347,7 @@ require (
|
||||
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
|
||||
gopkg.in/inf.v0 v0.9.1 // indirect
|
||||
gopkg.in/yaml.v2 v2.4.0 // indirect
|
||||
k8s.io/cli-runtime v0.31.0-rc.0 // indirect
|
||||
k8s.io/cli-runtime v0.31.0-rc.1 // indirect
|
||||
k8s.io/kube-openapi v0.0.0-20240703190633-0aa61b46e8c2 // indirect
|
||||
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
|
||||
kernel.org/pub/linux/libs/security/libcap/psx v1.2.70 // indirect
|
||||
|
44
go.sum
44
go.sum
@ -1028,32 +1028,32 @@ gvisor.dev/gvisor v0.0.0-20240331093104-8c9cbf0d9090/go.mod h1:NQHVAzMwvZ+Qe3ElS
|
||||
honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
|
||||
honnef.co/go/tools v0.0.0-20190418001031-e561f6794a2a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
|
||||
honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
|
||||
k8s.io/api v0.31.0-rc.0 h1:R+jdJGdcV5EQ9hpMR4BhrOmVrCk+fcU1b8tnwSS/DwE=
|
||||
k8s.io/api v0.31.0-rc.0/go.mod h1:wb5Wz7B/Mz9Ri/aK+v7XFuePDh6OiZ0aCX6Yb9f/EAE=
|
||||
k8s.io/apimachinery v0.31.0-rc.0 h1:8guKYtBUM/ZEvvQoWfm3hl/NEj+1eVhuSnSpDHheJmw=
|
||||
k8s.io/apimachinery v0.31.0-rc.0/go.mod h1:rsPdaZJfTfLsNJSQzNHQvYoTmxhoOEofxtOsF3rtsMo=
|
||||
k8s.io/apiserver v0.31.0-rc.0 h1:iS9B0njKDeaV3vGekb/YNnAV4ML+anqigd4X8tgshcw=
|
||||
k8s.io/apiserver v0.31.0-rc.0/go.mod h1:uA/E8++CAC/mYpEAoVFwF6Nm1MZrUy9CgKkyHFcc0fU=
|
||||
k8s.io/cli-runtime v0.31.0-rc.0 h1:Q3S/kxxeNw1ojuvnc5su4lgiYF5xFvIlZKVQ1wtD9F4=
|
||||
k8s.io/cli-runtime v0.31.0-rc.0/go.mod h1:oNsc0ZjiKnvtrKuH6+xYqkloZ3uSvlXPty1In9ihRx0=
|
||||
k8s.io/client-go v0.31.0-rc.0 h1:9ShcEasfMftGPmxfB8lo2QE63SWT+IEVMrFR7IuWkuI=
|
||||
k8s.io/client-go v0.31.0-rc.0/go.mod h1:dsCs0l4s2KrHxbbXcHviMhkMBd81uhRPZExRpN6ykgI=
|
||||
k8s.io/component-base v0.31.0-rc.0 h1:dPS5Pm17748Ur+h5u6G2679qBT3Vq9xDlq2TNsQL1Sk=
|
||||
k8s.io/component-base v0.31.0-rc.0/go.mod h1:LYJyURUhpbHK6ldqnTIPJdj9C83AqkgLhAazWv2k7Ec=
|
||||
k8s.io/cri-api v0.31.0-rc.0 h1:7b0NxCyP5xu9aPnp4kzzfYyNpd2AIkzTw7xFHbm7QX0=
|
||||
k8s.io/cri-api v0.31.0-rc.0/go.mod h1:Po3TMAYH/+KrZabi7QiwQI4a692oZcUOUThd/rqwxrI=
|
||||
k8s.io/api v0.31.0-rc.1 h1:ph2dq1aCz0s+Qa4wT//TMYgVFpYPdYLf1bOUeBL9mN0=
|
||||
k8s.io/api v0.31.0-rc.1/go.mod h1:PcQwrOI3pFXW19JtLyLqIwFC95rRJN1fakusa1HD0ZM=
|
||||
k8s.io/apimachinery v0.31.0-rc.1 h1:WDq9mGUrmrmgpnbzoSPK1QSrtpp2YE/gvZRjYMZytFY=
|
||||
k8s.io/apimachinery v0.31.0-rc.1/go.mod h1:rsPdaZJfTfLsNJSQzNHQvYoTmxhoOEofxtOsF3rtsMo=
|
||||
k8s.io/apiserver v0.31.0-rc.1 h1:haMKeieDUxA5Z8yQ1XMJ8Sm2O18EIDFoC0TLA04KBOg=
|
||||
k8s.io/apiserver v0.31.0-rc.1/go.mod h1:CdFvqtAIiWDfZl1LMixuXYGpttymfuopCol/F6AbxmI=
|
||||
k8s.io/cli-runtime v0.31.0-rc.1 h1:f3TtNfUFjG8AkN24Yhnx9E3Z/30ivzLKt0mdaNSNiz4=
|
||||
k8s.io/cli-runtime v0.31.0-rc.1/go.mod h1:OXkHhhJdJVHtPhjypvukoiXmxkRHRYqOOI+h8X/GNxM=
|
||||
k8s.io/client-go v0.31.0-rc.1 h1:EcCpZsDO3qdxhN6Gi1TD37Z1KOZhCXJIKU+knAHtMBM=
|
||||
k8s.io/client-go v0.31.0-rc.1/go.mod h1:d9mIuVK07FX6Mc4b+BFLedsdglgk0aoCGkHt4invDN0=
|
||||
k8s.io/component-base v0.31.0-rc.1 h1:MBTLTqo2/P0OHGOvUwaZBICPKMrylOllOV3e0REcD0U=
|
||||
k8s.io/component-base v0.31.0-rc.1/go.mod h1:YV7bvpvHLgCCzOW6geKYADukl7yZuOMbObetd45kTQE=
|
||||
k8s.io/cri-api v0.31.0-rc.1 h1:Dn8iLF6ur+S9kEVItjwxWErtbe38ng+AEtoA/dziZRo=
|
||||
k8s.io/cri-api v0.31.0-rc.1/go.mod h1:Po3TMAYH/+KrZabi7QiwQI4a692oZcUOUThd/rqwxrI=
|
||||
k8s.io/klog/v2 v2.130.1 h1:n9Xl7H1Xvksem4KFG4PYbdQCQxqc/tTUyrgXaOhHSzk=
|
||||
k8s.io/klog/v2 v2.130.1/go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE=
|
||||
k8s.io/kube-openapi v0.0.0-20240703190633-0aa61b46e8c2 h1:T5TEV4a+pEjc+j9Xui3MGGeoDLIN6uzZrx8NYotFMgQ=
|
||||
k8s.io/kube-openapi v0.0.0-20240703190633-0aa61b46e8c2/go.mod h1:UxDHUPsUwTOOxSU+oXURfFBcAS6JwiRXTYqYwfuGowc=
|
||||
k8s.io/kube-scheduler v0.31.0-rc.0 h1:IA6pi8Ig53Euvru/0Z38QC6tPB/wPxTK5Ix/J3BUJdk=
|
||||
k8s.io/kube-scheduler v0.31.0-rc.0/go.mod h1:2USFbytxIcLf+U0OQ7e1eeB/JBaZFR88yRQOVScfJDY=
|
||||
k8s.io/kubectl v0.31.0-rc.0 h1:1xbgXAKoHX6T30lJ9CHyId+qFYioKbgMOPxQGnlAb14=
|
||||
k8s.io/kubectl v0.31.0-rc.0/go.mod h1:jJHXIrh7Zs7ECE9+2yD067Aalgp+dzcResDmvsUwLmg=
|
||||
k8s.io/kubelet v0.31.0-rc.0 h1:Z59TQMku2YD3G1zewjRsWULtNUn6YwlMyBhFp8GVGO0=
|
||||
k8s.io/kubelet v0.31.0-rc.0/go.mod h1:JKdK0xvJcFarPkpQxhVQyeH9zzGqjpNgMVeVIet6x74=
|
||||
k8s.io/pod-security-admission v0.31.0-rc.0 h1:LOQGbt80vZeNEKBYiJJXRUqM/hOCrpaKBOZ5dgQlzrE=
|
||||
k8s.io/pod-security-admission v0.31.0-rc.0/go.mod h1:KXrJgRSMDCqG1dOUQLKowymfscnJKPlvQp2x7rJKNNw=
|
||||
k8s.io/kube-scheduler v0.31.0-rc.1 h1:Di5pKjji2K9ZwOapoUrIo1++Z0QF4Q8CReQz23Pn4Pk=
|
||||
k8s.io/kube-scheduler v0.31.0-rc.1/go.mod h1:6nQAFI6inOje4+nGYXsC0lYto2gDoFCkXEULhf07Nw0=
|
||||
k8s.io/kubectl v0.31.0-rc.1 h1:CM2DaUP1PvmS/5TmWXo6lu3NJYX2Rgn4gQFB6ePkU1w=
|
||||
k8s.io/kubectl v0.31.0-rc.1/go.mod h1:bSUfRzcGRrTkDh3zkNAQkWOBGUfxlbXaJF0fNFdlj2s=
|
||||
k8s.io/kubelet v0.31.0-rc.1 h1:QeCe5j/dvh/PBciYZVuuuu5uib3BrM8+dLsk06Yr7uc=
|
||||
k8s.io/kubelet v0.31.0-rc.1/go.mod h1:0NxK7iaGS34mxge9Et1S8PiVvoys4rNbYfE0+AMKD6M=
|
||||
k8s.io/pod-security-admission v0.31.0-rc.1 h1:kOgl0++fpsuWe6V7TT8HHyXelIuSabF+FaS4lpa7CRQ=
|
||||
k8s.io/pod-security-admission v0.31.0-rc.1/go.mod h1:hERW/y0fgG/Xdsim6Qad0QOS7LzWdV4oWSXIw10FbJA=
|
||||
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 h1:pUdcCO1Lk/tbT5ztQWOBi5HBgbBP1J8+AsQnQCKsi8A=
|
||||
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
|
||||
kernel.org/pub/linux/libs/security/libcap/cap v1.2.70 h1:QnLPkuDWWbD5C+3DUA2IUXai5TK6w2zff+MAGccqdsw=
|
||||
|
@ -39,7 +39,7 @@ export TALOS_VERSION
|
||||
# Kubernetes
|
||||
|
||||
export KUBECONFIG="${TMP}/kubeconfig"
|
||||
export KUBERNETES_VERSION=${KUBERNETES_VERSION:-1.31.0-rc.0}
|
||||
export KUBERNETES_VERSION=${KUBERNETES_VERSION:-1.31.0-rc.1}
|
||||
|
||||
export NAME_PREFIX="talos-e2e-${SHA}-${PLATFORM}"
|
||||
export TIMEOUT=1200
|
||||
|
@ -342,7 +342,7 @@ const (
|
||||
|
||||
// DefaultKubernetesVersion is the default target version of the control plane.
|
||||
// renovate: datasource=github-releases depName=kubernetes/kubernetes
|
||||
DefaultKubernetesVersion = "1.31.0-rc.0"
|
||||
DefaultKubernetesVersion = "1.31.0-rc.1"
|
||||
|
||||
// SupportedKubernetesVersions is the number of Kubernetes versions supported by Talos starting from DefaultKubernesVersion going backwards.
|
||||
SupportedKubernetesVersions = 6
|
||||
|
@ -6,7 +6,7 @@ images: ["images/talos-dev-banner.png"]
|
||||
cascade:
|
||||
type: docs
|
||||
lastRelease: v1.8.0-alpha.0
|
||||
kubernetesRelease: "1.31.0-rc.0"
|
||||
kubernetesRelease: "1.31.0-rc.1"
|
||||
prevKubernetesRelease: "1.30.0"
|
||||
nvidiaContainerToolkitRelease: "v1.14.5"
|
||||
nvidiaDriverRelease: "535.129.03"
|
||||
|
@ -136,7 +136,7 @@ talosctl cluster create [flags]
|
||||
--ipxe-boot-script string iPXE boot script (URL) to use
|
||||
--iso-path string the ISO path to use for the initial boot (VM only)
|
||||
--kubeprism-port int KubePrism port (set to 0 to disable) (default 7445)
|
||||
--kubernetes-version string desired kubernetes version to run (default "1.31.0-rc.0")
|
||||
--kubernetes-version string desired kubernetes version to run (default "1.31.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)
|
||||
@ -1335,7 +1335,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.31.0-rc.0")
|
||||
--kubernetes-version string desired kubernetes version to run (default "1.31.0-rc.1")
|
||||
-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
|
||||
-t, --output-types strings types of outputs to be generated. valid types are: ["controlplane" "worker" "talosconfig"] (default [controlplane,worker,talosconfig])
|
||||
-p, --persist the desired persist value for configs (default true)
|
||||
@ -2949,7 +2949,7 @@ talosctl upgrade-k8s [flags]
|
||||
--pre-pull-images pre-pull images before upgrade (default true)
|
||||
--proxy-image string kube-proxy image to use (default "registry.k8s.io/kube-proxy")
|
||||
--scheduler-image string kube-scheduler image to use (default "registry.k8s.io/kube-scheduler")
|
||||
--to string the Kubernetes control plane version to upgrade to (default "1.31.0-rc.0")
|
||||
--to string the Kubernetes control plane version to upgrade to (default "1.31.0-rc.1")
|
||||
--upgrade-kubelet upgrade kubelet service (default true)
|
||||
--with-docs patch all machine configs adding the documentation for each field (default true)
|
||||
--with-examples patch all machine configs with the commented examples (default true)
|
||||
|
@ -90,7 +90,7 @@ controlPlane:
|
||||
{{< /highlight >}}</details> | |
|
||||
|`kubelet` |<a href="#Config.machine.kubelet">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.31.0-rc.0 # The `image` field is an optional reference to an alternative kubelet image.
|
||||
image: ghcr.io/siderolabs/kubelet:v1.31.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
|
||||
@ -503,7 +503,7 @@ KubeletConfig represents the kubelet config values.
|
||||
{{< highlight yaml >}}
|
||||
machine:
|
||||
kubelet:
|
||||
image: ghcr.io/siderolabs/kubelet:v1.31.0-rc.0 # The `image` field is an optional reference to an alternative kubelet image.
|
||||
image: ghcr.io/siderolabs/kubelet:v1.31.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
|
||||
@ -556,7 +556,7 @@ machine:
|
||||
| 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.31.0-rc.0
|
||||
image: ghcr.io/siderolabs/kubelet:v1.31.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:
|
||||
@ -2912,7 +2912,7 @@ serviceAccount:
|
||||
{{< /highlight >}}</details> | |
|
||||
|`apiServer` |<a href="#Config.cluster.apiServer">APIServerConfig</a> |API server specific configuration options. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
|
||||
apiServer:
|
||||
image: registry.k8s.io/kube-apiserver:v1.31.0-rc.0 # The container image used in the API server manifest.
|
||||
image: registry.k8s.io/kube-apiserver:v1.31.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
|
||||
@ -2951,14 +2951,14 @@ apiServer:
|
||||
{{< /highlight >}}</details> | |
|
||||
|`controllerManager` |<a href="#Config.cluster.controllerManager">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.31.0-rc.0 # The container image used in the controller manager manifest.
|
||||
image: registry.k8s.io/kube-controller-manager:v1.31.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="#Config.cluster.proxy">ProxyConfig</a> |Kube-proxy server-specific configuration options <details><summary>Show example(s)</summary>{{< highlight yaml >}}
|
||||
proxy:
|
||||
image: registry.k8s.io/kube-proxy:v1.31.0-rc.0 # The container image used in the kube-proxy manifest.
|
||||
image: registry.k8s.io/kube-proxy:v1.31.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:
|
||||
@ -2969,7 +2969,7 @@ proxy:
|
||||
{{< /highlight >}}</details> | |
|
||||
|`scheduler` |<a href="#Config.cluster.scheduler">SchedulerConfig</a> |Scheduler server specific configuration options. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
|
||||
scheduler:
|
||||
image: registry.k8s.io/kube-scheduler:v1.31.0-rc.0 # The container image used in the scheduler manifest.
|
||||
image: registry.k8s.io/kube-scheduler:v1.31.0-rc.1 # The container image used in the scheduler manifest.
|
||||
# Extra arguments to supply to the scheduler.
|
||||
extraArgs:
|
||||
feature-gates: AllBeta=true
|
||||
@ -3213,7 +3213,7 @@ APIServerConfig represents the kube apiserver configuration options.
|
||||
{{< highlight yaml >}}
|
||||
cluster:
|
||||
apiServer:
|
||||
image: registry.k8s.io/kube-apiserver:v1.31.0-rc.0 # The container image used in the API server manifest.
|
||||
image: registry.k8s.io/kube-apiserver:v1.31.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
|
||||
@ -3255,7 +3255,7 @@ cluster:
|
||||
| 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.31.0-rc.0
|
||||
image: registry.k8s.io/kube-apiserver:v1.31.0-rc.1
|
||||
{{< /highlight >}}</details> | |
|
||||
|`extraArgs` |map[string]string |Extra arguments to supply to the API server. | |
|
||||
|`extraVolumes` |<a href="#Config.cluster.apiServer.extraVolumes.">[]VolumeMountConfig</a> |Extra volumes to mount to the API server static pod. | |
|
||||
@ -3394,7 +3394,7 @@ ControllerManagerConfig represents the kube controller manager configuration opt
|
||||
{{< highlight yaml >}}
|
||||
cluster:
|
||||
controllerManager:
|
||||
image: registry.k8s.io/kube-controller-manager:v1.31.0-rc.0 # The container image used in the controller manager manifest.
|
||||
image: registry.k8s.io/kube-controller-manager:v1.31.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
|
||||
@ -3404,7 +3404,7 @@ cluster:
|
||||
| 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.31.0-rc.0
|
||||
image: registry.k8s.io/kube-controller-manager:v1.31.0-rc.1
|
||||
{{< /highlight >}}</details> | |
|
||||
|`extraArgs` |map[string]string |Extra arguments to supply to the controller manager. | |
|
||||
|`extraVolumes` |<a href="#Config.cluster.controllerManager.extraVolumes.">[]VolumeMountConfig</a> |Extra volumes to mount to the controller manager static pod. | |
|
||||
@ -3474,7 +3474,7 @@ ProxyConfig represents the kube proxy configuration options.
|
||||
{{< highlight yaml >}}
|
||||
cluster:
|
||||
proxy:
|
||||
image: registry.k8s.io/kube-proxy:v1.31.0-rc.0 # The container image used in the kube-proxy manifest.
|
||||
image: registry.k8s.io/kube-proxy:v1.31.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:
|
||||
@ -3491,7 +3491,7 @@ cluster:
|
||||
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.31.0-rc.0
|
||||
image: registry.k8s.io/kube-proxy:v1.31.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. | |
|
||||
@ -3510,7 +3510,7 @@ SchedulerConfig represents the kube scheduler configuration options.
|
||||
{{< highlight yaml >}}
|
||||
cluster:
|
||||
scheduler:
|
||||
image: registry.k8s.io/kube-scheduler:v1.31.0-rc.0 # The container image used in the scheduler manifest.
|
||||
image: registry.k8s.io/kube-scheduler:v1.31.0-rc.1 # The container image used in the scheduler manifest.
|
||||
# Extra arguments to supply to the scheduler.
|
||||
extraArgs:
|
||||
feature-gates: AllBeta=true
|
||||
@ -3520,7 +3520,7 @@ cluster:
|
||||
| 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.31.0-rc.0
|
||||
image: registry.k8s.io/kube-scheduler:v1.31.0-rc.1
|
||||
{{< /highlight >}}</details> | |
|
||||
|`extraArgs` |map[string]string |Extra arguments to supply to the scheduler. | |
|
||||
|`extraVolumes` |<a href="#Config.cluster.scheduler.extraVolumes.">[]VolumeMountConfig</a> |Extra volumes to mount to the scheduler static pod. | |
|
||||
|
Loading…
Reference in New Issue
Block a user