-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
"CREATE" ingress events added, when any of the worker node is recycled. #6279
Comments
The CREATE is related to the ingress controller, not the ingress definition. That said, I see this could be confusing because of the lack of context. |
Hi Manuel, Thanks for your reply, yes it is confusing because that event is showing in the namespace where the ingress is created. Not in the ingress-controller namespace. Do you know "The CREATE is related to the ingress controller" what does this ingress-controller CREATE process involve? |
This is related to the client-go informer when an ingress is reported
|
We noticed there are CREATE ingress showing in the namespace events.
Investigated further and identified that these events are added when we recycle any node(terminate a worker node) in our cluster.
Example events:
This is causing confusion as the actual ingress is not created but this event is created.
The text was updated successfully, but these errors were encountered: