Sascha Grunert
Sascha Grunert
Should we handle that in CRI-O? For example there: https://github.com/cri-o/cri-o/pull/6590/files#diff-dfc52cc2ef8431d1a8b470f203bb0ff238db57c42117957b71c50cf920600f4bR1104-R1116
@haircommander in CRI-O, the check would look like: ```go sb.NamespaceOptions().GetPid() == types.NamespaceMode_POD ``` Should we pass the `sb.NamespaceOptions().GetPid() ` to the conmon-rs client and no-op if the above condition is...
> +1 to axum. Can we use a domain socket instead of a tcp socket? I have to check if Kubernetes supports that, but generally yes :+1:
> +1 to axum. Can we use a domain socket instead of a tcp socket? No, it's currently not due to: https://github.com/kubernetes/client-go/blob/1518fca9f06c6a73fc091535b8966c71704e657b/transport/websocket/roundtripper.go#L109
@haircommander @rphillips PTAL. This is now ready.
@rphillips @haircommander PTAL
@haircommander @rphillips PTAL
@rphillips @haircommander PTAL
@kwilczynski @haircommander PTAL, shall we get this in?
Rebased