Skip to content
New issue

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

Updated to workable state #21

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

J-Hunter-Hawke
Copy link
Collaborator

  • Updated version formatting
  • Bumped versions to latest
  • Installed CSI driver in cluster

@CLAassistant
Copy link

CLAassistant commented Jan 31, 2023

CLA assistant check
All committers have signed the CLA.

@@ -198,6 +198,13 @@ resource "aws_iam_role_policy_attachment" "eks_node_group_3" {
role = aws_iam_role.eks_node_group.name
}

# New requirement to run the EBS CSI Driver
# which is a new requirement to mount persistent volumes
resource "aws_iam_role_policy_attachment" "eks_node_group_4" {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be added to aws_eks_node_group.eks.depends_on?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants