Skip to content

Commit

Permalink
add node role policy disclaimer
Browse files Browse the repository at this point in the history
Signed-off-by: Manabu McCloskey <[email protected]>
  • Loading branch information
nabuskey committed Jan 14, 2025
1 parent ea0c483 commit b0910d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions analytics/terraform/spark-k8s-operator/addons.tf
Original file line number Diff line number Diff line change
Expand Up @@ -658,6 +658,8 @@ resource "aws_secretsmanager_secret_version" "grafana" {

#---------------------------------------------------------------
# S3Table IAM policy for Karpenter nodes
# The S3 tables library does not fully support IRSA and Pod Identity as of this writing.
# We give the node role access to S3tables to work around this limitation.
#---------------------------------------------------------------
resource "aws_iam_policy" "s3tables_policy" {
name_prefix = "${local.name}-s3tables"
Expand Down

0 comments on commit b0910d2

Please sign in to comment.