From 7a7f5449771c90d2ed318516757b0f7ff2cbf578 Mon Sep 17 00:00:00 2001 From: mrproliu <741550557@qq.com> Date: Thu, 20 Mar 2025 11:32:29 +0800 Subject: [PATCH] Bump up and fix eBPF related E2E version cannot be update issue (#13122) --- .../cases/profiling/ebpf/access_log/rover.yaml | 10 ++++++---- test/e2e-v2/cases/profiling/ebpf/rover.yaml | 12 ++++++++---- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/test/e2e-v2/cases/profiling/ebpf/access_log/rover.yaml b/test/e2e-v2/cases/profiling/ebpf/access_log/rover.yaml index 58f68d9d42..87279121e5 100644 --- a/test/e2e-v2/cases/profiling/ebpf/access_log/rover.yaml +++ b/test/e2e-v2/cases/profiling/ebpf/access_log/rover.yaml @@ -59,7 +59,7 @@ spec: containers: - name: skywalking-rover # SkyWalking Rover image path - image: ghcr.io/apache/skywalking-rover/skywalking-rover:29ef115f29d5597f64d3745e7b191d57cc853848 + image: ghcr.io/apache/skywalking-rover/skywalking-rover:${SW_ROVER_COMMIT} imagePullPolicy: IfNotPresent securityContext: capabilities: @@ -90,8 +90,10 @@ spec: value: "false" - name: ROVER_PROCESS_DISCOVERY_KUBERNETES_ANALYZER_ISTIO_APPLICATION_ACTIVE value: "false" - - name: ROVER_HOST_MAPPING - value: /host + - name: ROVER_HOST_PROC_MAPPING + value: /host/proc + - name: ROVER_HOST_ETC_MAPPING + value: /host/etc - name: ROVER_ACCESS_LOG_ACTIVE value: "true" - name: ROVER_ACCESS_LOG_FLUSH_PERIOD @@ -107,4 +109,4 @@ spec: - name: host-sys hostPath: path: /host/sys - type: Directory \ No newline at end of file + type: Directory diff --git a/test/e2e-v2/cases/profiling/ebpf/rover.yaml b/test/e2e-v2/cases/profiling/ebpf/rover.yaml index a3e8087c67..dbd3175b17 100644 --- a/test/e2e-v2/cases/profiling/ebpf/rover.yaml +++ b/test/e2e-v2/cases/profiling/ebpf/rover.yaml @@ -59,7 +59,7 @@ spec: containers: - name: skywalking-rover # SkyWalking Rover image path - image: ghcr.io/apache/skywalking-rover/skywalking-rover:6bbd39aa701984482330d9dfb4dbaaff0527d55c + image: ghcr.io/apache/skywalking-rover/skywalking-rover:${SW_ROVER_COMMIT} imagePullPolicy: IfNotPresent securityContext: capabilities: @@ -93,8 +93,12 @@ spec: value: "${SERVICE_NAME_EXP}" - name: ROVER_PROCESS_DISCOVERY_KUBERNETES_ANALYZER_K8S_SERVICE_INSTANCE_NAME value: "test-instance" - - name: ROVER_HOST_MAPPING - value: /host + - name: ROVER_HOST_PROC_MAPPING + value: /host/proc + - name: ROVER_HOST_ETC_MAPPING + value: /host/etc + - name: ROVER_PROFILING_ACTIVE + value: "true" hostPID: true hostNetwork: true dnsPolicy: ClusterFirstWithHostNet @@ -102,4 +106,4 @@ spec: - name: host hostPath: path: /host - type: Directory \ No newline at end of file + type: Directory