So I’m trying to deploy RKE2 on NixOS but I’ve run into a problem where it can’t install the included helm charts because cattle.io is parked at a registrar.
❮ curl http://helmcharts.helm.cattle.io
<!DOCTYPE html><html><head><script>window.onload=function(){window.location.href="/lander"}</script></head></html>
❯ curl http://helmcharts.helm.cattle.io/lander
<a href="https://www.afternic.com/forsale/helmcharts.helm.cattle.io?utm_source=TDFS_DASLNC&utm_medium=parkedpages&utm_campaign=x_corp_tdfs-daslnc_base&traffic_type=TDFS_DASLNC&traffic_id=daslnc&">Temporary Redirect</a>.
That redirect sends the traffic to afternic.com.
Is this a known issue? Is this going to be fixed? Should I just not have RKE2 install an of the help charts and do them myself?
Thanks!
-brian