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
As an operator author I would like the ability to use flags/command line args to my operator and use the
operator-sdk up localcommandResults:
Expected Results:
some method to pass arguments through