Just add upper cases

pull/582/head
Nemo 2020-06-20 15:46:33 +02:00
parent 61328abb63
commit d0131854bc
1 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ Deploy the `coredns` cluster add-on:
kubectl apply -f https://storage.googleapis.com/kubernetes-the-hard-way/coredns.yaml kubectl apply -f https://storage.googleapis.com/kubernetes-the-hard-way/coredns.yaml
``` ```
> output > Output:
```bash ```bash
serviceaccount/coredns created serviceaccount/coredns created
@ -27,7 +27,7 @@ List the pods created by the `kube-dns` deployment:
kubectl get pods -l k8s-app=kube-dns -n kube-system kubectl get pods -l k8s-app=kube-dns -n kube-system
``` ```
> output > Output:
```bash ```bash
NAME READY STATUS RESTARTS AGE NAME READY STATUS RESTARTS AGE
@ -49,7 +49,7 @@ List the pod created by the `busybox` deployment:
kubectl get pods -l run=busybox kubectl get pods -l run=busybox
``` ```
> output > Output:
```bash ```bash
NAME READY STATUS RESTARTS AGE NAME READY STATUS RESTARTS AGE