in case you are getting this error after updating kubectl
error: exec plugin: invalid apiVersion "client.authentication.k8s.io/v1alpha1"
Double check the current version
kubectl version
if you are at Major:1 and Minor: 24, then you probably need to downgrade to 1.23.6
How to do that on Apple Silicon /M1
cd /tmp
sudo rm…