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
Installed the kubespy using latest krew: kubectl krew install spy
kubectl krew install spy
Running :
kubectl spy mypod-10852-599996c776-7rv2d -n test loading spy pod... Error: unknown flag: --generator See 'kubectl run --help' for usage.
Expected: to get spy info for pod.
Thank you.
The text was updated successfully, but these errors were encountered:
Sadly, same result:
$ k spy -n backend pg-pg-0 --spy-image busybox loading spy pod... error: unknown flag: --generator See 'kubectl run --help' for usage.
Kubernetes version: $ k version Client Version: version.Info{Major:"1", Minor:"23", GitVersion:"v1.23.6", GitCommit:"ad3338546da947756e8a88aa6822e9c11e7eac22", GitTreeState:"clean", BuildDate:"2022-04-14T08:49:13Z", GoVersion:"go1.17.9", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{Major:"1", Minor:"23", GitVersion:"v1.23.6", GitCommit:"ad3338546da947756e8a88aa6822e9c11e7eac22", GitTreeState:"clean", BuildDate:"2022-04-14T08:43:11Z", GoVersion:"go1.17.9", Compiler:"gc", Platform:"linux/amd64"}
Sorry, something went wrong.
No branches or pull requests
Hello!
Installed the kubespy using latest krew:
kubectl krew install spy
Issue details
Running :
kubectl spy mypod-10852-599996c776-7rv2d -n test loading spy pod... Error: unknown flag: --generator See 'kubectl run --help' for usage.
Expected
Expected: to get spy info for pod.
Thank you.
The text was updated successfully, but these errors were encountered: