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’.

  1. operator-sdk run packagemanifests [packagemanifests-root-dir] [flags]

Options

  1. --install-mode InstallModeValue install mode
  2. --version string Packaged version of the operator to deploy
  3. --timeout duration install timeout (default 2m0s)
  4. --kubeconfig string Path to the kubeconfig file to use for CLI requests.
  5. -n, --namespace string If present, namespace scope for this CLI request
  6. -h, --help help for packagemanifests

Options inherited from parent commands

  1. --plugins strings plugin keys of the plugin to initialize the project with
  2. --project-version string project version
  3. --verbose Enable verbose logging

SEE ALSO

Last modified February 11, 2021: align the sdk with kb (#4402) (4fc8a17c)