Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 786 Bytes

operator-sdk_run.md

File metadata and controls

31 lines (21 loc) · 786 Bytes
title
operator-sdk run

operator-sdk run

Run an Operator in a variety of environments

Synopsis

This command has subcommands that will run or deploy your Operator in two different modes: locally and using OLM. These modes are controlled by using 'local' or 'packagemanifests' subcommands. Run 'operator-sdk run --help' for more information on these subcommands.

operator-sdk run [flags]

Options

  -h, --help   help for run

SEE ALSO