mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
Add clarification for Windows DNS setup flow
This commit is contained in:
parent
10b6f405e1
commit
d0cd1d17ae
@ -148,7 +148,11 @@ func (ds *dockerService) determinePodIPBySandboxID(sandboxID string) string {
|
|||||||
return containerIP
|
return containerIP
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// Do not return any IP, so that we would continue and get the IP of the Sandbox
|
// Do not return any IP, so that we would continue and get the IP of the Sandbox.
|
||||||
|
// Windows 1709 and 1803 doesn't have the Namespace support, so getIP() is called
|
||||||
|
// to replicate the DNS registry key to the Workload container (IP/Gateway/MAC is
|
||||||
|
// set separately than DNS).
|
||||||
|
// TODO(feiskyer): remove this workaround after Namespace is supported in Windows RS5.
|
||||||
ds.getIP(sandboxID, r)
|
ds.getIP(sandboxID, r)
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user