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
  • p

    purple-action-15801

    10/31/2022, 3:53 PM
    Wow, nevermind. I just learned that the list is populated by fetching something real time from the internet. If you are behind a VPN/proxy, you can't get the list of ones that are not cached. Hopping off of the VPN worked to get the list.
    👍 1
  • a

    adorable-leather-68471

    10/31/2022, 4:14 PM
    Is it possible to use locally built images (not pushed to a repo) with the k3s that comes with Rancher desktop?
    f
    r
    • 3
    • 4
  • a

    adorable-leather-68471

    10/31/2022, 5:37 PM
    Another question. I can’t get metrics-server to work with rancher desktop. This is what I see in the logs
    I1031 17:36:05.591588       1 server.go:187] "Failed probe" probe="metric-storage-ready" err="no metrics to serve"
    I1031 17:36:15.601729       1 server.go:187] "Failed probe" probe="metric-storage-ready" err="no metrics to serve"
    I1031 17:36:25.654954       1 server.go:187] "Failed probe" probe="metric-storage-ready" err="no metrics to serve"
    E1031 17:36:30.820785       1 scraper.go:140] "Failed to scrape node" err="Get \"<https://192.168.0.207:10250/metrics/resource>\": context deadline exceeded" node="lima-rancher-desktop"
    E1031 17:36:32.719567       1 scraper.go:140] "Failed to scrape node" err="Get \"<https://192.168.0.207:10250/metrics/resource>\": dial tcp 192.168.0.207:10250: connect: network is unreachable" node="lima-rancher-desktop"
    j
    s
    • 3
    • 11
  • g

    gray-painting-60740

    10/31/2022, 10:50 PM
    I’m having an annoying issue where I can’t switch from
    containerd
    to
    dockerd
    I’ve tried installing and uninstalling rancher desktop (1.6.1) (running k3s 1.25) - but no matter what, when I switch the container engine it just hangs at
    ==> k8s.log <==
    2022-10-31T22:47:41.493Z: Waiting for K3s server to be ready on port 6443...
    2022-10-31T22:47:41.504Z: Error: connect ECONNREFUSED 127.0.0.1:6443
    j
    • 2
    • 6
  • g

    gray-painting-60740

    10/31/2022, 10:50 PM
    Any clues?
  • a

    adorable-leather-68471

    11/01/2022, 12:32 AM
    Another issue I am seeing with Rancher desktop seems to be related to this: https://community.traefik.io/t/heavy-performance-impact-when-using-traefik-on-kubernetes/12744/13 Traefik proxy is extremely slow, is it possible to use a custom image for the built in traefik proxy?
    f
    • 2
    • 19
  • w

    witty-honey-18052

    11/01/2022, 11:26 AM
    (WSL, RD 1.6.1, k8s 1.25) Is there anything I can do to debug the ports that traefik should be listening on? I disabled traefik to use another stack. I've since re-enabled traefik, even done a factory reset, but I can't seem to get traefik to respond on anything *.localhost on 80 or 443. Traefik is properly enabled as well as other settings like the WSL distro. I can forward ports from my workloads and access those directly, but the page never responds when trying to hit my-site.localhost, suggesting those ports aren't listening. I don't even get a 404 as expected, if the ingress wasn't properly configured. I don't see a port forward for anything traefik related, but I don't remember seeing that before anyways
    j
    • 2
    • 46
  • h

    happy-nightfall-71899

    11/01/2022, 6:08 PM
    Hi there - does anybody know where the Rancher Desktop VM temporarily stores image files whilst they are being downloaded from a repository? Thanks
  • b

    broad-train-31975

    11/01/2022, 6:10 PM
    Is there a way to install rancher desktop on a headless box? Say, to run integration tests? The question was moved to threads before anyone could see it
    f
    • 2
    • 15
  • a

    aloof-baker-33994

    11/01/2022, 8:26 PM
    has anyone here had the pleasure of adding self-signed certs to
    nerdctl
    ?
    • 1
    • 1
  • c

    curved-daybreak-34183

    11/02/2022, 7:03 AM
    Hi everyone I have a basic question (new to rancher desktop) I want to install rancher desktop on AWS on an ec2 instance. The documentation says - it requires an x86_64 processor with either AMD-v or VT-x. Does this mean that it can be installed only on bare metal ec2 instances and not on the normal ones (t2.xlarge, m5.large etc.. )
    j
    • 2
    • 5
  • f

    future-keyboard-11621

    11/02/2022, 12:10 PM
    I am using traefik and tried to setup redirectRegex with the following config:
    apiVersion: <http://traefik.containo.us/v1alpha1|traefik.containo.us/v1alpha1>
    kind: Middleware
    metadata:
      name: favicon-redirectregex
    spec:
      redirectRegex: 
        regex: ^<https://dev>\.account\.domain\.com/public/favicon(.*)
        replacement: <https://dev.account.domain.com/public/local_favicon.ico>
    I also registered it as:
    apiVersion: <http://networking.k8s.io/v1|networking.k8s.io/v1>
    kind: Ingress
    metadata:
      name: ciam-public-alb
      annotations: 
        <http://traefik.ingress.kubernetes.io/router.middlewares|traefik.ingress.kubernetes.io/router.middlewares>: favicon-redirectregex
    But now none of my url-s load at all, I am getting 404 on every page. Why would this be happening?
    j
    • 2
    • 3
  • i

    important-finland-54642

    11/02/2022, 2:15 PM
    I'm new to Rancher Desktop running RD 1.6.1 on OpenSuSE 15.3. Things seem to work fine but the dashboard-UI has got me confused with respect to labels on Pods and selectors on Services. Inspecting Pods via the "config" UI I see no labels though they're visible in the Deployment-config (an in the YAML of course). Services do show their related Pods in the overview but in the "selectors" pane of the "config" UI I'm told the (perfectly working) selectors would match "0 out of 0 Pods". This looks like some bug to me. Or is there something I'm missing about the UI?
    j
    • 2
    • 1
  • 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?
    j
    • 2
    • 2
  • e

    elegant-animal-80263

    11/02/2022, 4:29 PM
    Hi, I’m using RD on MAC, and after an update, it doesn’t start anymore. It hangs in “Waiting for Kubernetes API” for ages. I checked Google for solution, but non worked. I did factory reset, and reinstallation, but nothing helped. Can you help me sort this?
    j
    b
    • 3
    • 6
  • c

    calm-oil-58845

    11/02/2022, 4:56 PM
    I got it working again after changing the version of K8s
    j
    f
    • 3
    • 10
  • c

    calm-oil-58845

    11/02/2022, 5:00 PM
    Is there any easy way of installing Prometheus in Rancher Desktop? I would love to install the Operator, but I don’t know if the Operator Lifecycle manager is installed
  • c

    calm-oil-58845

    11/02/2022, 5:02 PM
    I thought the metrics-server was that, but I must be wrong
  • s

    stocky-bear-59522

    11/02/2022, 8:44 PM
    Hello, having an issue with file permissions within a container. Seems like this issue reported in Feb. (and maybe some others). My use case is to mount a git repo, ~/.ssh, etc from ‘docker run’ and then use them within the container. With Docker Desktop, this worked because it would map the local user to the user in the container. Rancher seems to not do this. git complains of “dubious file ownership”. SSH complains of ~/.ssh directory security/permissions being wrong. I’ve dug a little deep on it, tring to see if docker was running with dockremap and trying to figure out how the map was done, but found nothing significant. Wondering if anyone has encountered this and found a solution. Running Rancher Desktop on mac. Thanks in advance.
  • c

    clean-pager-20838

    11/03/2022, 12:05 AM
    Hi. trying to get similar performance on my local docker as i get on my production k8s cluster... but i think i'm not understanding the rd x lima relation... some questions in case anyone want to chime in
    f
    • 2
    • 24
  • q

    quick-keyboard-83126

    11/03/2022, 2:35 AM
    Should this work?
    % docker run --platform linux/arm/v7 -it busybox
    Unable to find image 'busybox:latest' locally
    latest: Pulling from library/busybox
    399f7f376f22: Pull complete 
    Digest: sha256:6bdd92bf5240be1b5f3bf71324f5e371fe59f0e153b27fa1f1620f78ba16963c
    Status: Downloaded newer image for busybox:latest
    exec /bin/sh: exec format error
    f
    • 2
    • 24
  • a

    acoustic-kitchen-57233

    11/03/2022, 5:55 AM
    Looking for some docs on GPU passthrough for Rancher Desktop on Windows. Are there any existing write ups? I tried searching but everything I see is around WSL2 in Ubuntu directly with Docker
    w
    • 2
    • 9
  • f

    freezing-holiday-13112

    11/03/2022, 4:57 PM
    Mmmmm can't get out of this error. Been running rancher-desktop for awhile but uninstalling and reinstalling keeps getting this error
    h
    f
    • 3
    • 6
  • f

    fast-garage-66093

    11/03/2022, 11:13 PM
    Release Rancher Desktop 1.6.2 · rancher-sandbox/rancher-desktop
    This patch release fixes an incompatibility with macOS Ventura
    Rancher Desktop 1.6.0 and 1.6.1 do not work properly with macOS 13 Ventura. When running Kubernetes versions 1.24.* or 1.25.*, the VM would hang right away before becoming ready. With earlier versions, Kubernetes would work initially, but start hanging after restarting Rancher Desktop. This issue has been fixed.
    There are no other changes in this release compared to 1.6.1.
    🎉 4
    👏 3
    👍 3
  • f

    fast-garage-66093

    11/03/2022, 11:14 PM
    I will enable auto-update tomorrow after reviewing any incoming bug reports
  • c

    crooked-toddler-1607

    11/04/2022, 11:25 AM
    is there any possible way to use Rancher Desktop on Windows wsl with Proxy Server for Internet?
    • 1
    • 3
  • d

    delightful-caravan-44867

    11/04/2022, 12:57 PM
    Hello all together a small question: I’m on mac (m1) and installed rancher-desktop via homebrew. I need to debug docker pull process, e.g.
    docker --debug pull hello-world
    Where does the logs goes? This here is not that helpful; and there is no command to get log location or redirect the log-path. Where does homebrew install rancher-desktop which again has docker (moby) installed and save the debug-logs? Thanks for you time!
  • f

    fast-garage-66093

    11/04/2022, 5:04 PM
    Automatic updates to 1.6.2 have been enabled now
  • m

    microscopic-carpenter-74639

    11/05/2022, 2:12 PM
    Running on Mac, it appears that one cannot bind-mount sockets, like
    docker run -e SSH_AUTH_SOCK=$SSH_AUTH_SOCK -v $SSH_AUTH_SOCK:$SSH_AUTH_SOCK -it --rm alpine sh
    . It appears as a directory instead of a socket. Is there a work-around? Obviously the SSH_AUTH_SOCK is the main use-case.
    • 1
    • 1
  • s

    salmon-dress-35980

    11/06/2022, 11:27 PM
    Hello guys, I new to rancher and rancher-desktop, just tried to use it and I'm unable to past this error, I've removed and reinstalled everything I could think of, ~/.kube/config, factory restart, etc with no luck, can someone advice please (:
    h
    • 2
    • 1
Powered by Linen
Title
s

salmon-dress-35980

11/06/2022, 11:27 PM
Hello guys, I new to rancher and rancher-desktop, just tried to use it and I'm unable to past this error, I've removed and reinstalled everything I could think of, ~/.kube/config, factory restart, etc with no luck, can someone advice please (:
h

hundreds-toothbrush-73999

11/10/2022, 10:10 AM
did you delete ~/.kube/config ? It seems like some certificate there could be wrong
View count: 39