diff options
author | 2019-04-30 08:42:14 -0400 | |
---|---|---|
committer | 2019-04-30 08:42:14 -0400 | |
commit | ab1c0bb425a4310ac70d72c065e17f1e0bd7a3a0 (patch) | |
tree | b467e2fbf7e41e519e7997a85c723eab051a52dd | |
parent | 82862b44a3bcbd767bdcae6d1f4ab050037d4969 (diff) | |
download | coredns-ab1c0bb425a4310ac70d72c065e17f1e0bd7a3a0.tar.gz coredns-ab1c0bb425a4310ac70d72c065e17f1e0bd7a3a0.tar.zst coredns-ab1c0bb425a4310ac70d72c065e17f1e0bd7a3a0.zip |
plugin/loop: Update troubleshooting step (#2804)
* Update README.md
-rw-r--r-- | plugin/loop/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/loop/README.md b/plugin/loop/README.md index c893ed050..df89caae4 100644 --- a/plugin/loop/README.md +++ b/plugin/loop/README.md @@ -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`, |