Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.76 KB

operator-sdk_run.md

File metadata and controls

34 lines (25 loc) · 1.76 KB

operator-sdk run

Run an Operator in a variety of environments

Synopsis

Run an Operator in a variety of environments

operator-sdk run [flags]

Options

      --kubeconfig string         The file path to kubernetes configuration file. Defaults to location specified by $KUBECONFIG, or to default file rules if not set
      --namespace string          The namespace where the operator watches for changes.
      --olm                       The operator to be run will be managed by OLM in a cluster. Cannot be set with another run-type flag
      --manifests string          [olm only] Directory containing package manifest and operator bundles.
      --operator-version string   [olm only] Version of operator to deploy
      --install-mode string       [olm only] InstallMode to create OperatorGroup with. Format: InstallModeType=[ns1,ns2[, ...]]
      --include strings           [olm only] Path to Kubernetes resource manifests, ex. Role, Subscription. These supplement or override defaults generated by run/cleanup
      --timeout duration          [olm only] Time to wait for the command to complete before failing (default 2m0s)
      --local                     The operator will be run locally by building the operator binary with the ability to access a kubernetes cluster using a kubeconfig file. Cannot be set with another run-type flag.
      --operator-flags string     [local only] The flags that the operator needs. Example: "--flag1 value1 --flag2=value2"
      --go-ldflags string         [local only] Set Go linker options
      --enable-delve              [local only] Start the operator using the delve debugger
  -h, --help                      help for run

SEE ALSO