Hello,
I’ve setup a bare metal machine with Rancher Server on RancherOS. I have the management UI running on 8080. Great. Tried adding a Host using the Bash command given by the management UI (Infrastructure > Hosts > Add Host).
The host never shows up in the GUI.
‘docker ps’ on this machine shows:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
e20dc2fc52d7 rancher/agent:v0.8.2 “/run.sh http://serve” 5 minutes ago Up 5 minutes modest_spence
e5f665af9102 rancher/server:v0.56.0-rc3 “/usr/bin/s6-svscan /” 11 minutes ago Up 7 minutes 3306/tcp, 0.0.0.0:8080->8080/tcp nostalgic_meninsky
I have a hunch that my agent/server versions are not compatible. Can someone advise? Where can I find the information regarding which version of each play nicely with each other?
Thank you