From 69f4ecfa82867c8151335cc1f0389ef752f52a46 Mon Sep 17 00:00:00 2001 From: Kelsey Hightower Date: Sat, 25 Mar 2017 20:23:14 -0700 Subject: [PATCH] clean up formatting --- docs/09-dns-addon.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/09-dns-addon.md b/docs/09-dns-addon.md index bf26486..015c409 100644 --- a/docs/09-dns-addon.md +++ b/docs/09-dns-addon.md @@ -13,7 +13,7 @@ kubectl create clusterrolebinding serviceaccounts-cluster-admin \ --group=system:serviceaccounts ``` -### Create the `kubedns` service: +Create the `kubedns` service: ``` kubectl create -f https://raw.githubusercontent.com/kelseyhightower/kubernetes-the-hard-way/master/services/kubedns.yaml @@ -28,7 +28,7 @@ NAME CLUSTER-IP EXTERNAL-IP PORT(S) AGE kube-dns 10.32.0.10 53/UDP,53/TCP 5s ``` -### Create the `kubedns` deployment: +Create the `kubedns` deployment: ``` kubectl create -f https://raw.githubusercontent.com/kelseyhightower/kubernetes-the-hard-way/master/deployments/kubedns.yaml