What’s This
以下コマンドを実行しようとしたら、表題のエラー。
解決のメモです。
$ aws eks --region ap-northeast-1 update-kubeconfig --name "Cluster Name" $ kubectl get svc error: exec plugin: invalid apiVersion "client.authentication.k8s.io/v1alpha1"
AWS CLIのバージョンアップ
aws --version aws-cli/2.1.31 Python/3.8.8 Darwin/20.6.0 exe/x86_64 prompt/off
以下からGUIで最新をインストール
…
全文はこちら:【エラー対処】error: exec plugin: invalid apiVersion “client.authentication.k8s.io/v1alpha1”
著者:@meta_plankton