clean up formatting
parent
180596398e
commit
69f4ecfa82
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue