You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pods using security groups must contain terminationGracePeriodSeconds in their pod spec. This is because the Amazon EKS VPC CNI plugin queries the API server to retrieve the pod IP address before deleting the pod network on the host. Without this setting, the plugin doesn't remove the pod network on the host.
The problems with this statement are:
terminatingGracePeriodSeconds has a default value of 30s; why does it have to be present in the "spec"?
The actual condition to be avoided is terminatingGracePeriodSeconds=0
The text was updated successfully, but these errors were encountered:
In Security groups for pods / considerations, the guidance regarding
terminationGracePeriodSeconds
is easily misunderstood:The problems with this statement are:
The text was updated successfully, but these errors were encountered: