update reference URL for proxies and VPNs

pull/7693/head
Sharif Elgamal 2020-04-15 13:06:04 -07:00
parent 442c2dc7c3
commit 4d494f418e
2 changed files with 5 additions and 2 deletions

View File

@ -367,8 +367,8 @@ var vmProblems = map[string]match{
} }
// proxyDoc is the URL to proxy documentation // proxyDoc is the URL to proxy documentation
const proxyDoc = "https://minikube.sigs.k8s.io/docs/reference/networking/proxy/" const proxyDoc = "https://minikube.sigs.k8s.io/docs/handbook/vpn_and_proxy/"
const vpnDoc = "https://minikube.sigs.k8s.io/docs/reference/networking/vpn/" const vpnDoc = "https://minikube.sigs.k8s.io/docs/handbook/vpn_and_proxy/"
// netProblems are network related problems. // netProblems are network related problems.
var netProblems = map[string]match{ var netProblems = map[string]match{

View File

@ -3,6 +3,9 @@ title: "Proxies & VPN's"
weight: 6 weight: 6
description: > description: >
How to use minikube with a VPN or HTTP/HTTPS Proxy How to use minikube with a VPN or HTTP/HTTPS Proxy
aliases:
- docs/reference/networking/vpn
- docs/reference/networking/proxy
--- ---
minikube requires access to the internet via HTTP, HTTPS, and DNS protocols. minikube requires access to the internet via HTTP, HTTPS, and DNS protocols.