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

Missing port of smee in firewall table #8996

Open
Cajga opened this issue Nov 12, 2024 · 0 comments
Open

Missing port of smee in firewall table #8996

Cajga opened this issue Nov 12, 2024 · 0 comments

Comments

@Cajga
Copy link
Contributor

Cajga commented Nov 12, 2024

What happened:
The documentation lists ports which have to be enabled for bare metal communication. However, it is missing smee's port:

# 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.

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:

  • EKS Anywhere Release: v0.20.7
  • EKS Distro Release:
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