feat: gp3 default StorageClass + helm/kubernetes provider 활성화 (closes #45)#46
Merged
Conversation
…r 활성화 (closes #45) - kubernetes provider 추가 + helm provider 주석 해제 (ALB Controller apply의 cluster unreachable 문제 해소) - gp3 SC 신규(default), gp2의 default annotation 제거 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/main.tfrequired_providers에hashicorp/kubernetes추가provider "helm"블록 활성화 (ALB Controller apply가 'Kubernetes cluster unreachable' 로 실패하던 원인)provider "kubernetes"블록 추가terraform/storage.tf신규kubernetes_storage_class.gp3: gp3 default SC (is-default-class=true, WaitForFirstConsumer, expansion 허용)kubernetes_annotations.gp2_not_default: 기존 gp2 SC의 default annotation 해제 (drift 해소)영향
ai-model-pvc(gp2)는 영향 없음. 새 PVC는 gp3로 생성.Closes #45
Test plan
terraform init성공 (kubernetes provider 다운로드)terraform plan정상terraform apply→kubectl get sc에서 gp3 default, gp2 not-default 확인🤖 Generated with Claude Code