...
Likewise, the master node should also trust root @ the worker node (or each nodes (only 1 other worker node in this guide). SSH to it them and accept the connection to persist the fingerprint in in ~/.ssh/known_hosts
. This trust will be needed for Ansible to install the Kubernetes cluster (powered by KUD).
ssh root@WORKER_NODE_IPADDR
...