From 11e9939839bcb234419d92b03eaba92d7c83f48f Mon Sep 17 00:00:00 2001 From: crayon <873217631@qq.com> Date: Wed, 15 Nov 2023 09:57:48 +0800 Subject: [PATCH] =?UTF-8?q?minor:=20=E5=BA=94=E7=94=A8=E9=95=9C=E5=83=8F?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=AF=B9=E7=89=B9=E6=AE=8A=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E7=9A=84=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- support-files/kubernetes/images/family_bucket/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/support-files/kubernetes/images/family_bucket/Dockerfile b/support-files/kubernetes/images/family_bucket/Dockerfile index 541916062..7ad922556 100644 --- a/support-files/kubernetes/images/family_bucket/Dockerfile +++ b/support-files/kubernetes/images/family_bucket/Dockerfile @@ -86,6 +86,9 @@ RUN set -ex && \ pip install --no-cache-dir blueking-component-ieod==0.1.12 && \ pip install --no-cache-dir bkoauth==0.0.22 +# 移除 upstreams 检查 +RUN set -ex && sed -i '/check_polices_${node_type}_to_upstream/s/^/#/' script_tools/setup_agent.sh + FROM base-app AS ee-app