You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, it looks like it's simply scanning 3 ports:
ports = [443, 6443, 8443]
In my case, I have the API on a random higher level IP (microk8s default install chooses a port at random). There doesn't appear to be anyway I can have it ignore the 443 it finds (Which is simply an nginx server), and use the one I specify.
The text was updated successfully, but these errors were encountered:
Right now, it looks like it's simply scanning 3 ports:
In my case, I have the API on a random higher level IP (
microk8s
default install chooses a port at random). There doesn't appear to be anyway I can have it ignore the 443 it finds (Which is simply an nginx server), and use the one I specify.The text was updated successfully, but these errors were encountered: