operator-sdk
operator-sdk
Synopsis
CLI tool for building Kubernetes extensions and tools.
operator-sdk [flags]
Examples
The first step is to initialize your project:
operator-sdk init [--plugins=<PLUGIN KEYS> [--project-version=<PROJECT VERSION>]]
<PLUGIN KEYS> is a comma-separated list of plugin keys from the following table
and <PROJECT VERSION> a supported project version for these plugins.
Plugin keys | Supported project versions
-------------------------------------+----------------------------
ansible.sdk.operatorframework.io/v1 | 3
declarative.go.kubebuilder.io/v1 | 2, 3
go.kubebuilder.io/v2 | 2, 3
go.kubebuilder.io/v3 | 3
helm.sdk.operatorframework.io/v1 | 3
kustomize.common.kubebuilder.io/v1 | 3
For more specific help for the init command of a certain plugins and project version
configuration please run:
operator-sdk init --help --plugins=<PLUGIN KEYS> [--project-version=<PROJECT VERSION>]
Default plugin keys: "go.kubebuilder.io/v3"
Default project version: "3"
Options
-h, --help help for operator-sdk
--plugins strings plugin keys to be used for this subcommand execution
--project-version string project version (default "3")
--verbose Enable verbose logging
SEE ALSO
- operator-sdk alpha - Alpha-stage subcommands
- operator-sdk bundle - Manage operator bundle metadata
- operator-sdk cleanup - Clean up an Operator deployed with the ‘run’ subcommand
- operator-sdk completion - Load completions for the specified shell
- operator-sdk create - Scaffold a Kubernetes API or webhook
- operator-sdk edit - Update the project configuration
- operator-sdk generate - Invokes a specific generator
- operator-sdk init - Initialize a new project
- operator-sdk olm - Manage the Operator Lifecycle Manager installation in your cluster
- operator-sdk run - Run an Operator in a variety of environments
- operator-sdk scorecard - Runs scorecard
- operator-sdk version - Print the operator-sdk version
Last modified April 9, 2021: plugins: add the optional kb declative plugin (#4731) (6f0a0db9)
当前内容版权归 Operator SDK 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 Operator SDK .