update file path to github

This commit is contained in:
Mumshad
2019-03-20 17:21:34 +08:00
parent ee2896ea04
commit f9562559fb

View File

@@ -7,7 +7,7 @@ In this lab you will deploy the [DNS add-on](https://kubernetes.io/docs/concepts
Deploy the `coredns` cluster add-on:
```
kubectl apply -f deployments/kube-dns.yaml
kubectl apply -f https://raw.githubusercontent.com/mmumshad/kubernetes-the-hard-way/master/deployments/kube-dns.yaml
```
> output