Closed suryanadh08 closed 1 year ago
This issue is currently awaiting triage.
SIG Docs takes a lead on issue triage for this website, but any Kubernetes member can accept issues by applying the triage/accepted
label.
The triage/accepted
label can be added by org members by writing /triage accepted
in a comment.
/language en /sig auth /kind support
Hi @suryanadh08, It looks like that kubectl is trying to use a plugin that is not compatible with your current version of the Kubernetes.
You can try to update all your kubectl plugins to the latest version.
@thisisharrsh I don't have any plugin installed manually except aws. Kubernetes cluster version is 1.25
aws --version aws-cli/2.0.30 Python/3.7.4 Darwin/22.5.0 botocore/2.0.0dev34
Kubernetes version 1.25 does not supports the client.authentication.k8s.io/v1alpha1
API version. You can update the kubectl installation to a version that is compatible with version 1.25.
/remove-sig auth
@thisisharrsh issue is sorted after upgrading aws-cli version from 2.0.x to 2.11.x. Thanks for your support.
I have installed latest version of kubectl on macOS(13.4.1). However I'm unable to run any of kubectl commands.
./kubectl version --client Client Version: v1.28.2 Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3
./kubectl get pod -n application error: exec plugin: invalid apiVersion "client.authentication.k8s.io/v1alpha1"