mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-07-27 14:13:53 +03:00
clean up formatting
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user