Closed
Conversation
Contributor
asmacdo
commented
Mar 27, 2026
- Rebase on to latest nebari (especially AL2023 upgrade)
- Patch to fix AL2023 upgrade
- Patch to force 2c AZ
- all our old patches.
Annotation for our "manual patch queue": commit done manually based on @satra's comment at nebari-dev#3004 (comment)
This was squashed with the commit for
fix: change check for multiple instance types
and while rebasing we had a conflict for
src/_nebari/stages/infrastructure/template/aws/modules/kubernetes/main.tf
Annotation for our "manual patch queue":
PR: nebari-dev#3070
Annotation for our "manual patch queue": PR: nebari-dev#3071
The aws_iam_role.ebs_csi_driver IRSA role was created but never connected to the aws_eks_addon via service_account_role_arn, causing the controller pods to fall back to IMDS for credentials and crash. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Existing EBS PVs are typically in a later AZ (e.g. us-east-2c) but element(var.cluster_subnets, 0) always picks the first. This causes volume node affinity conflicts when the node lands in a different AZ than the PVs. Use the last subnet instead so single_subnet nodes land in the AZ where existing volumes are more likely to be. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
Author
|
wrong destination sorry :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.