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
werf kubectl get
I have problem connecting gitlab to k8s: werf coverage
werf coverage
Error: release deploy: construct kube client factory: Kubernetes cluster unreachable: error getting kubernetes server version: Get "http://localhost:8080/version": dial tcp [::1]:8080: connect: connection refused
I'm trying to view more information and enable verbose output. But $ werf kubectl get nodes -v=10 returns:
$ werf kubectl get nodes -v=10
Error: unknown shorthand flag: 'v' in -v=10 See 'werf kubectl get --help' for usage.
Adding permission to pass -v flag.
No response
The text was updated successfully, but these errors were encountered:
fix(kubectl): add klog arbitrary flags
a50f3a2
`cmd.NewDefaultKubectlCommandWithArgs()` does not inject log arbitrary flags required by args like "-v=10". I had a look on how `kubectl` is originally run and found `logs.AddFlags(kubectlCmd.PersistentFlags())` call here - in the https://github.com/kubernetes/component-base/blob/55c45bc78189d14353588befc15715b156914ce7/cli/run.go#L85C1-L118C1 Fix bug werf#6319
No branches or pull requests
Before proceeding
Problem
I have problem connecting gitlab to k8s:
werf coverage
I'm trying to view more information and enable verbose output.
But
$ werf kubectl get nodes -v=10
returns:Solution (if you have one)
Adding permission to pass -v flag.
Additional information
No response
The text was updated successfully, but these errors were encountered: