I made some changes to my config file, which seems to have gotten me past the SSH error, well sort of.
nodes:
- address: machine.local
port: "22"
internal_address: ""
role:
- controlplane
- etcd
- worker
user: <username>
docker_socket: /var/run/docker.sock
ssh_key: ""
ssh_key_path: ~/.ssh/id_ed25519
cluster_name: example-cluster
It still shows that it can’t set up an SSH tunnel, but now it’s saying that it can retrieve docker info. Previously it didn’t say anything about the docker file.
I meant to put the screen shot of the warning.