hariomsaini

Results 2 comments of hariomsaini

To fix this issue when using Istio + NLB (IP Tragets), here are the working defaults. Ingress gateway Deployment- ```yaml terminationGracePeriodSeconds: 300 ``` ```yaml podAnnotations: proxy.istio.io/config: | drainDuration: 300s parentShutdownDuration:...

Hi guys, probably this is a more cleaner way to do this (on the serviceMonitor object) ```yaml prometheus-node-exporter: prometheus: monitor: enabled: true relabelings: - sourceLabels: [__meta_kubernetes_endpoint_node_name] targetLabel: node ``` These...