Skip to content

operator-sdk up local does not allow pass through command flags #255

@shawn-hurley

Description

@shawn-hurley

As an operator author I would like the ability to use flags/command line args to my operator and use the operator-sdk up local command

Results:

operator-sdk up local --kubeconfig ~/.kube/config --namespace test

Error: unknown flag: --namespace
Usage:
  operator-sdk up local [flags]

Flags:
  -h, --help                help for local
      --kubeconfig string   The file path to kubernetes configuration file; defaults to $HOME/.kube/config

unknown flag: --namespace

Expected Results:

some method to pass arguments through

Metadata

Metadata

Assignees

Labels

kind/featureCategorizes issue or PR as related to a new feature.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions