Min Uk Lee
Min Uk Lee
> Thanks, but we need to deal with shared container restarts, it will change pid namesapce. Could I get an usecase for it? I could not find it because of...
> > Could I get an usecase for it? I could not find it because of my little knowledge. > > In my opinion, if containers restart, their namespaces should...
> Thanks I'm sorry that I didn't apply reviews from jun. I'm looking forward the better way than setplatformcontaineropts(). In my opinion, that's too hard to me now. So, could...
(It's only on nerdctl. I don't know other program's scenario.) In the containerd/nerdctl#2844's description, When I configured like below `/etc/containerd/config.toml` ``` [plugins."io.containerd.grpc.v1.cri".registry] config_path = "/etc/containerd/certs.d" ``` and `/etc/containerd/certs.d/gcr.io/hosts.toml` ``` server...
In order to make `RegistryHost` using `ConfigureHosts()`, I should call with credential options with the original host, not the actual host because `HostDir` is parsed into containerd completely. So, outside...
I think this issue was resolved by https://github.com/containerd/nerdctl/pull/2757, https://github.com/containerd/nerdctl/pull/1411. Could you check it, please?
Q. Is there any plan to do it? I'm interested in it.
I'm working in https://github.com/open-telemetry/opamp-go/pull/384. But, I have a question when I read this issue. > Drop the pending messages and return Should be dropped? Why we should not flush with...
> I believe this logic should be added to HTTP too in order for the collector to be spec-compliant. @agardnerIT I agree with you. But, I think the spec is...
> @minuk-dev is this still in progress? I forgot it. I'll fix the review of goroutine. Is there any other things should I apply? (Edited) @tigrannajaryan . Could you review...