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:
Fabrice Jammes
2022-06-14 22:55:22 +02:00
committed by GitHub
parent 50cfc51fc9
commit aba1766a83
@@ -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: