Skip to content
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

fix: use non-caching client to get pod in getPodPrivateIP in ENI controller #21

Merged

Conversation

alfredkrohmer
Copy link
Collaborator

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).

…ntroller

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).
@alfredkrohmer alfredkrohmer force-pushed the fix/alfredkr/use-non-caching-client-for-get-pod branch from 13b7911 to ce309b9 Compare July 1, 2024 11:00
@alfredkrohmer alfredkrohmer merged commit 317b48e into main Jul 1, 2024
1 check passed
github-actions bot pushed a commit that referenced this pull request Jul 1, 2024
## [1.2.1](v1.2.0...v1.2.1) (2024-07-01)

### Bug Fixes

* use non-caching client to get pod in `getPodPrivateIP` in ENI controller ([#21](#21)) ([317b48e](317b48e))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant