You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you generate a few dozen tokens using it, you'll find some don't satisfy the regular expression '[a-z0-9]{6}.[a-z0-9]{16}', which kubeadm tokens should satisfy.
Thanks @williamstein its an artifact of me not properly maintaining this repo. Kubeadm has changed a bunch since I first wrote this. I do want to get it up to date, so will take that on and get this improved.
If you generate a few dozen tokens using it, you'll find some don't satisfy the regular expression '[a-z0-9]{6}.[a-z0-9]{16}', which kubeadm tokens should satisfy.
https://kubernetes.io/docs/admin/kubeadm/
which says " The token must be of the format [a-z0-9]{6}.[a-z0-9]{16}. A compatible random token can be generated kubeadm token generate."
The text was updated successfully, but these errors were encountered: