Jenkins setup:
Jenkins version 2.440.3
Kubernetes plugin version 4246.v5a_12b_1fe120e
I have a GKE private cluster in another VPC and I want to connect it with my jenkins instance, the problem is that I need to use a VM as proxy for jenkins to be able to reach the GKE api.
From command line I can add a “proxy” parameter to my kubeconfig file for that cluster and my kubectl reaches the GKE cluster API no problem, but is there a way to do that configuration on Jenkins without setting a global proxy configuration?