Register Etcd and Master nodes

I have a K8s deployment and when I run “kubectl get nodes” it returns the compute nodes.

I’m deploying monitoring agents as DaemonSets, but since the Etcd and Master nodes are not listed as nodes, not even as non schedulable, these agents are not deployed on these nodes.

In my experience for example on an Openshift cluster, these nodes were listed, and Daemonsets were deploying successfully.

How can I make those nodes register as nodes, non schedulable ones.

Thanks.

Just an update: after upgrading to Rancher v1.6.2 all nodes are registered.