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

Setting clusterNetwork.blockCIDRs doesn't override defaults but adds to them. #597

Open
GrahamDumpleton opened this issue Oct 13, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@GrahamDumpleton
Copy link
Collaborator

Describe the bug

There is an inbuilt default for blocked CIDRs of:

clusterNetwork:
  blockCIDRs:
  - "169.254.169.254/32"
  - "fd00:ec2::254/128"

When I define my own in the config, I expect it to replace the inbuilt default, not add to it.

Additional information

No response

@GrahamDumpleton GrahamDumpleton added the bug Something isn't working label Oct 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant