Skip to content

Commit

Permalink
Update API version on exec config
Browse files Browse the repository at this point in the history
  • Loading branch information
marcwickenden committed Oct 31, 2023
1 parent f9b167a commit d4f0288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/eks/userdata.go
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ func ParseShellScript(userData string) (*clientcmdapi.Config, error) {
AuthInfos: map[string]*clientcmdapi.AuthInfo{
"kubelet": {
Exec: &clientcmdapi.ExecConfig{
APIVersion: "client.authentication.k8s.io/v1alpha1",
APIVersion: "client.authentication.k8s.io/v1beta1",
Command: "aws",
Args: []string{
"eks",
Expand Down

0 comments on commit d4f0288

Please sign in to comment.