Merge pull request #14 from 4m3ndy/master

fix typo for master_ip
pull/2/head
Vincent RABAH 2020-05-13 09:43:59 +02:00 committed by GitHub
commit ca1a48f426
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
```