Sascha Grunert

Results 1106 comments of Sascha Grunert

So, exec and attach are pretty much the same, portforward is slightly different but should work as well. Logs is tricky, because the log reader in the kubelet (used by...

The solution for the log streaming is available in https://github.com/kubernetes/kubernetes/pull/124025

Updated to v2.1.12. @cri-o/cri-o-maintainers PTAL

/test ci-e2e-evented-pleg

Thank you for the report @NymanRobin! > any plans for back-ports to 1.27 and 1.26 Unfortunately not :-/ 1.26 is technically EOL (together with Kubernetes), but we may find a...

@neverd1m thank you for the report. I don't think we stupport `credsStore`, but [Credential Helpers (`credHelpers`)](https://docs.docker.com/reference/cli/docker/login/#credential-helpers) should work. Do you mind giving them a try?

@neverd1m the logs at least indicate that the credential helper is being used. Is the user (`root`) running CRI-O able to see the same password using `pass show`? I feel...

That's a conmon build thing: https://github.com/containers/conmon/blob/e21e7c85b7637e622f21c57675bf1154fc8b1866/src/ctr_logging.c#L134-L136 We have no support for systemd in conmon right now.

@grassdionera not a simple topic, we're also planning to replace conmon with conmon-rs in the future so I'm not sure how much effort we should put into that.