Li Yi

Results 15 issues of Li Yi

1. Current API design is just mapping of the REST API. It will be better to provide the resource based API. E.g. instance resource, disk resource we can associate the...

help wanted

http://docs.aliyun.com/?spm=5176.383663.9.2.PqGGlv#/pub/oss/api-reference/object&CopyObject

bug

So far, only PayByBandwidth is supported

enhancement
ECS Driver

Bug Report --- Type: *bug report* ### What happened K8s images are signed with cosign, the new MediaType is not supported yet. ``` ERRO[2022-06-07 21:57:25] Get blob info from gcr.io/distroless/python2.7:sha256-3b38f6aa132206f41f3e1f4d7423736a5a89c0eb5fa313e362a5bf1a78df6ad9.cosign...

Bug Report --- Type: *bug report* ### What happened I got such error when syncing knative images from gcr.io ERRO[2022-06-02 15:30:19] Get blob info from gcr.io/knative-releases/knative.dev/client/cmd/kn:sha256-7954fe11a6dce1ec92f77355f2d8438dc39a0e34195e294becb9f70631397ca3.sbom error: unsupported manifest type:...

Signed-off-by: Li Yi Fix #182 Tested in Mac/Linux ``` $ cargo run -- -c examples/modules.toml Finished dev [unoptimized + debuginfo] target(s) in 1.03s Running `target/debug/wagi -c examples/modules.toml` No log_dir specified,...

In ```src/wasm_runner.rs``` the prepare_wasm_instance() will create and instantiated linker for every request, it will consume about 80% CPU time during stress testing. ``` pub fn prepare_wasm_instance( ctx: WasiCtx, wasm_module: &WasmModuleSource,...

Currently, WAGI only support SIGINT/Ctrl - C. It doesn't works well in containers, e.g. Docker or Kubernetes. I suggest to support SIGTERM in wagi_server.rs

https://dev.to/docker/enable-kubernetes-metrics-server-on-docker-desktop-5434