Conversation
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
Phase 1 통합 테스트를 위해 로컬 kind 클러스터를 셋업하면서 발견된 인프라 이슈들을 수정하고,
수동 테스트 가이드 문서를 추가합니다.
변경 사항
kubernetes/base/resource-quotas.yaml
elden-secure-coding네임스페이스의jobs.batch→count/jobs.batch로 수정 (K8s ResourceQuota API 호환)elden-monitoring네임스페이스에 LimitRange 추가 — ResourceQuota가 설정된 네임스페이스에서리소스 제한이 명시되지 않은 Pod(Prometheus admission webhook 등)이 생성 거부되는 문제 해결
elden-monitoringquota 확대 (CPU 4→8/8→16, Memory 8→16/16→32Gi, Pods 20→40)— Falco DaemonSet(4노드 × 1.5 CPU) + Prometheus + Loki + Redis 동시 수용
kubernetes/base/network-policies.yaml
elden-stagingNetworkPolicy에 istio-system 네임스페이스로의 egress 허용 추가— Istio sidecar가 istiod(15012)에 연결하지 못해 mTLS 인증서 발급 실패하는 문제 해결
kubernetes/security/falco/values.yaml
falco.rules→customRules블록으로 이동— Falco가
falco.rules에 rule 정의를 넣으면 yaml-cpp 파싱 에러로 CrashLoopBackOff 발생docs/phase1/manual-testing-guide.md
테스트 결과
kind 클러스터에서 Phase 1 전 구간 통합 테스트 통과: