draw unassigned pods
This commit is contained in:
12
examples/unassigned-pod.yaml
Normal file
12
examples/unassigned-pod.yaml
Normal 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
|
||||
Reference in New Issue
Block a user