Hi Qi,
Thanks for asking, just check you have signed up already here [/signup](/signup) post running the command kubectl wait --namespace harness --timeout 900s --selector app=proxy --for condition=Ready pods as it directly redirects to the sign-in page instead of sign-up page and without having signed-up the error of Failed to fetch: 502 Bad Gateway appears.
I would suggest there’s might also be an issue with the conf file, rewrite your config to use ip, not dns. For instance, 127.0.0.1 instead of localhost , or remove the ipv6 alias from /etc/hosts.
Yes in Linux it works fine aftee kubectl wait, for windows I’m not able to recreate this I don’t have access to windows system, stil going through common errors like this in Windows system to get a nack of the problem you are facing.
Thanks for verifying that Linux works fine following the guide. But this issue has not been resolved for my windows 10 laptop. hope someone with similar system could help to resolve this.
From what I understand, the common issues regarding windows and WSL arises from network port not available, could you please check all the pre defined ports for helm installation are not getting used by any other process and is available.
Thanks for your suggestion. which are the pre defined ports for helm installation on Linux (which affect the helm installation)? because on windows, the issue is that after ‘helm install …’ command, some images ‘Available’ status is 0.
Thank you for your verification from Linux. these ports may change each restart of your kubernetes, or fixed? but anyway, we need a windows platform practitioner/expert of this to help resolve the issue. when following the guide running “helm install …”, will all the images’ Available state = 1? if not, how to resolve it. it’s not all available=0, but the 5 – if some ports not accessible, all should be blocked, or sometime this, sometime that. by the way, I just successfully followed another guide, which deployed nginx to my kubernetes cluster (same windows environment) through harness delegate without the issue.
Glad that you were able to find a way out of it, feel free to keep posting about more queries on this forum. Also once I have my windows machine set-up will surely look into this.
Thank you