Multi-scheduler documentation with examples.

This commit is contained in:
Madhusudan.C.S
2016-03-15 11:18:38 -07:00
parent c168f89aa9
commit fc7718d0f4
6 changed files with 233 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
apiVersion: v1
kind: Pod
metadata:
name: annotation-default-scheduler
annotations:
scheduler.alpha.kubernetes.io/name: default-scheduler
labels:
name: multischeduler-example
spec:
containers:
- name: pod-with-default-annotation-container
image: gcr.io/google_containers/pause:2.0