Version v1.6 of the documentation is no longer actively maintained. The site that you are currently viewing is an archived snapshot. For up-to-date documentation, see the latest version.
operator-sdk run packagemanifests
operator-sdk run packagemanifests
Deploy an Operator in the package manifests format with OLM
Synopsis
‘run packagemanifests’ deploys an Operator’s package manifests with OLM. The command’s argument will default to ‘./packagemanifests’ if unset; if set, the argument must be a package manifests root directory, ex. ‘<project-root>/packagemanifests’.
operator-sdk run packagemanifests [packagemanifests-root-dir] [flags]
Options
-h, --help help for packagemanifests
--install-mode InstallModeValue install mode
--kubeconfig string Path to the kubeconfig file to use for CLI requests.
-n, --namespace string If present, namespace scope for this CLI request
--timeout duration Duration to wait for the command to complete before failing (default 2m0s)
--version string Packaged version of the operator to deploy
Options inherited from parent commands
--plugins strings plugin keys to be used for this subcommand execution
--verbose Enable verbose logging
SEE ALSO
- operator-sdk run - Run an Operator in a variety of environments
Last modified March 25, 2021: run bundle(-upgrade): configure service account and secret (#4694) (bb1536d1)