I am trying to print the token with kubeadm, but on some control plane nodes in a specific cluster I get this error:
I0122 16:14:35.529340 433 token.go:119] [token] validating mixed arguments
I0122 16:14:35.529409 433 token.go:128] [token] getting Clientsets from kubeconfig file
I0122 16:14:35.529434 433 cmdutil.go:93] Using kubeconfig file: /etc/kubernetes/admin.conf
I0122 16:14:35.530344 433 loader.go:395] Config loaded from file: /etc/kubernetes/admin.conf
I0122 16:14:35.531511 433 token.go:243] [token] loading configurations
I0122 16:14:35.531650 433 initconfiguration.go:114] skip CRI socket detection, fill with the default CRI socket unix:///var/run/containerd/containerd.sock
I0122 16:18:00.849123 433 interface.go:432] Looking for default routes with IPv4 addresses
I0122 16:18:00.849164 433 interface.go:437] Default route transits interface "*"
route ip+net: no such network interface
[16:18] server123.place10:~# ```
Does anyone know what the real reason for this is? the node is reachable and working just fine, even though the error message seems to point in the direction of a network problem