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 must be set to a valid package manifests root directory, ex. ‘/packagemanifests’.

  1. operator-sdk run packagemanifests [flags]

Options

  1. -h, --help help for packagemanifests
  2. --install-mode string InstallMode to create OperatorGroup with. Format: InstallModeType[=ns1,ns2[, ...]]
  3. --kubeconfig string The file path to kubernetes configuration file. Defaults to location specified by $KUBECONFIG, or to default file rules if not set
  4. --namespace string The namespace where operator resources are created. It must already exist in the cluster
  5. --timeout duration Time to wait for the command to complete before failing (default 2m0s)
  6. --version string Packaged version of the operator to deploy

Options inherited from parent commands

  1. --verbose Enable verbose logging

SEE ALSO

Last modified July 29, 2020: packagemanifests: remove `—olm-namespace`, change `—operator-namespace` to `—namespace` (#3601) (1ab72919)