I am using a CF template to manage EKS Node Groups. When I pass --use-max-pods=false
into the BootstrapArguments
parameter, it appears to be ignored by the bootstrap.sh script, or some other component as there is still a limit being applied to each node.
Pass --use-max-pods=false
into the BootstrapArguments
parameter of a CF template.
No error. The nodes still have a pods
entry in the allocatable
section of their configuration when I interrogate with kubectl get nodes -o yaml
.
Looks to be a duplicate of #4752 which should have been fixed in #4753?
This is :bug: Bug Report
Other potentially useful information:
Hi @tomkivlin, you are right this is a duplicate and the issue was fixed and merged yesterday. There hasn't been a new release yet with those changes so that's why you're still experiencing this issue unfortunately. The new release should be out in a few days.
I will close this issue. Feel free to reopen if once you get the new release you still encounter some problems.
Ah gotcha - thanks @SomayaB, sorry for the impatience!