Add --disable-bootstrap to CLI reference
This commit is contained in:
parent
352781379f
commit
4963df8fc3
|
|
@ -15,6 +15,7 @@ fleet-manager [flags]
|
||||||
```
|
```
|
||||||
--debug Turn on debug logging
|
--debug Turn on debug logging
|
||||||
--debug-level int If debugging is enabled, set klog -v=X
|
--debug-level int If debugging is enabled, set klog -v=X
|
||||||
|
--disable-bootstrap disable local cluster components
|
||||||
--disable-gitops disable gitops components
|
--disable-gitops disable gitops components
|
||||||
-h, --help help for fleet-manager
|
-h, --help help for fleet-manager
|
||||||
--kubeconfig string Kubeconfig file
|
--kubeconfig string Kubeconfig file
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue