Project31 / ansible-kubernetes-openshift-pi3

Ansible playbooks for setting up a Kubernetes Raspberry Pi 3 cluster
190 stars 56 forks source link

Changed username according to latest Hypriot version, 1.4 #13

Closed openwms closed 7 years ago

rhuss commented 7 years ago

Actual, user pi is correct here as it is introduced in the base setup. So you have both, pi and pirate but like pi better as it is shorted. It also get the public ssh key in it ~/.ssh so its even easier to login.

rhuss commented 7 years ago

Thanks btw ;-) The typo with u is already fixed in master. Please let me know whether it works for you or if something can be improved.

btw, I'm hopefully going to update to Kubernetes 1.6.2 today.

openwms commented 7 years ago

Strange. It didn't work with user pi. I had to change to pirate. Even no ssh login is possible with pi user anymore with latest Hypriot 1.4. Anyway, thanks for feedback.

rhuss commented 7 years ago

@openwms Did you run the setup playbook before the kubernetes playbook ?

ansible-playbook -k -i hosts setup.yml

As you can see in setup.yml pirate is used to setting up the base system.