fix typo
This commit is contained in:
chenhuan12
2017-09-11 14:44:06 +08:00
committed by Andrew Chen
parent 87bf3696ca
commit 9a472c4fbb
@@ -138,9 +138,9 @@ scheduler in that pod spec. Let's look at three examples.
Save this file as `pod1.yaml` and submit it to the Kubernetes cluster. Save this file as `pod1.yaml` and submit it to the Kubernetes cluster.
```shell ```shell
kubectl create -f pod1.yaml kubectl create -f pod1.yaml
``` ```
- Pod spec with `default-scheduler` - Pod spec with `default-scheduler`
@@ -151,9 +151,9 @@ scheduler in that pod spec. Let's look at three examples.
Save this file as `pod2.yaml` and submit it to the Kubernetes cluster. Save this file as `pod2.yaml` and submit it to the Kubernetes cluster.
```shell ```shell
kubectl create -f pod2.yaml kubectl create -f pod2.yaml
``` ```
- Pod spec with `my-scheduler` - Pod spec with `my-scheduler`