question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:22 (13 by maintainers)

github_iconTop GitHub Comments

1reaction
cah4444commented, Dec 1, 2020

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!

1reaction
cah4444commented, Nov 23, 2020

I believe is 1.17.9

Its actually 1.17.4

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found