Local K8s change DNS to host.docker.internal
This commit is contained in:
parent
e9aa5256aa
commit
3bd338a3a9
@ -61,7 +61,7 @@ $ingressValuesFile="ingress_values.yaml"
|
||||
|
||||
if ($useLocalk8s -eq $true) {
|
||||
$ingressValuesFile="ingress_values_dockerk8s.yaml"
|
||||
$dns="localhost"
|
||||
$dns="host.docker.internal"
|
||||
}
|
||||
|
||||
if ($externalDns -eq "aks") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user