Tianyang Zhang

Results 11 issues of Tianyang Zhang

CRI: Contianer state should be **unknown** if fail to start, not exited. I believe the exited state indicates that the process has started successfully and exited either by killed or...

area/cri
cherry-pick/1.6.x
Stale
needs-rebase

agent: Netgwork ID should be sent to netlink when update routes According to go-agent code [here](https://github.com/kata-containers/agent/blob/master/network.go#L540), ` netlink.Route.Dst` is the result of CIDR conversion, then **networkID**(ip address & mask) will...

size/tiny

Made a update_routes rpc call on agent with the `Route { device: "eth0", source: "", dest: "192.168.157.204/20", gateway: "", scope: 253 }`, and get an error from netlink request `Invalid...

bug
needs-review

As setupSandboxFiles was moved to controller, it is difficult for CRI server to know if the remote controller did. If the controller didn't, CRI would add a dangerous container mount...

size/L

We have found a bug that pods restarted after containerd restarted, especially on the condition that the container IO is very frequent. The parent process of the container processm that...

## Description This is an umbrella issue to track some future plans. ## CI/CD - [x] Publish new release by Github Action #81 - [ ] Enhancement of CI lints...

help wanted

### What would you like to be added? Limit the container process in CgroupV2 ### Why is this needed? Cgroup is used to restrict process group resources in Linux. It...

kind/feature

### What would you like to be added? Add a publisher in wasm sandboxer that can publish events in https://github.com/containerd/containerd/blob/main/api/events/task.proto ### Why is this needed? Containerd needs to receive events...

kind/feature

### What would you like to be added? More **warning** checks of Clippy linter. ### Why is this needed? Clippy is a collection of lints to catch common mistakes and...

kind/feature

### Summary I'm trying to run llama-api-server with Llama-3-8B in wasm-sandboxer of Kuasar! But got some errors. ### Current State _No response_ ### Expected State _No response_ ### Reproduction steps...

bug
binding-rust
WASI-NN