Skip to content

Commit

Permalink
Groups cannot be specified when EC2_LINUX
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble committed May 31, 2024
1 parent 9604fe4 commit 78af855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/k8s-node-autoscaler/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ resource "aws_iam_instance_profile" "profile" {
resource "aws_eks_access_entry" "example" {
cluster_name = var.cluster_name
principal_arn = aws_iam_role.work_profile_iam_role.arn
kubernetes_groups = ["system:nodes"]
# kubernetes_groups = ["system:nodes"]
type = "EC2_LINUX"
tags = var.tags
}
Expand Down

0 comments on commit 78af855

Please sign in to comment.