We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What happened: The documentation lists ports which have to be enabled for bare metal communication. However, it is missing smee's port:
smee
# kubectl get pod -n eksa-system smee-5d98bdc76-jg5s6 -o yaml|grep 7171 - -dhcp-http-ipxe-binary-url=http://OURIP:7171/ipxe - -dhcp-http-ipxe-script-url=http://OURIP:7171/auto.ipxe - -http-addr=0.0.0.0:7171 - containerPort: 7171
Without allowing TCP 7171, installation of the nodes would not work.
TCP 7171
What you expected to happen: All ports are listed that are needed.
How to reproduce it (as minimally and precisely as possible): Try an installation without that port allowed.
Anything else we need to know?:
Environment:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened:
The documentation lists ports which have to be enabled for bare metal communication. However, it is missing
smee
's port:Without allowing
TCP 7171
, installation of the nodes would not work.What you expected to happen:
All ports are listed that are needed.
How to reproduce it (as minimally and precisely as possible):
Try an installation without that port allowed.
Anything else we need to know?:
Environment:
The text was updated successfully, but these errors were encountered: