From f8902862aec61e50c861b30a85edfba1d16e1c3e Mon Sep 17 00:00:00 2001 From: wulin Date: Mon, 4 Dec 2023 20:32:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9user=E6=A8=A1=E5=9D=97skywalk?= =?UTF-8?q?ing=E7=89=88=E6=9C=AC=E5=8F=B7=E5=92=8C=E6=8B=B7=E8=B4=9D?= =?UTF-8?q?=E5=BF=85=E8=A6=81=E6=8A=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/modules/user/deploy/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/modules/user/deploy/deploy.yaml b/docker/modules/user/deploy/deploy.yaml index f2b115b..34625ad 100644 --- a/docker/modules/user/deploy/deploy.yaml +++ b/docker/modules/user/deploy/deploy.yaml @@ -23,12 +23,12 @@ spec: spec: initContainers: - name: agent-container - image: apache/skywalking-java-agent:8.7.0-alpine + image: apache/skywalking-java-agent:9.0.0-java8 volumeMounts: - name: skywalking-agent mountPath: /agent command: [ "/bin/sh" ] - args: [ "-c", "cp -R /skywalking/agent /agent/" ] + args: [ "-c", "cp -R /skywalking/agent /agent/ \\cp /skywalking/agent/optional-plugins/apm-nacos-client-2.x-plugin-9.0.0.jar /skywalking/agent/plugins\\cp /skywalking/agent/optional-plugins/apm-spring-cloud-gateway-3.x-plugin-9.0.0.jar /skywalking/agent/plugins\\cp /skywalking/agent/optional-plugins/apm-spring-webflux-5.x-plugin-9.0.0.jar /skywalking/agent/plugins\\cp /skywalking/agent/optional-plugins/apm-spring-webflux-5.x-plugin-9.0.0.jar /skywalking/agent/plugins" ] imagePullSecrets: - name: aliyun-hub-register #提前在项目下配置访问阿里云的账号密码 containers: