Skip to content

Commit

Permalink
add issue to todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sharifelgamal committed Apr 2, 2020
1 parent 4df1455 commit 0357c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/minikube/cmd/node_add.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ var nodeAddCmd = &cobra.Command{
}

func init() {
//We should figure out which minikube start flags to actually import
// TODO(https://github.com/kubernetes/minikube/issues/7366): We should figure out which minikube start flags to actually import
nodeAddCmd.Flags().BoolVar(&cp, "control-plane", false, "If true, the node added will also be a control plane in addition to a worker.")
nodeAddCmd.Flags().BoolVar(&worker, "worker", true, "If true, the added node will be marked for work. Defaults to true.")
nodeAddCmd.Flags().Bool(deleteOnFailure, false, "If set, delete the current cluster if start fails and try again. Defaults to false.")
Expand Down

0 comments on commit 0357c89

Please sign in to comment.