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
fix: use non-caching client to get pod in getPodPrivateIP in ENI controller (#21)
This removes the requirement to have list/watch permissions on pods (was missing in the ClusterRole in the Helm chart) and it doesn't cache all pods in the cluster anymore (should reduce memory usage).
// we use a non-caching client here as otherwise we would need to cache all pods (would increase memory usage) in the cluster and require list/watch permissions
0 commit comments