zhaodiaoer

Results 7 issues of zhaodiaoer

First, thank you a lot for gjson. I import gjson to my project and use path syntax to standardize input, but I'm wondering if there is a way to validate...

In some scenarios such as runtime restart or the occurrence of nri request timeout, the ttrpc connections between the plugin and the runtime will be actively closed by the runtime,...

v1.0 required

In the current logical design, when the external plugin responds to the request timeout (exceeding the configured value of `plugin_request_timeout`), it will cause the corresponding stub function on the adaptation...

Currently, there are two types with very similar names defined in api.proto: `UpdateContainersRequest` and `UpdateContainerRequest`. Although the functional positioning of these two types is completely different, their names only differ...

after package global method `rand.Seed()` has been deprecated, there is no need to call top-level `Seed` at main(), the top-level `globalRandGenerator` will auto get seed when runtime start #### What...

wontfix

The eBPF function persistence depends on `BPF_LINK_CREATE`, which was provided beginning with kernel version 5.7

There are some situations that containerd(CRI) will be asked to delete containers from a pod which not terminated, for example, kubelet will clean initContainers before start pod(`pruneInitContainersBeforeStart`). Currently, `TaskManager`'s `Delete`...