Rajat Jindal

Results 96 comments of Rajat Jindal

Hi @rnpridgeon to ensure I understand it correctly, you mean to support `.gz` files?

may be support a `destination` dir to allow moving to a different directory?

Hi @liyanchang, thank you for your work on this project. I am trying to use this PR for one of the project that i am working on, and it seems...

I've reported https://github.com/spinkube/spin-plugin-kube/issues/70 to try out an alternative approach by handling this on `spin kube` plugin side.

Hi @michelleN, with #69 merged, do we still need this PR? (or is it something completely different?)

This looks quite similar to https://github.com/operator-framework/operator-sdk/issues/1813, which states a possibility of another spin operator instance running in the cluster (or locally with same cluster?) could you please double check that...

Hi Caleb, I have the dashboard to show following metrics today: - cpu/memory usage - replica count - network i/o I am not sure how to fetch # of requests...

Hi @jsturtevant, just trying to understand your suggestion here. are you saying to have these static assets loaded in memory and serve from there?

this is now fixed with https://github.com/spinkube/spin-operator/pull/207 and available in v0.2.0 of spin-operator.

I spent some time debugging this and found a simple workaround. if we mount volume under `/assets//`, then this works. this is because [spin-oci-loader](https://github.com/fermyon/spin/blob/9b56fe5284872697f3a6f4ff9073cf2460eb0f8a/crates/oci/src/loader.rs#L75) copies the static assets from oci...