-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Support enabling NetworkPolicy enforcement via eksctl cluster config #7770
Comments
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
Stale but very relevant feature request of notable value i think |
I think the path forward here is to declare that this won't be supported for the Like this, it can (I think, not tested) be configured according to official AWS docs written for addons:
- name: vpc-cni
+ configurationValues: |-
+ enableNetworkPolicy: "true" Caveats
|
aws-node
v1.14.0+ supports NetworkPolicy enforcement according to changelog. I'd love to be able to control enabling this or not via theeksctl
configuration.There is a documented way to enable this both for being a managed addon and for self-managed addons.
I understand that
eksctl
clusters provideaws-node
aka.vpc-cni
as a self-managed addon, not listed underaddons
in theeksctl
configuration file, and should therefor follow documentation about enabling it for self-managed addon. I've so far tried and failed, and I'm not sure what goes on - but thats a separate topic to being allowed to enable it via .Overall though, it would be great to be able to enable NetworkPolicy enforcement directly through the eksctl cluster configuration and not require manual
kubectl
patches, especially since these will would get replaced if we would useeksctl utils update-aws-node
later at some point in time.The text was updated successfully, but these errors were encountered: