add issue to todo comment

pull/7345/head
Sharif Elgamal 2020-04-01 17:35:41 -07:00
parent 4df145518a
commit 0357c89ee5
1 changed files with 1 additions and 1 deletions

View File

@ -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.")