Replies: 1 comment
-
These metrics are being worked on currently. It is following the best practices and not making any additional API calls to keep latency at a minimum.
My answer here is a tentative yes, depending on where these external-dns values come from. Supporting
I think expanding the scope of this controller / mutation handler would be the best approach from a networking perspective. |
Beta Was this translation helpful? Give feedback.
-
Based on the spike on external-dns, it seems there are a number of annotations and fields on gateway objects that need to be set on gateway resources and only have meaning for administrators.
The following fields need to be set on a self-service, namespaced gateway but the values are largely meaningless to the namespace owners:
Do we want to expand thing controller to be able to inject the fields admins know the values?
Would adding additional mutating webhooks be the right way to handle that?
Do we know the latency cost of this controller?
Beta Was this translation helpful? Give feedback.
All reactions