From 40079098635f7925a5a84ad940dc1189c03589f8 Mon Sep 17 00:00:00 2001 From: Mario Macias Date: Tue, 9 Jul 2024 11:39:43 +0200 Subject: [PATCH] Exclude src_port from kubernetes neto11y tests --- test/integration/k8s/manifests/06-beyla-netolly-promexport.yml | 1 + .../integration/k8s/manifests/06-beyla-netolly-sk-promexport.yml | 1 + test/integration/k8s/manifests/06-beyla-netolly.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/test/integration/k8s/manifests/06-beyla-netolly-promexport.yml b/test/integration/k8s/manifests/06-beyla-netolly-promexport.yml index a4afd13a2..caff494f5 100644 --- a/test/integration/k8s/manifests/06-beyla-netolly-promexport.yml +++ b/test/integration/k8s/manifests/06-beyla-netolly-promexport.yml @@ -24,6 +24,7 @@ data: beyla.network.flow.bytes: # assured cardinality explosion. Don't try in production! include: ["*"] + exclude: ["src_port"] --- kind: Service apiVersion: v1 diff --git a/test/integration/k8s/manifests/06-beyla-netolly-sk-promexport.yml b/test/integration/k8s/manifests/06-beyla-netolly-sk-promexport.yml index 3e873901e..789c6ccd3 100644 --- a/test/integration/k8s/manifests/06-beyla-netolly-sk-promexport.yml +++ b/test/integration/k8s/manifests/06-beyla-netolly-sk-promexport.yml @@ -24,6 +24,7 @@ data: beyla.network.flow.bytes: # assured cardinality explosion. Don't try in production! include: ["*"] + exclude: ["src_port"] --- kind: Service apiVersion: v1 diff --git a/test/integration/k8s/manifests/06-beyla-netolly.yml b/test/integration/k8s/manifests/06-beyla-netolly.yml index 3f6b87ed4..5c338ce20 100644 --- a/test/integration/k8s/manifests/06-beyla-netolly.yml +++ b/test/integration/k8s/manifests/06-beyla-netolly.yml @@ -24,6 +24,7 @@ data: beyla.network.flow.bytes: # assured cardinality explosion. Don't try in production! include: ["*"] + exclude: ["src_port"] --- apiVersion: apps/v1 kind: DaemonSet