kubernetes 无法部署kubeflow管道

hmmo2u0o  于 2023-03-22  发布在  Kubernetes
关注(0)|答案(1)|浏览(132)

我正在学习这个教程https://www.kubeflow.org/docs/components/pipelines/v1/installation/localcluster-deployment/。在此之前,我成功地启动了minikube(https://minikube.sigs.k8s.io/docs/start/)。当我运行这个命令时:

kubectl apply -k "github.com/kubeflow/pipelines/manifests/kustomize/cluster-scoped-resources?ref=$PIPELINE_VERSION"

出现以下错误:

error: hit 27s timeout running 'C:\Program Files\Git\cmd\git.exe fetch --depth=1 origin HEAD'

我该怎么修呢?

ghhkc1vu

ghhkc1vu1#

修复,需要更新(在我的情况下重新安装)git

相关问题