We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What problem are you trying to solve?
Reduce the scope of Karpenter's IAM permissions to the minimum needed.
The example IAM permissions for KarpenterControllerPolicy grant Karpenter to terminate any instance and delete any launch template in the account.
These permissions should have conditions limiting them to instances and launch templates that are tagged by Karpenter as belonging to the cluster.
How important is this feature to you?
The text was updated successfully, but these errors were encountered:
This template was recently updated to scope these permissions more like you suggest.
Sorry, something went wrong.
Closing this since the new CF template now only allows Karpenter to delete instances that contain these set of tag keys.
No branches or pull requests
Description
What problem are you trying to solve?
Reduce the scope of Karpenter's IAM permissions to the minimum needed.
The example IAM permissions for KarpenterControllerPolicy grant Karpenter to terminate any instance and delete any launch template in the account.
These permissions should have conditions limiting them to instances and launch templates that are tagged by Karpenter as belonging to the cluster.
How important is this feature to you?
The text was updated successfully, but these errors were encountered: