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

1811 adding missing general node selectors/affinity to core components #2214

Closed

Conversation

sblair-metrostar
Copy link
Contributor

@sblair-metrostar sblair-metrostar commented Jan 19, 2024

Ref #1811
Ref #2168

What does this implement/fix?

Put a x in the boxes that apply

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds a feature)
  • Breaking change (fix or feature that would cause existing features not to work as expected)
  • Documentation Update
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no API changes)
  • Build related changes
  • Other (please describe):

Testing

  • Did you test the pull request locally?
  • Did you add new tests?

Any other comments?

@kcpevey
Copy link
Contributor

kcpevey commented Jan 25, 2024

This is ready for review!

@dcmcand dcmcand requested a review from Adam-D-Lewis March 18, 2024 15:18
@Adam-D-Lewis
Copy link
Member

Adam-D-Lewis commented Mar 18, 2024

I'll review this later this week

@@ -63,9 +63,34 @@ data "aws_eks_cluster_auth" "main" {

resource "aws_eks_addon" "aws-ebs-csi-driver" {
# required for Kubernetes v1.23+ on AWS
addon_name = "aws-ebs-csi-driver"
cluster_name = aws_eks_cluster.main.name
resolve_conflicts = "OVERWRITE"
Copy link
Member

@Adam-D-Lewis Adam-D-Lewis Mar 19, 2024

Choose a reason for hiding this comment

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

@Adam-D-Lewis
Copy link
Member

@sblair-metrostar Thanks for this PR, and sorry for the delay. I think this is an good addition, and I'd like to get it into Nebari. Are you still interested in working on it?

@@ -3,7 +3,6 @@ resource "aws_vpc" "main" {

enable_dns_support = true
enable_dns_hostnames = true
enable_classiclink = false
Copy link
Member

@Adam-D-Lewis Adam-D-Lewis Mar 19, 2024

Choose a reason for hiding this comment

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

Nothing to change here, just a note.
Note: This was removed since it's no longer supported as of August 23, 2023 - https://aws.amazon.com/blogs/aws/ec2-classic-is-retiring-heres-how-to-prepare/

@Adam-D-Lewis
Copy link
Member

Since I haven't heard back from @sblair-metrostar, I'm going to close this PR in favor of #2353. Thanks for your contribution @sblair-metrostar!

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

Successfully merging this pull request may close these issues.

3 participants