mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
18 lines
256 B
YAML
18 lines
256 B
YAML
apiVersion: v1
|
|
kind: Node
|
|
metadata:
|
|
generateName: taint-node-
|
|
spec:
|
|
taints:
|
|
- effect: NoSchedule
|
|
key: foo
|
|
status:
|
|
capacity:
|
|
pods: "110"
|
|
cpu: "4"
|
|
memory: 32Gi
|
|
conditions:
|
|
- status: "True"
|
|
type: Ready
|
|
phase: Running
|