Update content/en/docs/tasks/extend-kubernetes/socks5-proxy-access-api.md
Co-authored-by: ZSC <zacharysarah@users.noreply.github.com>
This commit is contained in:
@@ -105,7 +105,7 @@ apiVersion: v1
|
||||
clusters:
|
||||
- cluster:
|
||||
certificate-authority-data: LRMEMMW2 # shortened for readability
|
||||
server: https://<API_SERVER_IP_ADRESS>:6443 # the "Kubernetes API" server, i.e. IP adress of kubernetes-remote-server.example
|
||||
server: https://<API_SERVER_IP_ADRESS>:6443 # the "Kubernetes API" server, in other words the IP address of kubernetes-remote-server.example
|
||||
proxy-url: socks5://localhost:1080 # the "SSH SOCKS5 proxy" in the diagram above (DNS resolution over socks is built-in)
|
||||
name: default
|
||||
contexts:
|
||||
|
||||
Reference in New Issue
Block a user