This message was deleted.
# rancher-desktop
a
This message was deleted.
c
I'm not quite sure why the provided command fails, but I can definitely reproduce the error on Windows 11.. I was able to use the following command to get the proper IP instead
Copy code
> $IP = (kubectl get node/$env:COMPUTERNAME -o=jsonpath="{range .status.addresses[?(@.type == 'InternalIP')]}{.address}{end}")
Following up, the tutorial is able to be completed successfully and running
curl whoami.$<http://IP.nip.io|IP.nip.io>
is successful using the IP from above
Copy code
> curl whoami.$<http://IP.nip.io|IP.nip.io>


StatusCode        : 200
StatusDescription : OK
c
Not sure why but on first try it still bailed out. Second attempt worked, though. Appreciate your help!