https://rancher.com/ logo
Join the conversationJoin Slack
Channels
academy
amazon
arm
azure
cabpr
chinese
ci-cd
danish
deutsch
developer
elemental
epinio
espanol
events
extensions
fleet
français
gcp
general
harvester
harvester-dev
hobbyfarm
hypper
japanese
k3d
k3os
k3s
k3s-contributor
kim
kubernetes
kubewarden
lima
logging
longhorn-dev
longhorn-storage
masterclass
mesos
mexico
nederlands
neuvector-security
office-hours
one-point-x
onlinemeetup
onlinetraining
opni
os
ozt
phillydotnet
portugues
rancher-desktop
rancher-extensions
rancher-setup
rancher-wrangler
random
rfed_ara
rio
rke
rke2
russian
s3gw
service-mesh
storage
submariner
supermicro-sixsq
swarm
terraform-controller
terraform-provider-rancher2
terraform-provider-rke
theranchcast
training-0110
training-0124
training-0131
training-0207
training-0214
training-1220
ukranian
v16-v21-migration
vsphere
windows
Powered by Linen
rancher-desktop
  • b

    best-wall-17038

    09/09/2022, 11:52 PM
    I feel like there is one bug for MacOs monterey for RD 1.5.1… I reset everything and resinstall RD but I am again started to get below error
    kubectl get pods -n comnext                                                                                                                                                                                                                                                                                                
    I0910 01:50:59.430434   27321 versioner.go:56] Remote kubernetes server unreachable
    Unable to connect to the server: net/http: TLS handshake timeout
    j
    • 2
    • 4
  • c

    cuddly-night-88590

    09/14/2022, 10:32 AM
    Dumb question…recently had to reimage my macbook pro. Got rancher reinstalled via brew, but
    nerdctl
    ,
    helm
    , and
    kubectl
    give me ‘command not found’. Do I need to install those separately? I thought I remembered they get bundled with rancher…maybe just need to add some locations to my PATH? Rancher desktop v1.5.1 & macOS v12.5.1
    a
    w
    f
    • 4
    • 17
  • m

    millions-lock-4866

    09/14/2022, 12:15 PM
    Hi All, I'm currently using rancher-desktop on windows 11 with K8 installed. My rancher desktop crashes every time I click on Istio on the left side menu. Do you know if this is a known issue?
    w
    f
    • 3
    • 7
  • c

    cuddly-vr-30828

    09/14/2022, 4:50 PM
    Hello there, does anyone knows how to configure the kubernetes cidr for rancher desktop or any flags for k3s?
    f
    • 2
    • 3
  • c

    cuddly-vr-30828

    09/14/2022, 10:09 PM
    Hello, I seem to be having a k3s kubernetes network issue on my mac when installing rancher desktop. when I try to retrieve logs from any pods I get
    Error from server: Get "<https://192.168.1.239:10250/containerLogs/kube-system/coredns-b96499967-rdbpb/coredns>": proxyconnect tcp: proxy error from 127.0.0.1:6443 while dialing 192.168.5.2:56055, code 503: 503 Service Unavailable
    and I think
    192.168.5.2
    its the lima network?
  • b

    broad-balloon-22707

    09/15/2022, 2:52 AM
    It's normal be too slow (something like 3minutes) to start rancher desktop on Windows 11? I'm trying use with wsl2
    f
    • 2
    • 1
  • f

    fresh-football-21032

    09/15/2022, 3:01 AM
    On Windows when connected over VPN I am unable to access the Dashboard, it gives HTTP 500 error seems like trying to connect to the previous cluster IP (which I need to change to localhost in order to connect to kubernetes cluster (%USERPROFILE%/.kube/config) Anyone else facing this issue ?
    c
    • 2
    • 2
  • i

    icy-garage-31078

    09/15/2022, 5:42 PM
    Has anyone seen this before. RD 1.5.1 w/docker engine: I'm running a basic
    docker build
    on a M1. The command runs, getting a couple steps in before it dies with a message of
    unexpected EOF
    . If I immediately try to run the same command again, I instantly get the dread
    ...docker.sock. Is the docker daemon running
    . I tried using
    DOCKER_HOST=<tcp://ip:2375> docker build ...
    but this fails with the same error above after the build failed
    w
    • 2
    • 22
  • s

    sticky-article-24376

    09/16/2022, 6:21 AM
    Hello to all the wonderful folks, Good day!
  • s

    sticky-article-24376

    09/16/2022, 6:22 AM
    Our org is currently making a transition from Docker Desktop to Rancher desktop, and during this transition we are facing a hiccup!
  • s

    sticky-article-24376

    09/16/2022, 6:24 AM
    We are currently deploying an app for local testing on 9443, which was working fine till we had docker desktop, but since we have installed Rancher desktop, 9443 looks to be being used by Rancher Desktop, we are trying to figure out how do we tell Rancher to use some other port, appreciate any gentlemen/genetlewomen who could help/provide some insight! 🙂
    f
    • 2
    • 1
  • l

    lively-noon-83737

    09/16/2022, 7:21 PM
    Hi everyone, i’m running rancher desktop 1.3.0 on mac with an intel chipset - i’m wondering if anyone has run into a similar error:
    ------
    Dockerfile:8
    --------------------
       6 |     RUN npm install 
       7 |     COPY --chown=node . /app/
       8 | >>> RUN npm run build
       9 |     
      10 |     CMD [ "npm", "start" ]
    --------------------
    error: failed to solve: process "/bin/sh -c npm run build" did not complete successfully: exit code: 2
    FATA[0004] unrecognized image format                    
    FATA[0004] error while building image ecom-stack-localdev_dev-proxy: exit status 1
    f
    • 2
    • 5
  • f

    fierce-coat-52387

    09/19/2022, 4:35 AM
    👋 likely due to being new to containers in general, but I can't seem to get rancher desktop to use a local mount when I specify it. The location exists in the already shared /Users/$USER directory, but the containers don't seem to actually write to that directory, thus resetting back to defaults when I restart them or update them. I tried removing rancherdesktop, then building the same setup in lima on it's own and that worked, but ran into some port issues that rancherdesktop solved for me (still not sure on that one tbh). Any advice would be appreciated 🙂
    • 1
    • 1
  • f

    fierce-coat-52387

    09/19/2022, 4:36 AM
    I tried removing rancherdesktop, then building the same setup in lima on it's own and that worked, but ran into some port issues that rancherdesktop solved for me.
    • 1
    • 1
  • c

    cold-nightfall-40279

    09/19/2022, 11:11 AM
    Hello Simon, I am facing a similar problem. Were you able to find a solution ? Thanks, Sau
  • c

    cold-nightfall-40279

    09/19/2022, 11:15 AM
    Hello @thankful-train-2781, I am facing a similar situation on Windows 10 and behind a corporate proxy. Were you able to find a solution? Thanks, Sau
  • d

    dry-soccer-42797

    09/19/2022, 2:06 PM
    Hi, I am having an issue with Version 1.5.1 of Rancher Desktop on Apple Silicon M1. Just installed it but there is no Supporting Utilities section in the menu bar left and also when I installed nerdctl myself using lima, it does not integrate with Rancher Desktop's Kubernetes.
  • w

    wide-mechanic-33041

    09/19/2022, 2:10 PM
    nerdctl should be installed when you install RD (~/.rd/bin as a symlink) . because it is a shim back to the lima environment vs the full client last I checked you may need to not use the full one.
  • d

    dry-soccer-42797

    09/19/2022, 3:09 PM
    Yes, I checked ~/.rd/bin and there is indeed a nerdclt installed. Should I deinstall my own installation of lima and nerdctl then? When I am using the RD installed nerdctl, I get this error: ➜ nerdctl run -d -p 8080:80 --name nginx nginx:alpine FATA[0007] expected ac.ServerAddress ("") to be "https://index.docker.io/v1/"
    f
    • 2
    • 4
  • c

    colossal-caravan-45683

    09/19/2022, 6:29 PM
    Hello Team!, is Rancher Desktop working with terraform?
    w
    • 2
    • 5
  • h

    hallowed-forest-65526

    09/19/2022, 7:45 PM
    howdy! i’ve been using rancher desktop for quite some time w/o incident. idk what else changed but after 1) deploying an airflow helm chart and 2) upgrading macos i am unable to use nerdctl/containerd to launch containers w/o receiving the error, “subnet 10.4.0.0/24 overlaps with other one on this address space” this has persisted even after i have deleted the airflow deployment, performed a ‘factory reset’ of rd, and uninstalled/reinstalled. any tips?
  • h

    hallowed-forest-65526

    09/19/2022, 7:46 PM
    user@mac bin % nerdctl run -it --rm ubuntu /bin/bash
    FATA[0000] subnet 10.4.0.0/24 overlaps with other one on this address space
    ^^ ex
  • h

    hallowed-forest-65526

    09/19/2022, 8:05 PM
    update: reverting to 1.5.0 + performing another factory reset worked cc @wonderful-angle-26476 @jolly-forest-99711 (per https://rancher-users.slack.com/archives/C0200L1N1MM/p1661278056562799 )
  • c

    cool-pillow-1781

    09/19/2022, 8:10 PM
    I'm looking for instructions on how to get rancher desktop authenticated with dockerhub. I found the following (link below), but wasn't successful 😥
    w
    • 2
    • 25
  • c

    cool-pillow-1781

    09/19/2022, 8:11 PM
    https://eskerda.com/login-pull-docker-private-registry-rancher-desktop/
  • c

    curved-machine-14857

    09/19/2022, 8:21 PM
    Has anyone else see this error/warning before:
    <3>WSL (1792) ERROR: CreateProcessParseCommon:735: Failed to translate \\wsl.localhost\
    This happened after I switched from using the
    docker
    runtime to the
    nerdctl
    runtime. It happens in both my Ubuntu and Debian WSL instances. Everything appears to still be working ok though so I'm not sure what is going on here.
  • h

    high-toothbrush-33213

    09/20/2022, 3:09 AM
    I recently had trouble running my rancher-desktop, so I attempted reinstalling it. Uninstall didn't seem to actually uninstall anything. My WSL distros were still there among other things, so I removed them. Now after re-install, my distros are not re-appearing. Rancher desktop also still is not starting. Is there a proper way to uninstall rancher-desktop?
    h
    f
    • 3
    • 9
  • d

    dry-soccer-42797

    09/20/2022, 12:10 PM
    Are you adding support to display and manage running containers, just like Docker Desktop?
    q
    • 2
    • 6
  • a

    adamant-kite-43734

    09/20/2022, 2:02 PM
    This message was deleted.
    b
    a
    • 3
    • 6
  • p

    powerful-elephant-25838

    09/21/2022, 7:30 AM
    how can we add krew to the kubectl that comes with rancher desktop in windows 10?
    f
    • 2
    • 2
Powered by Linen
Title
p

powerful-elephant-25838

09/21/2022, 7:30 AM
how can we add krew to the kubectl that comes with rancher desktop in windows 10?
f

fast-garage-66093

09/21/2022, 9:27 PM
Do the instructions from Installing · Krew not work for you? If not, how do they fail?
p

powerful-elephant-25838

09/22/2022, 8:00 AM
my fault I had made some mess on the installation and fter cleaning up all works
View count: 40