feat: EBS CSI Driver addon + IRSA 추가 (closes #35)#36
Merged
Conversation
EKS 1.23+에서 동적 EBS 프로비저닝이 동작하려면 별도 add-on이 필요. IRSA(AmazonEBSCSIDriverPolicy 관리형 정책 사용)와 함께 aws-ebs-csi-driver addon을 구성. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Summary
terraform/ebs-csi.tf추가AmazonEBSCSIDriverPolicy관리형 정책 사용)aws_eks_addon "aws-ebs-csi-driver"Closes #35
배경
EKS 1.23+에서 in-tree EBS 볼륨 플러그인이 deprecate되어, 동적 EBS 프로비저닝을 위해 별도 add-on 필요. 현재
ai-model-pvcPending 상태에 머물러aiPod이 스케줄링되지 못함.Apply 노트
-target=aws_eks_addon.ebs_csi로 범위 제한 (전체 plan에는 무관한 ALB Controller drift가 잡혀있음 — 별도 이슈로 처리)Test plan
terraform apply -target=aws_eks_addon.ebs_csi성공kubectl get pods -n kube-system -l app.kubernetes.io/name=aws-ebs-csi-driver모두 Runningkubectl get pvc -n default ai-model-pvcSTATUS=Boundkubectl get pods -n default -l app=aiSTATUS=Running🤖 Generated with Claude Code