.nh .TH "KubeOne" "1" "Apr 2024" "Auto generated by spf13/cobra" "" .SH NAME .PP kubeone-proxy - Proxy to the kube-apiserver using SSH tunnel .SH SYNOPSIS .PP \fBkubeone proxy [flags]\fP .SH DESCRIPTION .PP HTTPS Proxy (CONNECT method) SSH tunnel. .PP This command helps to reach kubeapi endpoint with local kubectl in case when private/firewalled endpoint is used (e.g. internal loadbalancer). It creates SSH tunnel to one of the control-plane nodes and then proxies incoming requests through it. .SH OPTIONS .PP \fB-h\fP, \fB--help\fP[=false] help for proxy .PP \fB--listen\fP="127.0.0.1:8888" SSH tunnel HTTP proxy bind address .SH OPTIONS INHERITED FROM PARENT COMMANDS .PP \fB-c\fP, \fB--credentials\fP="" File to source credentials and secrets from .PP \fB-d\fP, \fB--debug\fP[=false] debug output with stacktrace .PP \fB-l\fP, \fB--log-format\fP="text" format for logging .PP \fB-m\fP, \fB--manifest\fP="./kubeone.yaml" Path to the KubeOne config .PP \fB-t\fP, \fB--tfjson\fP="" Source for terraform output in JSON - to read from stdin. If path is a file, contents will be used. If path is a dictionary, \fB\fCterraform output -json\fR is executed in this path .PP \fB-v\fP, \fB--verbose\fP[=false] verbose output .SH EXAMPLE .PP .RS .nf kubeone proxy -m mycluster.yaml -t terraformoutput.json .fi .RE .SH SEE ALSO .PP \fBkubeone(1)\fP .SH HISTORY .PP 7-Apr-2024 Auto generated by spf13/cobra