Option to choose kubectl version #177
Labels
area/cli
Related to the CLI plumbing
kind/feature
A new feature request
priority/awaiting-more-information
This is the lowest priority. More information is needed to think about working on it.
Milestone
kconnect setup the latest kubectl version
As per K8s version skew policy https://kubernetes.io/docs/setup/release/version-skew-policy/#kubectl
We must use a kubectl version that is within one minor version difference of your cluster. For example for 1.16 EKS cluster, kubectl version can not be greater than v1.17 and can not be less than v1.15.
Please provide an option to user to enter which version of K8s cluster they are in & setup kubectl cli accordingly. At least support last 4 versions of kubectl cli.
The text was updated successfully, but these errors were encountered: