Reputation: 141
I am following this tutorial https://www.kubeflow.org/docs/components/pipelines/v1/installation/localcluster-deployment/. Before that I succcessfully started minikube (https://minikube.sigs.k8s.io/docs/start/). When I run this command:
kubectl apply -k "github.com/kubeflow/pipelines/manifests/kustomize/cluster-scoped-resources?ref=$PIPELINE_VERSION"
I get the following error:
error: hit 27s timeout running 'C:\Program Files\Git\cmd\git.exe fetch --depth=1 origin HEAD'
How can I fix it?
Upvotes: 0
Views: 200