title |
---|
operator-sdk run |
Run an Operator in a variety of environments
This command has subcommands that will run or deploy your Operator in two different modes: locally and using OLM. These modes are controlled by using 'local' or 'packagemanifests' subcommands. Run 'operator-sdk run --help' for more information on these subcommands.
operator-sdk run [flags]
-h, --help help for run
- operator-sdk - An SDK for building operators with ease
- operator-sdk run local - Run an Operator locally
- operator-sdk run packagemanifests - Run an Operator organized in the package manifests format with OLM