This message was deleted.
# rancher-desktop
a
This message was deleted.
p
Hmm, did you install the prerequisites listed first? I tested on a mac (which should be the same, because they're both running on a Linux VM, but please let me know if there are issues and I can bring up a Windows box instead): 1.
rdctl shell
2. (From the shell)
sudo su -
3.
apk add -U nfs-utils open-iscsi
4.
modprobe iscsi_tcp
5. (Exit out of
rdctl shell
) 6. Install longhorn using the helm v3 method Rancher Desktop 1.9.0, containerd, Kube 1.26.5
a
looks like dns problem (1.26.5)
coredns
Copy code
No files matching import glob pattern: /etc/coredns/custom/*.server
p
Hmm, in that case I'll try again on Windows too. Can I get some info about your setup (so that I can hopefully reproduce this better)? • Are you using the containerd or moby backend? • Was Rancher Desktop installed for everybody (as in, installed by an admin with UAC prompt)?
a
1. containerd 2. it's my surface 9, simple installation
looks like service cidr not work 🤔
Copy code
/ $ wget metrics-server:10250
Connecting to metrics-server:10250 (10.43.93.5:10250)
^C
/ $ wget 10.43.93.5:10250
Connecting to 10.43.93.5:10250 (10.43.93.5:10250)
/ $ wget 10.42.0.24:10250
Connecting to 10.42.0.24:10250 (10.42.0.24:10250)
wget: server returned error: HTTP/1.0 400 Bad Request
p
Okay, I can reproduce on Windows… but that's also because I can't load openiscsi correctly (can't do kernel modules, because WSL)
👍 1
Hmm, doesn't work even with a custom kernel (with iscsi_tcp).
rancher employee 1