Merge pull request #174 from rancher/remove-disable-gitops
Remove mentions to `--disable-gitops` in 0.10+
This commit is contained in:
commit
81f3182c02
|
|
@ -15,7 +15,6 @@ fleetcontroller [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-gitops disable gitops components
|
|
||||||
--disable-metrics disable metrics
|
--disable-metrics disable metrics
|
||||||
-h, --help help for fleetcontroller
|
-h, --help help for fleetcontroller
|
||||||
--kubeconfig string Paths to a kubeconfig. Only required if out-of-cluster.
|
--kubeconfig string Paths to a kubeconfig. Only required if out-of-cluster.
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,6 @@ fleetcontroller gitjob [flags]
|
||||||
### Options inherited from parent commands
|
### Options inherited from parent commands
|
||||||
|
|
||||||
```
|
```
|
||||||
--disable-gitops disable gitops components
|
|
||||||
--disable-metrics disable metrics
|
--disable-metrics disable metrics
|
||||||
--shard-id string only manage resources labeled with a specific shard ID
|
--shard-id string only manage resources labeled with a specific shard ID
|
||||||
```
|
```
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,6 @@ fleetcontroller [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-gitops disable gitops components
|
|
||||||
--disable-metrics disable metrics
|
--disable-metrics disable metrics
|
||||||
-h, --help help for fleetcontroller
|
-h, --help help for fleetcontroller
|
||||||
--kubeconfig string Paths to a kubeconfig. Only required if out-of-cluster.
|
--kubeconfig string Paths to a kubeconfig. Only required if out-of-cluster.
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,6 @@ fleetcontroller gitjob [flags]
|
||||||
### Options inherited from parent commands
|
### Options inherited from parent commands
|
||||||
|
|
||||||
```
|
```
|
||||||
--disable-gitops disable gitops components
|
|
||||||
--disable-metrics disable metrics
|
--disable-metrics disable metrics
|
||||||
--shard-id string only manage resources labeled with a specific shard ID
|
--shard-id string only manage resources labeled with a specific shard ID
|
||||||
--shard-node-selector string node selector to apply to jobs based on the shard ID, if any
|
--shard-node-selector string node selector to apply to jobs based on the shard ID, if any
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue