From 246a87b77cf472b7add6f4428d75f7cdb683b21d Mon Sep 17 00:00:00 2001 From: scjane Date: Wed, 25 Jan 2017 14:45:42 +0800 Subject: [PATCH] Update multiple-schedulers.md --- docs/admin/multiple-schedulers.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/admin/multiple-schedulers.md b/docs/admin/multiple-schedulers.md index 5548f32904..bf7386e492 100644 --- a/docs/admin/multiple-schedulers.md +++ b/docs/admin/multiple-schedulers.md @@ -107,6 +107,7 @@ scheduler as an annotation in that pod spec. Let's look at three examples. ```shell kubectl create -f pod1.yaml ``` + 2. Pod spec with `default-scheduler` annotation {% include code.html language="yaml" file="multiple-schedulers/pod2.yaml" ghlink="/docs/admin/multiple-schedulers/pod2.yaml" %} @@ -120,6 +121,7 @@ scheduler as an annotation in that pod spec. Let's look at three examples. ```shell kubectl create -f pod2.yaml ``` + 3. Pod spec with `my-scheduler` annotation {% include code.html language="yaml" file="multiple-schedulers/pod3.yaml" ghlink="/docs/admin/multiple-schedulers/pod3.yaml" %}