mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-09 14:23:36 +00:00
Recent changes to support multiple methods for discovery meant that "kubeadm init" no longer was sufficient and users would need to add "--discovery token://" to achieve the same results. Instead lets assume discovery if the user does not specify anything else to maintain parity and the brevity of our original instructions.