-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
metadata options block not supported in node_groups #1353
Comments
We forgot that MNG now support LT. So please open a PR. I'll happy to review it. |
I've created a branch locally for this and will submit a PR since this is a pressing issue or us and I haven't seen a PR from the author. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Is your request related to a problem? Please describe.
The
metadata options
block is only supported in theworkers
but not in thenode_groups
#1301my understanding is that we could use this options to block access to metadata endpoint from workloads and force the use of IRSA as explained here
Is this on purpose ?
I use node_groups to get managed_groups and i would rather not have to switch to un-managed worker groups.
Describe the solution you'd like.
Support
metadata options
on the node_groupDescribe alternatives you've considered.
Calico policy - they work.
Additional context
I am willing to do a PR but first wanted to check if there is any reason why this was not implemnted in the same PR as the worker_groups one
The text was updated successfully, but these errors were encountered: