:wave: I have been working on rolling out Rancher...
# rancher-desktop
l
👋 I have been working on rolling out Rancher Desktop for my organization. We did a test group in June and we had really good results, everything worked as a drop in replacement. Since then, it appears that 1.20.0 has introduced a bug that is preventing KIND clusters from resolving DNS. I have a reproduction case to attach in 🧵 . I tested 1.19.3 and it works, then immediately doesn’t work in 1.20.0.
I don’t know where exactly this bash script came from — probably from the KIND project itself, but it’s what we’ve been using for local KIND clusters for a while. As with any random bash script on the internet, please review it throughly before running.
This is the error that occurs
I went through research to understand where that IP comes from, I identified the Lima docoumentation that explains why it’s using 192.168.5… address: https://lima-vm.io/docs/config/network/user/ — but I haven’t found a workaround besides downgrading.
Is this issue known or have a known workaround?
Also — I have reproduced this on both a fresh install of macOS as well as my company laptop. I was worried that our DNS filtering was causing this, but can confirm that there should be no issue with that.
f
Can you please file a GitHub bug report! Thank you!
👍 1