Question: Tasks not getting cached
See original GitHub issue👋 I am new to Kubeflow, I used kfctl to install kbf. Pipelines work fine, but caching is not working. Tasks never get skipped. There is nothing in the logs either:
kubectl logs -n kubeflow --selector app=cache-server
2020/10/28 17:13:34 Initing client manager....
2020/10/28 17:13:34 Database created
2020/10/28 17:13:34 execution_caches
I made sure that mutatingwebhookconfiguration
exists and that is setup as mentioned in https://www.kubeflow.org/docs/pipelines/caching/
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:22 (13 by maintainers)
Top Results From Across the Web
Not all task a showing when caching is enabled
Hi All, We are using Office 365 exchange online configured on Office 2013 which is installed on a Server 2012 R2 and used...
Read more >Caching tasks and removing them from the cache when faulted
It's irrelevant how the Cache is feeded. It has a Task that might not be finished, has a result or be faulted. And...
Read more >Task failures when cached results are missing
Overall the caching features in Prefect 2 are very welcome, however I'm struggling to understand the design decision behind a task failing ...
Read more >Debugging and diagnosing cache misses - Gradle User Manual
When running this test make sure that you have no remote cache configured, and storing in the local cache is enabled. These are...
Read more >Caching in GitLab CI/CD
Runners use cache to speed up the execution of your jobs by reusing existing data. This can sometimes lead to inconsistent behavior. There...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I figured out the problem. When i deleted the kubeflow pipelines deployment to recreate is from scratch following This, it left behind the mutatingwebhookconfiguration for the namespace (I wasn’t aware that it was a cluster-wide resource). Manually deleting that before reinstalling fixed the cache server issue.
I imagine it had been left from when i had done the kfp uninstall/reinstall before, and had mismatch between TLS certs. Not certain of this, however.
Also, i saw no events or errors in status messages on either of the two resources.
Thank you for all of your help!
Its actually 1.17.4