parent
82862b44a3
commit
ab1c0bb425
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ requests to itself.
|
|||
|
||||
There are many ways to work around this issue, some are listed here:
|
||||
|
||||
* Add the following to `kubelet`: `--resolv-conf <path-to-your-real-resolv-conf-file>`. Your "real"
|
||||
* Add the following to your `kubelet` config yaml: `resolvConf: <path-to-your-real-resolv-conf-file>` (or via command line flag `--resolv-conf` deprecated in 1.10). Your "real"
|
||||
`resolv.conf` is the one that contains the actual IPs of your upstream servers, and no local/loopback address.
|
||||
This flag tells `kubelet` to pass an alternate `resolv.conf` to Pods. For systems using `systemd-resolved`,
|
||||
`/run/systemd/resolve/resolv.conf` is typically the location of the "real" `resolv.conf`,
|
||||
|
|
Loading…
Add table
Reference in a new issue