Skip to content

Commit

Permalink
Document createInstanceRole cluster option (#1516)
Browse files Browse the repository at this point in the history
This adds docs for the `createInstanceRole` cluster option.

Relates to #1511
  • Loading branch information
flostadler authored Dec 6, 2024
1 parent ae815c8 commit 9c128c5
Showing 1 changed file with 2 additions and 1 deletion.
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.

0 comments on commit 9c128c5

Please sign in to comment.