You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While deploying with ekscluster, you receive an error that it's unable to connect to the cluster, getting credentials expects v1alpha1 but gets v1beta1
#1232
Closed
scouturier opened this issue
Jul 30, 2021
· 2 comments
Deploying with ekscluster outputs the following error: unable to use kubectl with the EKS cluster (check 'kubectl version'): Unable to connect to the server: getting credentials: exec plugin is configured to use API version client.authentication.k8s.io/v1alpha1, plugin returned version client.authentication.k8s.io/v1beta1
As a workaround, when the cluster is done deploying, running this command will fix this: aws eks update-kubeconfig --name eksworkshop-eksctl
The text was updated successfully, but these errors were encountered:
scouturier
changed the title
Deploying with ekscluster is unable to connect to the cluster, getting credentials expects v1alpha1 but gets v1beta1
While deploying with ekscluster, you receive an error that it's unable to connect to the cluster, getting credentials expects v1alpha1 but gets v1beta1
Jul 30, 2021
Deploying with ekscluster outputs the following error:
unable to use kubectl with the EKS cluster (check 'kubectl version'): Unable to connect to the server: getting credentials: exec plugin is configured to use API version client.authentication.k8s.io/v1alpha1, plugin returned version client.authentication.k8s.io/v1beta1
As a workaround, when the cluster is done deploying, running this command will fix this:
aws eks update-kubeconfig --name eksworkshop-eksctl
The text was updated successfully, but these errors were encountered: