-
Regarding Installation and "Select a version of kube along with the generated k8s-openapi types corresponding for your cluster version:" How do I find out the correct versions in my cluster? |
Beta Was this translation helpful? Give feedback.
Answered by
kazk
Feb 23, 2021
Replies: 2 comments 11 replies
-
Use the version matching your server version. |
Beta Was this translation helpful? Give feedback.
11 replies
Answer selected by
clux
This comment has been minimized.
This comment has been minimized.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
kubectl version --short
should show versions of your client and server. Something likeUse the version matching your server version.