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
Copy file name to clipboardExpand all lines: website/content/v1.12/reference/cli.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,7 +134,7 @@ talosctl cluster create dev [flags]
134
134
--bad-rtc launch VM with bad RTC state
135
135
--cidr string CIDR of the cluster network (IPv4, ULA network for IPv6 is derived in automated way) (default "10.5.0.0/24")
136
136
--cni-bin-path strings search path for CNI binaries (default [/home/user/.talos/cni/bin])
137
-
--cni-bundle-url string URL to download CNI bundle from (default "https://github.com/siderolabs/talos/releases/download/v1.12.4-dirty/talosctl-cni-bundle-${ARCH}.tar.gz")
137
+
--cni-bundle-url string URL to download CNI bundle from (default "https://github.com/siderolabs/talos/releases/download/v1.12.4/talosctl-cni-bundle-${ARCH}.tar.gz")
--config-injection-method string a method to inject machine config: default is HTTP server, 'metal-iso' to mount an ISO
@@ -346,7 +346,7 @@ talosctl cluster create dev [flags]
346
346
--bad-rtc launch VM with bad RTC state
347
347
--cidr string CIDR of the cluster network (IPv4, ULA network for IPv6 is derived in automated way) (default "10.5.0.0/24")
348
348
--cni-bin-path strings search path for CNI binaries (default [/home/user/.talos/cni/bin])
349
-
--cni-bundle-url string URL to download CNI bundle from (default "https://github.com/siderolabs/talos/releases/download/v1.12.4-dirty/talosctl-cni-bundle-${ARCH}.tar.gz")
349
+
--cni-bundle-url string URL to download CNI bundle from (default "https://github.com/siderolabs/talos/releases/download/v1.12.4/talosctl-cni-bundle-${ARCH}.tar.gz")
image: registry.k8s.io/etcd:v3.6.7 # The container image used to create the etcd service.
1217
+
image: registry.k8s.io/etcd:v3.6.8 # The container image used to create the etcd service.
1218
1218
# The `ca` is the root certificate authority of the PKI.
1219
1219
ca:
1220
1220
crt: LS0tIEVYQU1QTEUgQ0VSVElGSUNBVEUgLS0t
@@ -1998,7 +1998,7 @@ EtcdConfig represents the etcd configuration options.
1998
1998
{{< highlight yaml >}}
1999
1999
cluster:
2000
2000
etcd:
2001
-
image: registry.k8s.io/etcd:v3.6.7 # The container image used to create the etcd service.
2001
+
image: registry.k8s.io/etcd:v3.6.8 # The container image used to create the etcd service.
2002
2002
# The `ca` is the root certificate authority of the PKI.
2003
2003
ca:
2004
2004
crt: LS0tIEVYQU1QTEUgQ0VSVElGSUNBVEUgLS0t
@@ -2016,7 +2016,7 @@ cluster:
2016
2016
| Field | Type | Description | Value(s) |
2017
2017
|-------|------|-------------|----------|
2018
2018
|`image` |string |The container image used to create the etcd service. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
2019
-
image: registry.k8s.io/etcd:v3.6.7
2019
+
image: registry.k8s.io/etcd:v3.6.8
2020
2020
{{< /highlight >}}</details> | |
2021
2021
|`ca` |PEMEncodedCertificateAndKey |The `ca` is the root certificate authority of the PKI.<br>It is composed of a base64 encoded `crt` and `key`. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
0 commit comments