https://rancher.com/ logo
Title
r

ripe-architect-53912

11/02/2022, 2:28 PM
I’m trying to install rancher desktop on MacOS Ventura on an M1 mac and am having some issues with . What normally exists on port 8080? Following the nginx-helloworld tutorial I’m getting:
➜  gitlab git:(main) kubectl run hello-world --image=nginx-helloworld:latest --image-pull-policy=Never --port=80
I1102 10:25:15.433494   85633 versioner.go:58] invalid configuration: no configuration has been provided
The connection to the server localhost:8080 was refused - did you specify the right host or port?
I had to manually change the kubernetes port to 9443. How do I specify 9080?
➜  gitlab git:(main) grep -e "name:" -e "cluster" -e "server" ~/.kube/config
clusters:
  - name: docker-desktop
    cluster:
      server: <https://kubernetes.docker.internal:6443>
  - name: rancher-desktop
    cluster:
      server: <https://127.0.0.1:9443>
  - name: docker-desktop
  - name: rancher-desktop
  - name: docker-desktop
      cluster: docker-desktop
      name: docker-desktop
  - name: rancher-desktop
      cluster: rancher-desktop
      name: rancher-desktop
Found these ports using netstat.
proto: tcp4    addr.port: 127.0.0.1.9080     pid: 84117    name: /Applications/Rancher <http://Desktop.app/Contents/Resources/resources/darwin/internal/steve|Desktop.app/Contents/Resources/resources/darwin/internal/steve>
proto: tcp4    addr.port: 127.0.0.1.9443     pid: 84117    name: /Applications/Rancher <http://Desktop.app/Contents/Resources/resources/darwin/internal/steve|Desktop.app/Contents/Resources/resources/darwin/internal/steve>
j

jolly-forest-99711

11/02/2022, 5:11 PM
I'm wondering if you're having issues because of the M1 update. Does this sound familiar: https://github.com/rancher-sandbox/rancher-desktop/issues/3288