-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
82 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 8 additions & 6 deletions
14
doc/cli/operator-sdk_alpha_olm_up.md → doc/cli/operator-sdk_alpha_cleanup.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,31 @@ | ||
## operator-sdk alpha olm up | ||
## operator-sdk alpha cleanup | ||
|
||
Deploy an operator using the Operator Lifecycle Manager | ||
Delete and clean up after a running Operator | ||
|
||
### Synopsis | ||
|
||
Deploy an operator using the Operator Lifecycle Manager | ||
Delete and clean up after a running Operator | ||
|
||
``` | ||
operator-sdk alpha olm up [flags] | ||
operator-sdk alpha cleanup [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
--force-registry Force deletion of the in-cluster registry. This option is a no-op on 'up'. | ||
-h, --help help for up | ||
-h, --help help for cleanup | ||
--include strings Path to Kubernetes resource manifests, ex. Role, Subscription. These supplement or override defaults generated by up/down | ||
--install-mode string InstallMode to create OperatorGroup with. Format: InstallModeType=[ns1,ns2[, ...]] | ||
--kubeconfig string Path to kubeconfig | ||
--manifests string Directory containing package manifest and operator bundles. | ||
--namespace string Namespace in which to create resources | ||
--olm The operator to be deleted is managed by OLM in a cluster. (default true) | ||
--operator-version string Version of operator to deploy | ||
--timeout duration Time to wait for the command to complete before failing (default 2m0s) | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [operator-sdk alpha olm](operator-sdk_alpha_olm.md) - Manage the Operator Lifecycle Manager installation and Operators in your cluster | ||
* [operator-sdk alpha](operator-sdk_alpha.md) - Run an alpha subcommand | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 8 additions & 6 deletions
14
doc/cli/operator-sdk_alpha_olm_down.md → doc/cli/operator-sdk_alpha_run.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,31 @@ | ||
## operator-sdk alpha olm down | ||
## operator-sdk alpha run | ||
|
||
Delete a running operator using the Operator Lifecycle Manager | ||
Run an Operator in a variety of environments | ||
|
||
### Synopsis | ||
|
||
Delete a running operator using the Operator Lifecycle Manager | ||
Run an Operator in a variety of environments | ||
|
||
``` | ||
operator-sdk alpha olm down [flags] | ||
operator-sdk alpha run [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
--force-registry Force deletion of the in-cluster registry. This option is a no-op on 'up'. | ||
-h, --help help for down | ||
-h, --help help for run | ||
--include strings Path to Kubernetes resource manifests, ex. Role, Subscription. These supplement or override defaults generated by up/down | ||
--install-mode string InstallMode to create OperatorGroup with. Format: InstallModeType=[ns1,ns2[, ...]] | ||
--kubeconfig string Path to kubeconfig | ||
--manifests string Directory containing package manifest and operator bundles. | ||
--namespace string Namespace in which to create resources | ||
--olm The operator to be run will be managed by OLM in a cluster. (default true) | ||
--operator-version string Version of operator to deploy | ||
--timeout duration Time to wait for the command to complete before failing (default 2m0s) | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [operator-sdk alpha olm](operator-sdk_alpha_olm.md) - Manage the Operator Lifecycle Manager installation and Operators in your cluster | ||
* [operator-sdk alpha](operator-sdk_alpha.md) - Run an alpha subcommand | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters