argo-cd/resource_customizations/karpenter.sh/NodePool/testdata/degraded.yaml
KoB 9472273a1b
feat(health-check): Add resource_customizations for karpenter (#23139)
Signed-off-by: 김병준 <kingbj0429@gmail.com>
2025-06-05 14:22:39 +00:00

36 lines
777 B
YAML

apiVersion: karpenter.sh/v1
kind: NodePool
metadata:
name: nodepool
spec:
disruption:
budgets:
- nodes: 100%
consolidateAfter: 10m
consolidationPolicy: WhenEmptyOrUnderutilized
limits:
cpu: 10001
template:
spec:
expireAfter: 720h
nodeClassRef:
group: karpenter.k8s.aws
kind: EC2NodeClass
name: default1
requirements:
- key: karpenter.k8s.aws/instance-family
operator: In
values:
- m51
- key: karpenter.k8s.aws/instance-size
operator: In
values:
- large1
- xlarge1
- 2xlarge1
status:
conditions:
- message: NodePool is not ready
reason: NotReady
status: "False"
type: Ready