Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document createInstanceRole cluster option #1516

Merged
merged 1 commit into from
Dec 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/eks-v3-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,4 +213,5 @@ Because of this change, the `clusterSecurityGroup`, `nodeSecurityGroup` and `clu

### Cluster does not create extraneous node IAM role if `skipDefaultNodeGroup` is set to `true`

Previously the Cluster component created a default node IAM role even if `skipDefaultNodeGroup` was set to `true`. This role gets correctly omitted now if you are specifying `skipDefaultNodeGroup`.
Previously the Cluster component created a default node IAM role even if `skipDefaultNodeGroup` was set to `true`. This role gets correctly omitted now if you are specifying `skipDefaultNodeGroup`. If you would like to keep using the default node IAM
role, you can set `createInstanceRole` to true.
Loading