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

Explicitly allow node controller to access metadata server #115

Open
jerome-jutteau opened this issue Jul 29, 2022 · 0 comments
Open

Explicitly allow node controller to access metadata server #115

jerome-jutteau opened this issue Jul 29, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@jerome-jutteau
Copy link
Contributor

jerome-jutteau commented Jul 29, 2022

What would you like to be added:

Helm chart currently do not specify any way to access metadata server(169.254.169.254/32).
Some ccm installation (like in OpenShift), does not allow controller pod to access metadata server.

One way to do it would be to add spec.hostNetwork: True in controller's pod description as mentioned in openshift documentation.

Solution to explore would be to add n egress network policy to specifically target metadata server.

Why is this needed:

Without be able to access metadata server, some ccm setup cannot provide node details.

@jerome-jutteau jerome-jutteau added the enhancement New feature or request label Jul 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant