krustlet-wasm3 icon indicating copy to clipboard operation
krustlet-wasm3 copied to clipboard

Krustlet provider for the wasm3 runtime.

Results 4 krustlet-wasm3 issues
Sort by recently updated
recently updated
newest added

This PR fixes [Umbrella Issue] Migrate CNCF Ecosystem projects from k8s.gcr.io to registry.k8s.io https://github.com/kubernetes/k8s.io/issues/4780

All of the infrastructure is in place for `kubectl logs`. We just need a way to hook `output_writer` into the wasm3 runtime such that the output of the function call...

The wasmtime provider allows volumes, environment variables, and function arguments to the main program. We have that available, but it's currently stubbed out/unused. https://github.com/deislabs/krustlet-wasm3/blob/9f4faa34fdc77181df956864edc0c0600dc4d2d4/src/wasi_runtime.rs#L52-L58

The krustlet should be able to change the number of memory pages available for the stack. This is necessary to allow this provider to run in locations where memory size...