Add more description in minikube node add
option --worker
that adding a control plane feature is not supported
#17680
Labels
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
What Happened?
Hello, I tried to add more control plane node in my minikube cluster for testing HA architecture in K8s cluster and control plane and I found that there is
minikube node add
has option--control-plane
and--worker
.There is some description that
--control-plane
will not work as it describe--control-plane This flag is currently unsupported.
.But,
--worker
option's description isIf true, the added node will be marked for work. Defaults to true. (default true)
so I thoughtminikube node add --worker=false
would be worked to add control plane node however it wasn't !So I think add more description in that option will be more helpful such as
--worker If true, the added node will be marked for work. Defaults to true. Even if this flag is set false, control plane will not be added due to add control plane node is not yet supported
AS-IS
--worker If true, the added node will be marked for work. Defaults to true. (default true)
Attach the log file
Operating System
macOS (Default)
Driver
QEMU
The text was updated successfully, but these errors were encountered: