Is it possible to use cluster with proxy? #736
Unanswered
agustin-munoz
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Currently I am using a cluster I need a proxy to access, in my ~/.kube/config I have something like:
When I try to read the workloads it ends up always with an error, and if taking a look to netstat I see those SYN_SENT there:
TCP 10.185.72.179:55003 100.92.18.125:6443 SYN_SENT
TCP 10.185.72.179:55004 100.92.18.125:6443 SYN_SENT
It is supporting the client the proxy-url spec or can it be set anyway?
Beta Was this translation helpful? Give feedback.
All reactions