[frontend] KFP version is unknown
and the cluster information is missing in the KFP UI left sidenav
#11573
Labels
unknown
and the cluster information is missing in the KFP UI left sidenav
#11573
Environment
How did you deploy Kubeflow Pipelines (KFP)?
Google Kubernetes Engine (GKE), standalone KFP
KFP version:
2.4.0
Steps to reproduce
Open the KFP dashboard then check the KFP version and cluster information in the left sidenav (refer to the screenshots below)
Expected result
The KFP UI left sidenav show
2.4.0
as the version and show the cluster information correctly.Materials and Reference
To get the value of the KFP version, the frontend calls
/apis/v1beta1/healthz
. When I tried to call this API, it returns:After further reading, it seems that those values are populated from
COMMIT_SHA
andTAG_NAME
, which are read from environment variable (ref). These environment variables are set inside the Dockerfile of thekfp-api-server
.For the cluster metadata, I got
GKE metadata endpoints are disabled.
error message when inspecting the UI using browser developer console. It worked as expected in the previous version (2.3.0
). During the version upgrade, I also didn't make any changes on the cluster.Impacted by this bug? Give it a 👍.
The text was updated successfully, but these errors were encountered: