mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-15 17:28:58 +03:00
make kube-dns work again
This commit is contained in:
@@ -7,6 +7,12 @@ In this lab you will deploy the DNS add-on which is required for every Kubernete
|
||||
|
||||
## Cluster DNS Add-on
|
||||
|
||||
```
|
||||
kubectl create clusterrolebinding serviceaccounts-cluster-admin \
|
||||
--clusterrole=cluster-admin \
|
||||
--group=system:serviceaccounts
|
||||
```
|
||||
|
||||
### Create the `kubedns` service:
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user