-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[backend] metadata-grpc-deployment cannot connect to mysql #8224
Comments
Hi @jielou ! |
@gkcalat Hi. I tried to install 1.8.5, but More details:
|
Hi @jielou Did you follow these instruction? I was able to deploy KFP 1.8.5 on GCP. There are also AWS instructions. /CC @surajkota, as this might be AWS-specific issue? FYI, here are instructions for standalone installation using kustomize. |
@gkcalat thanks for the reply. I followed the first link of instruction in |
As we are waiting for @surajkota or someone else from AWS, can you provide what exactly you run to deploy KFP? Besides, you can try deploying KFP 1.8.5: export PIPELINE_VERSION=1.8.5
kubectl apply -k "github.com/kubeflow/pipelines/manifests/kustomize/cluster-scoped-resources?ref=$PIPELINE_VERSION"
kubectl wait --for condition=established --timeout=60s crd/applications.app.k8s.io
kubectl apply -k "github.com/kubeflow/pipelines/manifests/kustomize/env/platform-agnostic?ref=$PIPELINE_VERSION"
kubectl wait pods -l application-crd-id=kubeflow-pipelines -n kubeflow --for condition=Ready --timeout=1800s
kubectl port-forward -n kubeflow svc/ml-pipeline-ui 8080:80 Then try accessing Kubeflow Pipelines UI in your browser: http://localhost:8080/. If you are using ssh, you have to connect with port forwarding: |
sure. I cloned the pipelines repo and then checkout 1.8.5 tag. and then followed the instructions in readme:
I will try the instructions you sent me, but I think they did the same job. thanks. |
I got a new error in the deployment (happened in both using the instructions you shared and my old deployment method). The cache server failed to launch now.
it worked before probably because I did not clean up resources after installing 1.5. This time, I cleaned up the cluster before installing 1.8.5 and it failed. |
Hi @jielou, do you want to install Kubeflow pipelines standalone? or are you interested in trying out the full Kubeflow? Please clean up your existing installation and follow one of these options according to your choice:
If you are looking to install Kubeflow pipelines 1.8.5 standalone on AWS, you would need to:
We need update the documentation here: https://www.kubeflow.org/docs/components/pipelines/v1/installation/standalone-deployment/ and remove outdated README content |
@surajkota thanks for the instructions. I want to install Kubeflow pipelines 1.8.5 standalone on AWS. Which version of cert-manager would you recommend? I used the latest one but saw the error when installing kubeflow pipelines:
|
@jielou What EKS version are you on? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I'm closing this issue as it's open for more than a year. You can reopen it if the issue persists. /close |
@rimolive: Closing this issue. In response to this:
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. |
Environment
follow the standalone deployment doc, but run `kubectl create -k platform-agnostic' instead.
1.5
NA
Steps to reproduce
I follow the guideline the deploy the standalone kubeflow pipelines. However, the metadata-grpc-deployment pod always crush, and logs shows
mysql pod is running fine.
also meta-writer, ml-pipeline,ml-pipeline-persistenceagent also has crashloopbackoff or 0/1 ready status.
Expected result
pods are running ok.
Materials and Reference
Impacted by this bug? Give it a 👍.
The text was updated successfully, but these errors were encountered: