Skip to content

Feat/cordon, drain#34

Open
pranludi wants to merge 34 commits intoten1010-io:staging/projectfrom
pranludi:feat/cordon_wip
Open

Feat/cordon, drain#34
pranludi wants to merge 34 commits intoten1010-io:staging/projectfrom
pranludi:feat/cordon_wip

Conversation

@pranludi
Copy link

@pranludi pranludi commented Aug 18, 2025

  • NodeMaintenance crd

  • node cordon, uncordon

  • pod drain

  • test node.yaml

apiVersion: project.aipub.ten1010.io/v1alpha1
kind: NodeMaintenance
metadata:
  name: node1-maintenance
spec:
  targetNodes:
    - minikube-m02
#    - minikube-m03
  actions:
#    - type: uncordon
    - type: drain
      ignoreDaemonSets: false
      force: true

daekwon.park added 6 commits August 19, 2025 17:39
fix
- NodeMaintenance 가 작동시 node, pod 에서 처리하도록 변경
fix
- System.out.print 제거
fix
- `//` 정리
fix
BoundObjectResolver 에 있던 로직은 NodeReconciler, PodReconciler 으로 이동
daekwon.park added 8 commits August 20, 2025 14:25
fix
- replicaSet 테스트 yaml 추가
- replicaSet 상태에서 drain 시 종료 대기 시간을 위해 Duration.ofSeconds(1) 으로 변경
fix
- Constants
fix
- Constants
@juu-n-oo juu-n-oo force-pushed the staging/project branch 2 times, most recently from 6c1897a to 901e718 Compare December 13, 2025 09:57
@juu-n-oo juu-n-oo force-pushed the staging/project branch 3 times, most recently from 76dd59c to 55f38f2 Compare February 12, 2026 06:10
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.

2 participants