From ea532ea7f94224bf43752945a93b13c1dcb73b15 Mon Sep 17 00:00:00 2001 From: Bill Havanki Date: Wed, 16 Nov 2022 05:57:06 -0500 Subject: [PATCH] Revert "fix: Use API version client.authentication.k8s.io/v1beta1" This reverts commit 6f7479a63fe1d412a6fbad5986db4ce641df7970. In real-world testing, the move up to v1beta1 caused failures, so back to v1alpha1 we go, for the time being. --- pkg/cluster/kube/kubeconfig.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cluster/kube/kubeconfig.go b/pkg/cluster/kube/kubeconfig.go index d0be3a0..512db7e 100644 --- a/pkg/cluster/kube/kubeconfig.go +++ b/pkg/cluster/kube/kubeconfig.go @@ -33,7 +33,7 @@ users: - name: {{ .Name }} user: exec: - apiVersion: client.authentication.k8s.io/v1beta1 + apiVersion: client.authentication.k8s.io/v1alpha1 args: - token - --region