You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--install-disk string the disk to install to (default "/dev/sda")
1137
1137
--install-image string the image used to perform an installation (default "ghcr.io/siderolabs/installer:latest")
1138
-
--kubernetes-version string desired kubernetes version to run (default "1.26.1")
1138
+
--kubernetes-version string desired kubernetes version to run (default "1.26.2")
1139
1139
-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
1140
1140
-t, --output-types strings types of outputs to be generated. valid types are: ["controlplane" "worker" "talosconfig"] (default [controlplane,worker,talosconfig])
1141
1141
-p, --persist the desired persist value for configs (default true)
Copy file name to clipboardExpand all lines: website/content/v1.3/reference/configuration.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ controlPlane:
102
102
{{< /highlight >}}</details> | |
103
103
|`kubelet` |<ahref="#kubeletconfig">KubeletConfig</a> |Used to provide additional options to the kubelet. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
104
104
kubelet:
105
-
image: ghcr.io/siderolabs/kubelet:v1.26.1 # The `image` field is an optional reference to an alternative kubelet image.
105
+
image: ghcr.io/siderolabs/kubelet:v1.26.2 # The `image` field is an optional reference to an alternative kubelet image.
106
106
# The `extraArgs` field is used to provide additional flags to the kubelet.
107
107
extraArgs:
108
108
feature-gates: ServerSideApply=true
@@ -509,7 +509,7 @@ serviceAccount:
509
509
{{< /highlight >}}</details> | |
510
510
|`apiServer` |<ahref="#apiserverconfig">APIServerConfig</a> |API server specific configuration options. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
511
511
apiServer:
512
-
image: registry.k8s.io/kube-apiserver:v1.26.1 # The container image used in the API server manifest.
512
+
image: registry.k8s.io/kube-apiserver:v1.26.2 # The container image used in the API server manifest.
513
513
# Extra arguments to supply to the API server.
514
514
extraArgs:
515
515
feature-gates: ServerSideApply=true
@@ -548,14 +548,14 @@ apiServer:
548
548
{{< /highlight >}}</details> | |
549
549
|`controllerManager` |<ahref="#controllermanagerconfig">ControllerManagerConfig</a> |Controller manager server specific configuration options. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
550
550
controllerManager:
551
-
image: registry.k8s.io/kube-controller-manager:v1.26.1 # The container image used in the controller manager manifest.
551
+
image: registry.k8s.io/kube-controller-manager:v1.26.2 # The container image used in the controller manager manifest.
552
552
# Extra arguments to supply to the controller manager.
image: registry.k8s.io/kube-proxy:v1.26.1 # The container image used in the kube-proxy manifest.
558
+
image: registry.k8s.io/kube-proxy:v1.26.2 # The container image used in the kube-proxy manifest.
559
559
mode: ipvs # proxy mode of kube-proxy.
560
560
# Extra arguments to supply to kube-proxy.
561
561
extraArgs:
@@ -566,7 +566,7 @@ proxy:
566
566
{{< /highlight >}}</details> | |
567
567
|`scheduler` |<ahref="#schedulerconfig">SchedulerConfig</a> |Scheduler server specific configuration options. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
568
568
scheduler:
569
-
image: registry.k8s.io/kube-scheduler:v1.26.1 # The container image used in the scheduler manifest.
569
+
image: registry.k8s.io/kube-scheduler:v1.26.2 # The container image used in the scheduler manifest.
570
570
# Extra arguments to supply to the scheduler.
571
571
extraArgs:
572
572
feature-gates: AllBeta=true
@@ -731,7 +731,7 @@ Appears in:
731
731
732
732
733
733
{{< highlight yaml >}}
734
-
image: ghcr.io/siderolabs/kubelet:v1.26.1 # The `image` field is an optional reference to an alternative kubelet image.
734
+
image: ghcr.io/siderolabs/kubelet:v1.26.2 # The `image` field is an optional reference to an alternative kubelet image.
735
735
# The `extraArgs` field is used to provide additional flags to the kubelet.
736
736
extraArgs:
737
737
feature-gates: ServerSideApply=true
@@ -768,7 +768,7 @@ extraArgs:
768
768
| Field | Type | Description | Value(s) |
769
769
|-------|------|-------------|----------|
770
770
|`image` |string |The `image` field is an optional reference to an alternative kubelet image. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
771
-
image: ghcr.io/siderolabs/kubelet:v1.26.1
771
+
image: ghcr.io/siderolabs/kubelet:v1.26.2
772
772
{{< /highlight >}}</details> | |
773
773
|`clusterDNS` |[]string |The `ClusterDNS` field is an optional reference to an alternative kubelet clusterDNS ip list. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
774
774
clusterDNS:
@@ -1366,7 +1366,7 @@ Appears in:
1366
1366
1367
1367
1368
1368
{{< highlight yaml >}}
1369
-
image: registry.k8s.io/kube-apiserver:v1.26.1 # The container image used in the API server manifest.
1369
+
image: registry.k8s.io/kube-apiserver:v1.26.2 # The container image used in the API server manifest.
1370
1370
# Extra arguments to supply to the API server.
1371
1371
extraArgs:
1372
1372
feature-gates: ServerSideApply=true
@@ -1408,7 +1408,7 @@ certSANs:
1408
1408
| Field | Type | Description | Value(s) |
1409
1409
|-------|------|-------------|----------|
1410
1410
|`image` |string |The container image used in the API server manifest. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
1411
-
image: registry.k8s.io/kube-apiserver:v1.26.1
1411
+
image: registry.k8s.io/kube-apiserver:v1.26.2
1412
1412
{{< /highlight >}}</details> | |
1413
1413
|`extraArgs`|map[string]string |Extra arguments to supply to the API server. ||
1414
1414
|`extraVolumes`|[]<ahref="#volumemountconfig">VolumeMountConfig</a> |Extra volumes to mount to the API server static pod. ||
@@ -1494,7 +1494,7 @@ Appears in:
1494
1494
1495
1495
1496
1496
{{< highlight yaml >}}
1497
-
image: registry.k8s.io/kube-controller-manager:v1.26.1 # The container image used in the controller manager manifest.
1497
+
image: registry.k8s.io/kube-controller-manager:v1.26.2 # The container image used in the controller manager manifest.
1498
1498
# Extra arguments to supply to the controller manager.
1499
1499
extraArgs:
1500
1500
feature-gates: ServerSideApply=true
@@ -1504,7 +1504,7 @@ extraArgs:
1504
1504
| Field | Type | Description | Value(s) |
1505
1505
|-------|------|-------------|----------|
1506
1506
|`image` |string |The container image used in the controller manager manifest. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
0 commit comments