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
docs: add omni join token example to create qemu command
this will hopefully reduce confusion on what the flag value should look like
Signed-off-by: Orzelius <33936483+Orzelius@users.noreply.github.com>
(cherry picked from commit fc8ae32)
cmd.Flags().StringVar(bindAPIEndpoint, omniAPIEndpointFlagName, *bindAPIEndpoint, "the Omni API endpoint (must include a scheme, a port and a join token)")
Copy file name to clipboardExpand all lines: website/content/v1.12/reference/cli.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -181,7 +181,7 @@ talosctl cluster create dev [flags]
181
181
--mtu int MTU of the cluster network (default 1500)
182
182
--nameservers strings list of nameservers to use, by default use embedded DNS forwarder
183
183
--no-masquerade-cidrs strings list of CIDRs to exclude from NAT
184
-
--omni-api-endpoint string the Omni API endpoint (must include a scheme, a port and a join token)
184
+
--omni-api-endpoint string the Omni API endpoint (must include a scheme, a hostname and a join token, e.g. 'https://siderolink.omni.example?jointoken=foobar')
185
185
--registry-insecure-skip-verify strings list of registry hostnames to skip TLS verification for
186
186
--registry-mirror strings list of registry mirrors to use in format: <registry host>=<mirror URL>
187
187
--skip-injecting-config skip injecting config from embedded metadata server, write config files to current directory
--kubernetes-version string desired kubernetes version to run (default "1.35.0-rc.0")
307
307
--memory-controlplanes string(mb,gb) the limit on memory usage for each control plane/VM (default 2.0GiB)
308
308
--memory-workers string(mb,gb) the limit on memory usage for each worker/VM (default 2.0GiB)
309
-
--omni-api-endpoint string the Omni API endpoint (must include a scheme, a port and a join token)
309
+
--omni-api-endpoint string the Omni API endpoint (must include a scheme, a hostname and a join token, e.g. 'https://siderolink.omni.example?jointoken=foobar')
310
310
--presets strings list of presets to apply (default [iso])
311
311
--schematic-id string image factory schematic id (defaults to an empty schematic)
312
312
--talos-version string the desired talos version (default "latest")
0 commit comments