Files
kops-arm64/examples/unassigned-pod.yaml
2016-12-19 20:59:15 +01:00

13 lines
238 B
YAML

# example Pod which cannot be assigned to any node
apiVersion: v1
kind: Pod
metadata:
name: unassigned-test
spec:
# use a node selector which will never match..
nodeSelector:
stuff: x
containers:
- name: test
image: foo