We had setup kubernetes 1.10.1 on CoreOS with three nodes. Setup is successfull
NAME STATUS ROLES AGE VERSION node1.example.com Rea
Looks like you misconfigured kublet:
You missed the --client-ca-file flag in your Kubelet Service File
--client-ca-file
That’s why you can get some general information from master, but can’t get access to nodes.
This flag is responsible for certificate; without this flag, you can not get access to the nodes.