mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 07:20:13 +00:00
12 lines
168 B
YAML
12 lines
168 B
YAML
apiVersion: v1
|
|
kind: Node
|
|
metadata:
|
|
generateName: node-churn-
|
|
status:
|
|
capacity:
|
|
pods: "0"
|
|
conditions:
|
|
- status: "True"
|
|
type: Ready
|
|
phase: Running
|