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
* Bump flake to a compatible golang version
Signed-off-by: Devon Stewart <blast@hardchee.se>
* nix flake update
Signed-off-by: Devon Stewart <blast@hardchee.se>
* Add gotools to ensure we have goimports
Signed-off-by: Devon Stewart <blast@hardchee.se>
* make fmt
Signed-off-by: Devon Stewart <blast@hardchee.se>
* Clarify drifted arg name
Signed-off-by: Devon Stewart <blast@hardchee.se>
* Thread .kubernetes.listenPort through to install functions
Signed-off-by: Devon Stewart <blast@hardchee.se>
---------
Signed-off-by: Devon Stewart <blast@hardchee.se>
Co-authored-by: Devon Stewart <blast@hardchee.se>
Copy file name to clipboardExpand all lines: cmd/start.go
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -234,6 +234,7 @@ func init() {
234
234
startCmd.Flags().StringVar(&startCmdArgs.Kubernetes.Version, "kubernetes-version", defaultKubernetesVersion, "must match a k3s version https://github.com/k3s-io/k3s/releases")
235
235
startCmd.Flags().StringSliceVar(&startCmdArgs.Flags.LegacyKubernetesDisable, "kubernetes-disable", nil, "components to disable for k3s e.g. traefik,servicelb")
236
236
startCmd.Flags().StringSliceVar(&startCmdArgs.Kubernetes.K3sArgs, "k3s-arg", defaultK3sArgs, "additional args to pass to k3s")
237
+
startCmd.Flags().IntVar(&startCmdArgs.Kubernetes.Port, "k3s-listen-port", 0, "k3s server listen port")
0 commit comments