Lucas Servén Marín

Results 166 comments of Lucas Servén Marín

> I think we should somehow block match url parameters if it's a POST request? Yes, this would be a potential solution: we chose one data transfer format to prioritize,...

Hey @stv0g any update on cunicu? How can we get Kilo to interoperate with it and enable better automatic discovery? ❤️

@clive-jevons thanks for your patience! If you can help resolve the merge conflict on the PR then I would be very happy to merge this bad boy!

thanks @dajudge

This is a bit annoying, One way around this without using `#type: ignore` is to use `.construct()` instead, and in this way do the instantiation of the model without validation...

I saw: https://github.com/juicedata/juicefs-csi-driver/issues/540. This ensures that if the StorageClass specifies a `pathPattern` then the directory will not be deleted until the last PV that references is is deleted. However this...

What can be done to work with existing directories to prevent data from being deleted?

Yes, I read that before. As I mentioned in the first message, we create and delete lots of PVs for different namespaces all the time and it's impractical to manage...

Hi @h0hm,j what is the _special_ difference here compared to what is in the docs? Is it the reclaim policy? So if I configure my storage class like this and...