Skip to content

Commit ece218c

Browse files
authored
Revert "fix: Use API version client.authentication.k8s.io/v1beta1" (#65)
This reverts commit 6f7479a. In real-world testing, the move up to v1beta1 caused failures, so back to v1alpha1 we go, for the time being.
1 parent 52b90d2 commit ece218c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cluster/kube/kubeconfig.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ users:
3333
- name: {{ .Name }}
3434
user:
3535
exec:
36-
apiVersion: client.authentication.k8s.io/v1beta1
36+
apiVersion: client.authentication.k8s.io/v1alpha1
3737
args:
3838
- token
3939
- --region

0 commit comments

Comments
 (0)