Skip to content

Commit

Permalink
disable gke metadata in kfp ui
Browse files Browse the repository at this point in the history
Signed-off-by: Humair Khan <[email protected]>
  • Loading branch information
HumairAK committed May 27, 2024
1 parent 2809902 commit 70dba66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/internal/mlpipelines-ui/deployment.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 70dba66

Please sign in to comment.