Skip to content

Commit 52b90d2

Browse files
authored
Merge pull request #64 from segmentio/authenticator-api-version
fix: Use API version client.authentication.k8s.io/v1beta1
2 parents a31cc8c + 6f7479a commit 52b90d2

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/v1alpha1
36+
apiVersion: client.authentication.k8s.io/v1beta1
3737
args:
3838
- token
3939
- --region

0 commit comments

Comments
 (0)