mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-15 17:28:58 +03:00
doc clean up and basic formatting improvements
This commit is contained in:
@@ -19,8 +19,6 @@ kubectl create clusterrolebinding serviceaccounts-cluster-admin \
|
||||
kubectl create -f https://raw.githubusercontent.com/kelseyhightower/kubernetes-the-hard-way/master/services/kubedns.yaml
|
||||
```
|
||||
|
||||
#### Verification
|
||||
|
||||
```
|
||||
kubectl --namespace=kube-system get svc
|
||||
```
|
||||
@@ -36,8 +34,6 @@ kube-dns 10.32.0.10 <none> 53/UDP,53/TCP 5s
|
||||
kubectl create -f https://raw.githubusercontent.com/kelseyhightower/kubernetes-the-hard-way/master/deployments/kubedns.yaml
|
||||
```
|
||||
|
||||
#### Verification
|
||||
|
||||
```
|
||||
kubectl --namespace=kube-system get pods
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user