Why the config-map configured for the ingress controller is getting auto modified randomly ? #4216
Replies: 4 comments
-
The only writing that the ingress controller performs is events back against objects. I am also assuming that you do not have any pipelines that might be repeatedly writing the configmap, even though the source has not changed. The ingress controller sets watches for updates on config objects and is notified by the K8s API. |
Beta Was this translation helpful? Give feedback.
-
@biswanaths Are you able to provide us with your current configmap setting and |
Beta Was this translation helpful? Give feedback.
-
@biswanaths one more item. What version are you running of NGINX Ingress controller? |
Beta Was this translation helpful? Give feedback.
-
Hi @biswanaths, can you please provide us with the IC logs and info requested in above comments please? thanks! |
Beta Was this translation helpful? Give feedback.
-
Hello.
I am seeing random events generated which shows that the config-map is getting updated. There is no manual update on the configmap. I am also not able to find what was changed.
What are the triggers for the configmap ?
Can anybody help me find the trigger or in general point to what to look for ?
Ingress is hosted ok EKS cluster.
I did rand controller with debug + v5 log level, but there is no information about the event except that only the configmap was updated.
Thank you.
Please let me know if any other information is needed.
Beta Was this translation helpful? Give feedback.
All reactions