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
--install-mode InstallModeValue install mode
--version string Packaged version of the operator to deploy
--timeout duration install timeout (default 2m0s)
--kubeconfig string Path to the kubeconfig file to use for CLI requests.
-n, --namespace string If present, namespace scope for this CLI request
-h, --help help for packagemanifests
Options inherited from parent commands
--verbose Enable verbose logging
SEE ALSO
- operator-sdk run - Run an Operator in a variety of environments
Last modified August 26, 2020: internal/olm: refactor package `internal/operator` and `run packagemanifests` logic (#3764) (a9d6b1bb)
当前内容版权归 Operator SDK 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 Operator SDK .