fix typo for master_ip

This commit is contained in:
Ahmed Sallam 2020-05-12 23:41:24 +02:00
parent 43efd4f999
commit 0052215cf9
1 changed files with 1 additions and 1 deletions

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
```