From 70dba66fba5a22f6c2848554c523d84e071dd0e3 Mon Sep 17 00:00:00 2001 From: Humair Khan Date: Mon, 27 May 2024 14:36:37 -0400 Subject: [PATCH] disable gke metadata in kfp ui Signed-off-by: Humair Khan --- config/internal/mlpipelines-ui/deployment.yaml.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/internal/mlpipelines-ui/deployment.yaml.tmpl b/config/internal/mlpipelines-ui/deployment.yaml.tmpl index 9c28be7f6..dd865237a 100644 --- a/config/internal/mlpipelines-ui/deployment.yaml.tmpl +++ b/config/internal/mlpipelines-ui/deployment.yaml.tmpl @@ -46,6 +46,8 @@ spec: value: "true" - name: ML_PIPELINE_SERVICE_HOST value: {{.APIServerServiceDNSName}} + - name: DISABLE_GKE_METADATA + value: 'true' - name: ML_PIPELINE_SERVICE_PORT value: '8888' {{ if .InterPodTLS }}