Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify port for KubeServer #34

Open
danbopes opened this issue Jun 3, 2022 · 0 comments
Open

Specify port for KubeServer #34

danbopes opened this issue Jun 3, 2022 · 0 comments

Comments

@danbopes
Copy link

danbopes commented Jun 3, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant