Merge pull request #14 from 4m3ndy/master

fix typo for master_ip
This commit is contained in:
Vincent RABAH
2020-05-13 09:43:59 +02:00
committed by GitHub

View File

@@ -49,6 +49,6 @@ ansible-playbook site.yml -i inventory/hosts.ini
To get access to your **Kubernetes** cluster just
```bash
scp debian@master_pi:~/.kube/config ~/.kube/config
scp debian@master_ip:~/.kube/config ~/.kube/config
```