nolar / kopf

A Python framework to write Kubernetes operators in just a few lines of code

Home Page:https://kopf.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kubeconfig proxy-url support

ajohnstone opened this issue · comments

Problem

I see a few issues around this topic... It looks like Kopf.ConnectionInfo doesn't support the proxy-url.
#187

Proposal

No response

Code

No response

Additional information

No response

I have the same problem. I am not sure how I can workaround the problem... I don't have direct access to my K8S cluster because it lies in a subnet that is not routed from my dev workstation. Can someone suggest a workaround?