mirror of https://github.com/k3s-io/k3s
Fix typo in Ansible README file scp command.
parent
690a4ca7a4
commit
3fef74bcb9
|
@ -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_pi:~/.kube/config ~/.kube/config
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue