Bump up and fix eBPF related E2E version cannot be update issue (#13122)
This commit is contained in:
parent
c5bfd7447c
commit
7a7f544977
|
|
@ -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
|
||||
type: Directory
|
||||
|
|
|
|||
|
|
@ -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
|
||||
type: Directory
|
||||
|
|
|
|||
Loading…
Reference in New Issue