-
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
[Minikube] webhook-server-tls secret not created #3815
Comments
Can you please check the logs of cache-deployer? P.S. Are you able to run any pipelines? |
I got the same issue,my logs are
My k8s cluster already have a prometheus server before I use pipelines But I can run toturrial pipelines |
There should be more logs since some service had successfully deployed Can you please check the previous pods of that deployment? If that does not work, you can try deleting the |
The caching server works as a standalone service. If it's deployed correctly, it will make your pipelines run much faster by skipping already completed steps. If it does not work, your pipelines just run as usual without skipping any steps. |
I delete cache-webhook-kubeflow and it works,thanks |
If this happens again try to collect the cache deployer logs across all restarts, so we can see how it was creating the secret. |
I think I got to the bottom of it. Adding |
I wonder why the TLS secret was deleted. Was the namespace deleted? |
What steps did you take:
webhook-server-tls secret not created during Kubeflow Pipelines standalone deployment
What happened:
Cache server got stuck in ContainerCreating state, because of the missing secret
Environment:
Mac OS, I use minikube cluster bundled with Docker for desktop
How did you deploy Kubeflow Pipelines (KFP)?
KFP version: 0.5.1
KFP SDK version: not installed
Anything else you would like to add:
It happens after a second deployment (when I deploy for the first time on a fresh cluster it works fine, then when I delete the deployment with:
and recreate it with the command above, the secret is not being created.
When I run
./deploy-cache-service.sh
manually, the secret is created and the cache server is starting as expected./kind bug
/area backend
The text was updated successfully, but these errors were encountered: