rancher-sandbox / rancher-desktop

Container Management and Kubernetes on the Desktop
https://rancherdesktop.io
Apache License 2.0
6.01k stars 283 forks source link

Helm install of Rancher 2.6.x on Rocky Linux 8 fails #1862

Open adamkpickering opened 2 years ago

adamkpickering commented 2 years ago

Actual Behavior

Step 11 of the test plan fails. The Rancher UI is not reachable.

Steps to Reproduce

Run the following in your terminal:

helm repo add jetstack https://charts.jetstack.io
helm repo add rancher-latest https://releases.rancher.com/server-charts/latest
helm upgrade --install cert-manager --namespace cert-manager jetstack/cert-manager --set installCRDs=true --set "extraArgs[0]=--enable-certificate-owner-ref=true" --create-namespace
kubectl get pods --namespace cert-manager
helm upgrade --install rancher rancher-latest/rancher   --namespace cattle-system   --set hostname=rancher.rd.localhost --wait --timeout=10m --create-namespace

Then note how the UI doesn't become available.

Result

UI is not reachable.

Expected Behavior

UI should be reachable.

Additional Information

No response

Rancher Desktop Version

0.release1.2.0b3eb2b1 (prerelease)

Rancher Desktop K8s Version

1.22.7

Which container runtime are you using?

containerd (nerdctl)

What operating system are you using?

Other Linux

Operating System / Build Version

Rocky Linux 8

What CPU architecture are you using?

x64

Linux only: what package format did you use to install Rancher Desktop?

AppImage

Windows User Only

No response

dpmerrill commented 2 years ago

I am also seeing this on Rocky, Ubuntu and SLE Systems as well. After initial startup of Rancher Desktop, Test #11 fails with no response from localhost:443. After restarting Kubernetes (from the RD Troubleshooting tab, or restarting RD), Test #11 succeeds.

IsaSih commented 2 years ago

Also had this problem on Mac M1. Tried to echo the localhost, got error 'no matches found'