You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This relies on a specific version of nc, specifically Busybox nc and its handling of -e. Alternate nettest container images based on platforms with different versions of nc handle this differently.
The proxy should be implemented as a separate command, possibly as simple as a shell script (see simpleserver), so that it can be adapted externally for different container images.
This issue has been automatically marked as stale because it has not had activity for 60 days. It will be closed if no further activity occurs. Please make a comment if this issue/pr is still valid. Thank you for your contributions.
The metrics proxy is currently implemented as a direct invocation of
nc
:This relies on a specific version of
nc
, specifically Busyboxnc
and its handling of-e
. Alternatenettest
container images based on platforms with different versions ofnc
handle this differently.The proxy should be implemented as a separate command, possibly as simple as a shell script (see
simpleserver
), so that it can be adapted externally for different container images.Depends on submariner-io/shipyard#1046
The text was updated successfully, but these errors were encountered: