Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feedback] docs/components/pipelines/operator-guides/installation/_index.md #3895

Closed
padhr2810 opened this issue Oct 8, 2024 · 5 comments
Closed

Comments

@padhr2810
Copy link

padhr2810 commented Oct 8, 2024

This worked fine a few days ago, but has stopped working on my Ubuntu 22.04.3 laptop.

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

Received the following error message:

Warning: 'vars' is deprecated. Please use 'replacements' instead. [EXPERIMENTAL] Run 'kustomize edit fix' to update your Kustomization automatically.
error: error validating "github.com/kubeflow/pipelines/manifests/kustomize/cluster-scoped-resources?ref=2.3.0": error validating data: failed to download openapi: Get "https://192.168.49.2:8443/openapi/v2?timeout=32s": dial tcp 192.168.49.2:8443: connect: no route to host; if you choose to ignore these errors, turn validation off with --validate=false

I tried turning off validation and updating kustomization as instructed but this didn't help.

@hbelmiro
Copy link
Contributor

hbelmiro commented Oct 8, 2024

The error connect: no route to host indicates that your kubectl command cannot reach the Kubernetes API server at 192.168.49.2:8443.
Make sure you're connected to a Kubernetes cluster.

@hbelmiro
Copy link
Contributor

hbelmiro commented Oct 8, 2024

/close

Copy link

@hbelmiro: Closing this issue.

In response to this:

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@padhr2810
Copy link
Author

padhr2810 commented Oct 8, 2024

Thanks @hbelmiro .
Tried a couple of things. Simple suggestion at this link worked:
minikube delete
minikube start

Before that I tried the suggestion at this link but didn't work for me.
minikube stop
minikube start

Thanks again.

@hbelmiro
Copy link
Contributor

hbelmiro commented Oct 8, 2024

I'm not sure about the compatibility and steps needed for minikube. I recommend using kind instead.
Please see: https://www.kubeflow.org/docs/components/pipelines/legacy-v1/installation/localcluster-deployment/#kind

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants