Status of KFP V2 #10863
Unanswered
AndersBennedsgaard
asked this question in
Q&A
Status of KFP V2
#10863
Replies: 1 comment 1 reply
-
We have users running KFPv2 for a while, so I'd assume they are already running in production. The need to set the viz server env vars and the references to |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello 😃
I was curious: what is the status of running a pure V2 instance of pipelines? Has it been tested and is used in production?
#10402 and other issues makes it seem as if it should be possible now, but I still see a lot of references to code from
apiv1beta1
in the API server, several CRDs still usev1beta1
such as theScheduledWorkflow
(which might be intentional since it doesn't have to be versioned the same as the rest of the project, and so on.Personally, I've hit the issue that the API Server requires setting the
ML_PIPELINE_VISUALIZATIONSERVER_SERVICE_HOST
andML_PIPELINE_VISUALIZATIONSERVER_SERVICE_PORT
environment variables, even though the visualization server isn't used in V2 (I've removed the visualization server from my cluster, and most things seems to be running smoothly). Setting bogus values for these environment variables makes the API server run again. The code for that can be seen here:pipelines/backend/src/apiserver/main.go
Lines 150 to 156 in 45f3457
I've also hit an issue with the central dashboard erroring out with the pipelines card on the front page (see kubeflow/kubeflow#7584)
Beta Was this translation helpful? Give feedback.
All reactions