fix typo
fix typo
This commit is contained in:
@@ -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`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user