This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-showcase.git


The following commit(s) were added to refs/heads/main by this push:
     new 011f574  Sync rover and change the network profiling service (#98)
011f574 is described below

commit 011f5741ecd3b130679a14c1a1c1a111866b4f18
Author: mrproliu <[email protected]>
AuthorDate: Mon Dec 5 11:07:49 2022 +0800

    Sync rover and change the network profiling service (#98)
---
 Makefile.in                                             | 6 +++---
 deploy/platform/kubernetes/feature-event/scaler.yaml    | 4 ++--
 deploy/platform/kubernetes/feature-rover/profiling.yaml | 4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index b5956d4..3cf3b48 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -26,8 +26,8 @@ TAG ?= $(shell git rev-parse --short HEAD)
 
 ES_IMAGE ?= docker.elastic.co/elasticsearch/elasticsearch-oss:7.10.0
 
-SW_OAP_IMAGE ?= 
ghcr.io/apache/skywalking/oap:c91f7e3952954a299227dbab77662ec6de517803
-SW_UI_IMAGE ?= 
ghcr.io/apache/skywalking/ui:c91f7e3952954a299227dbab77662ec6de517803
+SW_OAP_IMAGE ?= 
ghcr.io/apache/skywalking/oap:d8fce128353e6728846ed98b26e862c1ded31bfc
+SW_UI_IMAGE ?= 
ghcr.io/apache/skywalking/ui:d8fce128353e6728846ed98b26e862c1ded31bfc
 SW_CLI_IMAGE ?= 
ghcr.io/apache/skywalking-cli/skywalking-cli:0883266bfaa36612927b69e35781b64ea181758d
 SW_EVENT_EXPORTER_IMAGE ?= 
ghcr.io/apache/skywalking-kubernetes-event-exporter/skywalking-kubernetes-event-exporter:8a012a3f968cb139f817189afb9b3748841bba22
 SW_AGENT_JAVA_IMAGE ?= 
ghcr.io/apache/skywalking-java/skywalking-java:51161ae6a5b8e266eef39162cc4e23440d36ab38-java8
@@ -36,7 +36,7 @@ SW_AGENT_NODEJS_BACKEND_VERSION ?= 
59ef1aed6a404e2e8afffbb4b81ea849ae4f3026
 SW_AGENT_NODEJS_FRONTEND_VERSION ?= 1e31bd17dcebb616163d848fc435f3a2d4822fb8
 
 SW_SATELLITE_IMAGE ?= 
ghcr.io/apache/skywalking-satellite/skywalking-satellite:v672ec32414c38f3589124c6131b0b4473cda0de5
-SW_ROVER_IMAGE ?= 
ghcr.io/apache/skywalking-rover/skywalking-rover:2a4396158474efdf22566067e15c449ad2e83b4e
+SW_ROVER_IMAGE ?= 
ghcr.io/apache/skywalking-rover/skywalking-rover:bebdac31c2a4506e0208e09f1a38f1bc2bfd0d2e
 
 SWCK_OPERATOR_VERSION ?= 0.7.0
 CERT_MANAGER_VERSION ?= v1.9.1
diff --git a/deploy/platform/kubernetes/feature-event/scaler.yaml 
b/deploy/platform/kubernetes/feature-event/scaler.yaml
index 82a3506..03cd3a3 100644
--- a/deploy/platform/kubernetes/feature-event/scaler.yaml
+++ b/deploy/platform/kubernetes/feature-event/scaler.yaml
@@ -74,7 +74,7 @@ spec:
               command:
                 - sh
                 - -c
-                - kubectl -n ${NAMESPACE} scale deployment songs-deployment 
recommendation-deployment gateway-deployment app-deployment --replicas=2
+                - kubectl -n ${NAMESPACE} scale deployment songs-deployment 
gateway-deployment app-deployment --replicas=2
           restartPolicy: Never
 
 ---
@@ -100,5 +100,5 @@ spec:
               command:
                 - sh
                 - -c
-                - kubectl -n ${NAMESPACE} scale deployment songs-deployment 
recommendation-deployment gateway-deployment app-deployment --replicas=1
+                - kubectl -n ${NAMESPACE} scale deployment songs-deployment 
gateway-deployment app-deployment --replicas=1
           restartPolicy: Never
diff --git a/deploy/platform/kubernetes/feature-rover/profiling.yaml 
b/deploy/platform/kubernetes/feature-rover/profiling.yaml
index 9b19bea..9a1d005 100644
--- a/deploy/platform/kubernetes/feature-rover/profiling.yaml
+++ b/deploy/platform/kubernetes/feature-rover/profiling.yaml
@@ -70,8 +70,8 @@ spec:
                   apk update && apk add yq;
                   /swctl --base-url=http://oap:12800/graphql profiling ebpf 
create network \
                     
--sampling-config=/profiling/network-profiling-sampling.yaml \
-                    --service-name=mesh-svr::songs \
-                    --instance-name=$(/swctl 
--base-url=http://oap:12800/graphql instance ls --service-name 
mesh-svr::songs|yq e '.[0].name' -);
+                    --service-name=mesh-svr::recommendation \
+                    --instance-name=$(/swctl 
--base-url=http://oap:12800/graphql instance ls --service-name 
mesh-svr::recommendation|yq e '.[0].name' -);
               volumeMounts:
                 - name: profiling-config
                   mountPath: /profiling

Reply via email to