We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--kubeconfig
--k8s-namespace
--k8s-context
profile
~/.kube/config
The text was updated successfully, but these errors were encountered:
The only non-implemented thing from this list is --k8s-context parameter, everything else is implemented just like in this issue
Sorry, something went wrong.
As I understand it, the --k8s-namespace argument is now required with --kubeconfig. Just looking into this code https://github.com/ydb-platform/ydbops/blob/master/pkg/options/targeting.go#L111-L113 I think it should be better to use context with namespace enabled on kubeconfig when it's not overrided by ydbops args
No branches or pull requests
--kubeconfig
,--k8s-namespace
,--k8s-context
(like in kubectl) as optional paramsprofile
~/.kube/config
if param is not definedThe text was updated successfully, but these errors were encountered: