Harvester is based on Kubernetes who is using etcd. etcd requires odd number of member to function correctly. So if you only have two nodes, one would be master and the other one would be worker. if the master is down, then the cluster would be down.
That’s why we recommend to have three node cluster, then you can lost one node without problem.