rongfu.leng

Results 160 comments of rongfu.leng

Why does the `image blob` file get deleted in the `CI` pipeline?

This is due to the use of cache and storage, resulting in inconsistent data. The cache still records the data existence sign, but the storage no longer exists. If you...

For example, the configuration used before is, the delete cache field is "close the cache". ```yaml storage: cache: blobdescriptor: redis filesystem: rootdirectory: /var/lib/registry-cache ``` According to the description of the...

@dmcgowan Is this issue currently being resolved? If not, I will follow up.

@mxpv I can implement `Controller.Status`, is anyone else doing it?

@mxpv Hi, about support port forwarding,current having [sandbox_portforward_linux.go](https://github.com/containerd/containerd/blob/main/pkg/cri/sbserver/sandbox_portforward_linux.go) Implemented port forwarding, the `PortForward` logic implemented by `podSandbox.Controller` should be the same, right?

I hope to solve this problem. What is the solution to this problem? I suggest if it is possible to add static binaries for each platform (linux、windows、macos). @AkihiroSuda

Do you have a good way? Or we statically compile the affected library to reduce the use of cgo.

Yes, then I understand that this issue does not need to do other things

Does this issue still need to be addressed? I will work for it if needed @fuweid