Feng Shao
Feng Shao
seems not possible to archive this by middleware b/c middlewares are processed *after* receiving full request?
https://github.com/kubernetes/client-go/blob/master/tools/metrics/metrics.go#L132 metrics.Register() is in a sync.Once.Do(), so the register can only has effect once. My program import controller runtime to use its client, and I want to track the latency...
My chart has elasticsearch as subchart: ``` - name: elasticsearch repository: oci://registry-1.docker.io/bitnamicharts version: 21.4.x condition: tags.elasticsearch ``` and my chart has a flag "highAvailability", if user set it to true,...