Merge pull request #174 from rancher/remove-disable-gitops

Remove mentions to `--disable-gitops` in 0.10+
This commit is contained in:
Mario Manno 2024-09-06 10:29:15 +02:00 committed by GitHub
commit 81f3182c02
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 0 additions and 4 deletions

View File

@ -15,7 +15,6 @@ fleetcontroller [flags]
```
--debug Turn on debug logging
--debug-level int If debugging is enabled, set klog -v=X
--disable-gitops disable gitops components
--disable-metrics disable metrics
-h, --help help for fleetcontroller
--kubeconfig string Paths to a kubeconfig. Only required if out-of-cluster.

View File

@ -28,7 +28,6 @@ fleetcontroller gitjob [flags]
### Options inherited from parent commands
```
--disable-gitops disable gitops components
--disable-metrics disable metrics
--shard-id string only manage resources labeled with a specific shard ID
```

View File

@ -15,7 +15,6 @@ fleetcontroller [flags]
```
--debug Turn on debug logging
--debug-level int If debugging is enabled, set klog -v=X
--disable-gitops disable gitops components
--disable-metrics disable metrics
-h, --help help for fleetcontroller
--kubeconfig string Paths to a kubeconfig. Only required if out-of-cluster.

View File

@ -27,7 +27,6 @@ fleetcontroller gitjob [flags]
### Options inherited from parent commands
```
--disable-gitops disable gitops components
--disable-metrics disable metrics
--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