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