Skip to content

Commit

Permalink
Add more description in node add --worker option
Browse files Browse the repository at this point in the history
- Add missing changes in node.md file
  • Loading branch information
kimsehwan96 committed Nov 29, 2023
1 parent f636aa1 commit ad73f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/en/docs/commands/node.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ minikube node add [flags]
```
--control-plane This flag is currently unsupported.
--delete-on-failure If set, delete the current cluster if start fails and try again. Defaults to false.
--worker If true, the added node will be marked for work. Defaults to true. (default true)
--worker If true, the added node will be marked for work. (default true) Always true even if you set this flag to false due to adding control plane nodes feature is not supported yet
```

### Options inherited from parent commands
Expand Down

0 comments on commit ad73f3c

Please sign in to comment.