ansible-kubernetes-openshift-pi3 icon indicating copy to clipboard operation
ansible-kubernetes-openshift-pi3 copied to clipboard

Ansible playbooks for setting up a Kubernetes Raspberry Pi 3 cluster

Results 10 ansible-kubernetes-openshift-pi3 issues
Sort by recently updated
recently updated
newest added

I am using Hypriot 11.2 image. The ssh id_rsa.pub file is missing under Pi account.. how can I fix it? task path: /home/g2david/k8s-pi/roles/base/tasks/user.yml:20 An exception occurred during task execution. To...

Hi, Thank you for your code. I was able to run the code following the doc until I ran: ansible-playbook -i hosts kubernetes.yml I have got the following errors: TASK...

Hi, I have installed the kubernetes on 4 Pi's with the playbooks (works perfect !). Also the management playbook has been installed. In the kubernetes UI I can see CPU/Memory...

I trying build the cluster but I have the follow error when I tried launch "ansible-playbook -i hosts kubernetes.yml" > "item": [ > "kubelet=1.8.1*", > "kubeadm=1.8.1*", > "kubectl=1.8.1*", > "kubernetes-cni"...

During ansible-playbook -i hosts kubernetes.yml: ASK [kubernetes : Run kubeadm init on master] ************************************************************************************************************************************ fatal: [192.168.0.230]: FAILED! => {"changed": true, "cmd": ["kubeadm", "init", "--config", "/etc/kubernetes/kubeadm.yml"], "delta": "0:00:06.811351", "end": "2017-10-22 15:50:01.583502",...

Kubeadm 1.7.1 is broken, when the init would run one'll get an error: ```bash $ kubeadm init --config /etc/kubernetes/kubeadm.yml [kubeadm] WARNING: kubeadm is in beta, please do not use it...

Hello. All the tasks succeed, but in dmesg, as seen in https://github.com/hypriot/image-builder-rpi/issues/166 . I know it's not specific to ansible scripts however. Is it worth trying with a 3.16 kernel?...

During the running of the playbook I get two simple errors: TASK [etcd : Install etcd] ***************************************************** included: /home/harry/k8s-pi/includes/install_binaries.yml for 192.168.23.200 TASK [etcd : Download Binaries] ************************************************ fatal: [192.168.23.200 ->...

To workaround the problem I commented out and run `become: yes` and `become_method: sudo` from setup.yml. After that I ran `ansible-playbook -i setup-host setup.yml -sk` instead of `ansible-playbook -i setup-host...