1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

kube-auth-proxy fix

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2020-06-18 08:30:32 +03:00
parent c96ce22639
commit f49b08a787

View File

@ -49,7 +49,6 @@ export class KubeAuthProxy {
"--port", this.port.toString(),
"--kubeconfig", this.cluster.kubeconfigPath(),
"--accept-hosts", clusterUrl.hostname,
"--api-prefix", apiPrefix.BASE,
]
if (process.env.DEBUG_PROXY === "true") {
args = args.concat(["-v", "9"])