Unverified Commit ca1a48f4 authored by Vincent RABAH's avatar Vincent RABAH Committed by GitHub
Browse files

Merge pull request #14 from 4m3ndy/master

fix typo for master_ip
parents 43efd4f9 0052215c
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
```