draw unassigned pods

This commit is contained in:
Henning Jacobs
2016-12-19 20:59:15 +01:00
parent 0171241183
commit 43bc660981
3 changed files with 35 additions and 8 deletions

View File

@@ -0,0 +1,12 @@
# 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