omgrpc
omgrpc copied to clipboard
Suggestion: Explicitly disable kubernetes integration when kubectl is found
I think that even though kubectl is found in your PATH you should be able to explicitly tell omgrpc to not create a proxy and try to pipe connections through. In my case I have a cluster running but the services that I wish to test against are not running in any cluster. This makes it impossible for me to test against those services without removing kubectl from my PATH.
I'm all for adding this but I want to make sure I understand. Where are the services that you want to test against running? You should be able to hit those endpoints even if the kubernetes integration is enabled AFAIK.