update reference URL for proxies and VPNs
parent
442c2dc7c3
commit
4d494f418e
|
@ -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{
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue