From 1e14c3b72dd219b233fd674881e9f77889085dc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lebron=20Yan=20=28=E9=97=AB=E6=B0=B8=E6=99=96=29-=E4=BA=91?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E4=B8=AD=E5=BF=83=E9=9B=86=E5=9B=A2?= Date: Tue, 20 Apr 2021 16:22:00 +0800 Subject: [PATCH] Solve the problem of manually creating yurt tunnel agent to report errors. --- config/setup/yurt-tunnel-agent.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/setup/yurt-tunnel-agent.yaml b/config/setup/yurt-tunnel-agent.yaml index d036aa640ff..b9f3530785e 100644 --- a/config/setup/yurt-tunnel-agent.yaml +++ b/config/setup/yurt-tunnel-agent.yaml @@ -22,6 +22,7 @@ spec: - yurt-tunnel-agent args: - --node-name=$(NODE_NAME) + - --node-ip=$(POD_IP) - --v=2 image: openyurt/yurt-tunnel-agent:latest imagePullPolicy: IfNotPresent