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
Kubetap is a great tool to debug web application running k8s cluster.
But it's depend on a kubetap-mitmproxy image default from gcr.io registry.
I'm in China, and can not access to gcr.io normally, so allways fails when I execute kubectl tap on command.
Failed to pull image "gcr.io/soluble-oss/kubetap-mitmproxy:latest": rpc error: code = Unknown desc = Error response from daemon: Get https://gcr.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
Hope can add an option flag to set this image repo to pull. Then we can push this image to other registry (like dockerhub).
Proposed Solution
Add a flag (for example --proxy-image) to set a image repo replacing default one.
The text was updated successfully, but these errors were encountered:
Feature Description
Kubetap is a great tool to debug web application running k8s cluster.
But it's depend on a
kubetap-mitmproxy
image default from gcr.io registry.I'm in China, and can not access to gcr.io normally, so allways fails when I execute
kubectl tap on
command.Hope can add an option flag to set this image repo to pull. Then we can push this image to other registry (like dockerhub).
Proposed Solution
Add a flag (for example --proxy-image) to set a image repo replacing default one.
The text was updated successfully, but these errors were encountered: