Commit 0052215c authored by Ahmed Sallam's avatar Ahmed Sallam
Browse files

fix typo for master_ip

parent 43efd4f9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
```