ansible-kubeadm-cluster icon indicating copy to clipboard operation
ansible-kubeadm-cluster copied to clipboard

An Ansible playbook that implements http://kubernetes.io/docs/getting-started-guides/kubeadm

Results 4 ansible-kubeadm-cluster issues
Sort by recently updated
recently updated
newest added

Invalid token if using kubeadm v 1.7.2 ``` token: Invalid value: \"b6567.8d078898c4947a0d\": token [\"b6567.8d078898c4947a0d\"] was not of form [\"^([a-z0-9]{6})\\\\.([a-z0-9]{16})$\"], token: Invalid value: \"b6567.8d078898c4947a0d\": token must be of form '[a-z0-9]{6}.[a-z0-9]{16}' ```

Modified the test commands so they properly ping the target groups.

Just as an simple draft (it works for me, but it's limited to my setup with OpenStack) look at fork https://github.com/VAdamec/ansible-kubeadm-cluster/tree/develop - use Terraform output with dynamic backend (fqdn filter...

Hello there, Tried this on CentOS 7 1 master, 2 minions and got stuck at "Join nodes to cluster". I'm not sure where in your code you intend to provide...