AWS eks documentation change
Summary
Corrected typo in CLI flag from '--pod-identity-assocations' to '--pod-identity-associations'
Security assessment
Spelling correction in command syntax; no security vulnerability addressed or security features added
Diff
diff --git a/eks/latest/userguide/update-addon-role.md b/eks/latest/userguide/update-addon-role.md index 8ed4eddbc..f3b3864be 100644 --- a//eks/latest/userguide/update-addon-role.md +++ b//eks/latest/userguide/update-addon-role.md @@ -25 +25 @@ Certain Amazon EKS add-ons need IAM roles and permissions. Before you update an - 2. Update the add-on using the AWS CLI. You can also specify Pod Identity associations when creating an add-on, using the same `--pod-identity-assocations` syntax. Note that when you specify pod identity associations while updating an add-on, all previous pod identity associations are overwritten. + 2. Update the add-on using the AWS CLI. You can also specify Pod Identity associations when creating an add-on, using the same `--pod-identity-associations` syntax. Note that when you specify pod identity associations while updating an add-on, all previous pod identity associations are overwritten.