Skip to content

Commit

Permalink
AWS EKS infra: remove seemingly not needed ebs iam
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Jan 18, 2023
1 parent 8b43192 commit 8fe4009
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions eksctl/libsonnet/nodegroup.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ local makeCloudTaints(taints) = {
iam: {
withAddonPolicies: {
autoScaler: true,
// ebs: true is believed by Erik to be required for all nodes that should
// be able to schedule a pod mounting a PVC bound to a EBS based PV.
ebs: true,
},
},
}

0 comments on commit 8fe4009

Please sign in to comment.