Skip to content

fix: dev → main K8s client 버전 업그레이드 및 스케줄러 마비 수정 반영#50

Merged
younchanhyeok merged 2 commits into
mainfrom
dev
May 8, 2026
Merged

fix: dev → main K8s client 버전 업그레이드 및 스케줄러 마비 수정 반영#50
younchanhyeok merged 2 commits into
mainfrom
dev

Conversation

@younchanhyeok
Copy link
Copy Markdown
Contributor

관련 이슈

closes #48

개요

dev 브랜치에 머지된 K8s client 버전 업그레이드 및 스케줄러 마비 수정 내용을 main에 반영합니다.

포함된 변경 사항

  • build.gradle: client-java:21.0.124.0.0 (K8s 1.34 지원)
  • KubernetesService: catch (ApiException)catch (Exception) (3곳)
  • MetricsCollectionScheduler: outer try/catch 추가
  • AnomalyDetectionService: outer try/catch 추가

younchanhyeok and others added 2 commits May 8, 2026 19:43
- build.gradle: client-java 21.0.1 → 24.0.0 (K8s 1.34 지원, observedGeneration 호환)
- KubernetesService: catch ApiException → Exception으로 확대 (방어 코드)
- MetricsCollectionScheduler: getAllPods() 호출을 outer try/catch로 보호
- AnomalyDetectionService: getAllPods() 호출을 outer try/catch로 보호

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
fix: K8s client 버전 업그레이드 및 스케줄러 마비 수정 (closes #48)
@younchanhyeok younchanhyeok merged commit 860d847 into main May 8, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: K8s client 버전 불일치로 인한 스케줄러 전체 마비 수정

1 participant