Skip to content

AWS CNI Prefix not propagated to nodes #196

Answered by yorinasub17
ina-stoyanova asked this question in Help
Discussion options

You must be logged in to vote

The issue here is that you ran kubergrunt eks sync-core-components manually, instead of relying on the module. Due to the way the aws-vpc-cni is managed and how the prefix delegation is enabled, each run of kubergrunt eks sync-core-components ends up resetting the aws-vpc-cni daemonset to the default initial settings (where prefix delegation is not enabled). So when you manually ran the command, it reset the settings to disable it.

In the module, we work around this by running kubergrunt eks sync-core-components first, and then updating the daemonset with the relevant environment variables.

You can reset this back by doing the following:

  • First, run terragrunt apply or terraform apply wit…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by yorinasub17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment