deployKF / website

the website for deployKF
https://www.deploykf.org/
Apache License 2.0
2 stars 7 forks source link

[Feedback] Version Matrix #95

Open larrycai opened 6 months ago

larrycai commented 6 months ago

the link like Kubeflow Pipelines is not correct.

it will be appreciated how to check this version via command line

thesuperzapper commented 6 months ago

@larrycai thanks for finding the incorrect link.

Which command line are you talking about?

larrycai commented 6 months ago

https://www.deploykf.org/releases/version-matrix/

U can skip this for the table, it can be optional to have a guide. I mean it could be good to have kubectl or other way to check the version lively. I don't know all

But below is my way to check kfp version on k8s system

$ kubectl exec -it deployment.apps/kubeflow-pipelines-profile-controller -n kubeflow -- env  | grep KFP_VERSION
KFP_VERSION=2.0.0-alpha.7
$ kubectl describe deployment katib-controller -n kubeflow | grep Image
    Image:    kubeflowkatib/katib-controller:v0.15.0