mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-26 19:35:10 +00:00
18 lines
272 B
YAML
18 lines
272 B
YAML
apiVersion: v1
|
|
kind: Node
|
|
metadata:
|
|
name: node-without-labels-{{ .Index }}
|
|
spec:
|
|
taints:
|
|
- key: allow
|
|
effect: NoSchedule
|
|
status:
|
|
capacity:
|
|
pods: "3000"
|
|
cpu: "4"
|
|
memory: 32Gi
|
|
conditions:
|
|
- status: "True"
|
|
type: Ready
|
|
phase: Running
|