How to fix invalid apiVersion "client.authentication.k8s.io/v1alpha1" error with kubectl for AWS EKS?
Recently I have provisioned a new EKS cluster (version 1.22) on AWS. After updating the kubeconfig with AWS CLI v2 with the following command: ~# aws eks --region ap-southeast-1 update-kubeconfig --name my-cluster Added new context arn:...
