opencredo / kubefuse

Kubernetes as a FUSE Filesystem
https://opencredo.com/blogs/introducing-kubefuse-file-system-kubernetes/
Apache License 2.0
266 stars 16 forks source link

Cached YAML returned after successful edit of JSON #15

Closed mboersma closed 1 year ago

mboersma commented 8 years ago

Steps to reproduce:

Caching doesn't seem to be that long-lived, so soon the YAML version will update. But maybe kubefuse should invalidate all the caching at that level after a successful kubectl edit?

bspaans commented 8 years ago

Thanks for reporting and yes, this seems to be an caching issue. It should invalidate all the yaml, json, describe, etc. keys on write, but doesn't. I'll pick this up.