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
command.Flags().String("local-path", "kubeconfig", "Local path to save the kubeconfig file")
43
43
command.Flags().String("context", "default", "Set the name of the kubeconfig context.")
44
44
command.Flags().String("k3s-extra-args", "", "Optional extra arguments to pass to k3s installer, wrapped in quotes (e.g. --k3s-extra-args '--no-deploy servicelb')")
45
+
command.Flags().Bool("no-extras", false, `Disable "servicelb" and "traefik"`)
46
+
45
47
command.Flags().Bool("ipsec", false, "Enforces and/or activates optional extra argument for k3s: flannel-backend option: ipsec")
46
-
command.Flags().Bool("merge", false, "Merge the config with existing kubeconfig if it already exists.\nProvide the --local-path flag with --merge if a kubeconfig already exists in some other directory")
48
+
command.Flags().Bool("merge", false, `Merge the config with existing kubeconfig if it already exists.
49
+
Provide the --local-path flag with --merge if a kubeconfig already exists in some other directory`)
47
50
command.Flags().String("k3s-version", config.K3sVersion, "Optional version to install, pinned at a default")
48
51
49
52
command.Flags().Bool("local", false, "Perform a local install without using ssh")
0 commit comments