Hi, I am new in the Rancher, trying to get run the hello-world example with following steps:
- CentOS8.3 clean minimal install with podman-docker
- sudo docker run --privileged -d --restart=unless-stopped -p 80:80 -p 443:443 rancher/rancher:stable
- following tutorial on https://rancher.com/docs/rancher/v2.5/en/quick-start-guide/workload/quickstart-deploy-workload-ingress/
- in the point 2 of tutorial my ingress got stacked in the initializing state
how to proceed further? (the server doesnot have a public access IP )
thanks beforehand.