eks: Fix CNI metrics relabelings

Signed-off-by: Maxime Brunet <maxime.brunet@paytm.com>
This commit is contained in:
Maxime Brunet 2021-07-23 13:29:39 -07:00
parent 4965e45c15
commit 3a98a3478c
No known key found for this signature in database
GPG Key ID: 757B11B65F872567

View File

@ -31,15 +31,6 @@
name: 'cni-metrics-port',
port: 61678,
targetPort: 61678,
relabelings: [
{
action: 'replace',
regex: '(.*)',
replacement: '$1',
sourceLabels: ['__meta_kubernetes_pod_node_name'],
targetLabel: 'instance',
},
],
},
],
selector: { 'app.kubernetes.io/name': 'aws-node' },
@ -74,6 +65,15 @@
port: 'cni-metrics-port',
interval: '30s',
path: '/metrics',
relabelings: [
{
action: 'replace',
regex: '(.*)',
replacement: '$1',
sourceLabels: ['__meta_kubernetes_pod_node_name'],
targetLabel: 'instance',
},
],
},
],
},