You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Allow enable/disable of EKS pod identity for the Karpenter controller (#2902)
* Made EKS pod identities for the controller role toggleable
* Switched the variable to the singular form
---------
Co-authored-by: Tyler Culp <[email protected]>
Copy file name to clipboardExpand all lines: modules/karpenter/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,7 +135,8 @@ No modules.
135
135
| <aname="input_create_iam_role"></a> [create\_iam\_role](#input\_create\_iam\_role)| Determines whether an IAM role is created |`bool`|`true`| no |
136
136
| <aname="input_create_instance_profile"></a> [create\_instance\_profile](#input\_create\_instance\_profile)| Whether to create an IAM instance profile |`bool`|`false`| no |
137
137
| <aname="input_create_node_iam_role"></a> [create\_node\_iam\_role](#input\_create\_node\_iam\_role)| Determines whether an IAM role is created or to use an existing IAM role |`bool`|`true`| no |
138
-
| <aname="input_enable_irsa"></a> [enable\_irsa](#input\_enable\_irsa)| Determines whether to enable support IAM role for service account |`bool`|`false`| no |
138
+
| <aname="input_enable_irsa"></a> [enable\_irsa](#input\_enable\_irsa)| Determines whether to enable support for IAM role for service accounts |`bool`|`false`| no |
139
+
| <aname="input_enable_pod_identity"></a> [enable\_pod\_identity](#input\_enable\_pod\_identity)| Determines whether to enable support for EKS pod identity |`bool`|`true`| no |
139
140
| <aname="input_enable_spot_termination"></a> [enable\_spot\_termination](#input\_enable\_spot\_termination)| Determines whether to enable native spot termination handling |`bool`|`true`| no |
140
141
| <aname="input_iam_policy_description"></a> [iam\_policy\_description](#input\_iam\_policy\_description)| IAM policy description |`string`|`"Karpenter controller IAM policy"`| no |
141
142
| <aname="input_iam_policy_name"></a> [iam\_policy\_name](#input\_iam\_policy\_name)| Name of the IAM policy |`string`|`"KarpenterController"`| no |
0 commit comments