This message was deleted.
# general
a
This message was deleted.
b
You have the ubuntu server and docker. Maybe this document what you want. https://docs.ranchermanager.rancher.io/pages-for-subheaders/rancher-on-a-single-node-with-docker I would install rancher via CLI
sudo docker run -d --restart=unless-stopped -p 80:80 -p 443:443 --privileged rancher/rancher
• get container id & get rancher default password
docker ps --format '{{.ID}}' | awk '{print $1}' | xargs -i docker logs  {}  2>&1 | grep "Bootstrap Password:"| awk '{print $6}'
g
Thanks @breezy-church-69414, that's done, but when I try to create a new cluster I'm getting some errors.
I think you need to make sure your environment's firewall policy first
g
do i need to install K3s before i install rancher ? 😄
b
As far as I know, Rancher would deploy it to your node.
g
because kubectl dont work, and when i try to install k3s i get issue maybe the problem is there not the rancher manager