Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#164 from stg-0/usergroup-in-cluste…
Browse files Browse the repository at this point in the history
…rawsadm

Avoid creating bootstrap user/group for EKS
  • Loading branch information
stg-0 authored Jun 20, 2023
2 parents 1354a50 + 57d7506 commit a1f1b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cluster/internal/create/actions/createworker/aws.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ apiVersion: bootstrap.aws.infrastructure.cluster.x-k8s.io/v1beta1
kind: AWSIAMConfiguration
spec:
bootstrapUser:
enable: true
enable: false
eks:
enable: true
iamRoleCreation: false
Expand Down

0 comments on commit a1f1b1e

Please sign in to comment.