安装使用pipeline
安装pipeline组件
export PIPELINE_VERSION=0.2.2
kubectl apply -f https://storage.googleapis.com/ml-pipeline/pipeline-lite/$PIPELINE_VERSION/crd.yaml
kubectl wait --for condition=established --timeout=60s crd/applications.app.k8s.io
kubectl apply -f https://storage.googleapis.com/ml-pipeline/pipeline-lite/$PIPELINE_VERSION/namespaced-install.yaml
查看安装结果
kubectl get all -nj kubeflow
[root@master pipelines]# kubectl get pods -n kubeflow
NAME READY STATUS RESTARTS AGE
pod/ambassador-cd476cb56-jk79h 2/2 Running 0 26h
pod/ambassador-cd476cb56-md5x5 2/2 Running 0 26h
pod/ambassador-cd476cb56-qr5l4 2/2 Running 0 26h
pod/centraldashboard-7d45f8cbc8-vdksx 1/1 Running 0 26h
pod/conditional-execution-pipeline-k6sm2-1061071197 0/2 Completed 0 156m
pod/c

本文介绍如何在Kubeflow环境中安装Pipeline组件,包括设置版本、应用CRD和Namespaced安装,以及通过kubectl命令验证安装结果。进一步讲解了如何编辑Service以暴露UI给外部访问,并演示了通过浏览器访问并运行自定义Pipeline的过程。
最低0.47元/天 解锁文章
3034





