dcj / ansible-kubeadm-cluster

An Ansible playbook that implements http://kubernetes.io/docs/getting-started-guides/kubeadm
49 stars 23 forks source link

token must be of form '[a-z0-9]{6}.[a-z0-9]{16} #4

Open tzutalin opened 7 years ago

tzutalin commented 7 years ago

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}'
tzutalin commented 7 years ago

I didn't dive into the root cause. I hardcode it.