clean up formatting

pull/137/head
Kelsey Hightower 2017-03-25 20:23:14 -07:00
parent 180596398e
commit 69f4ecfa82
1 changed files with 2 additions and 2 deletions

View File

@ -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 <none> 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