From d0131854bc0b2b4504b853f5eace7919ba2d8825 Mon Sep 17 00:00:00 2001 From: Nemo Date: Sat, 20 Jun 2020 15:46:33 +0200 Subject: [PATCH] Just add upper cases --- docs/12-dns-addon.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/12-dns-addon.md b/docs/12-dns-addon.md index d24dc84..04ef992 100644 --- a/docs/12-dns-addon.md +++ b/docs/12-dns-addon.md @@ -10,7 +10,7 @@ Deploy the `coredns` cluster add-on: kubectl apply -f https://storage.googleapis.com/kubernetes-the-hard-way/coredns.yaml ``` -> output +> Output: ```bash 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 ``` -> output +> Output: ```bash NAME READY STATUS RESTARTS AGE @@ -49,7 +49,7 @@ List the pod created by the `busybox` deployment: kubectl get pods -l run=busybox ``` -> output +> Output: ```bash NAME READY STATUS RESTARTS AGE