kubernetes/test/integration/scheduler_perf/config/churn/node-default.yaml
Wei Huang 1e5878b910
Introduce a churnOp to scheduler perf testing framework
- support two modes: recreate and create
- use DynmaicClient to create API objects
2021-03-03 06:51:53 -08:00

12 lines
168 B
YAML

apiVersion: v1
kind: Node
metadata:
generateName: node-churn-
status:
capacity:
pods: "0"
conditions:
- status: "True"
type: Ready
phase: Running