NGF unnecessary reloads NGINX when it reconciles Secrets #1112
Labels
area/performance
Performance related
enhancement
New feature or request
good first issue
Good for newcomers
refined
Requirements are refined and the issue is ready to be implemented.
size/medium
Estimated to be completed within a week
Milestone
Describe the bug
During longevity test, NGF for some reason periodically reconciled secrets
While the reason is unclear why NGF reconciled the Secret, the contents of the Secret (cert and key) wasn't changed. So in any case, NGF should not have regenerated the config and reloaded NGINX.
To Reproduce
Update the Secret without changing it. For example, add an annotation.
See that NFG would reload NGINX.
Expected behavior
no reload of NGINX
Your environment
NGF:
Kubernetes:
Additional Context
This might be due to the controller-runtime forcing a reconciliation after a certain amount of time.
The text was updated successfully, but these errors were encountered: