Merge pull request #20449 from kluzny/patch-2

remove deprecation in dns-debugging-resolution.md
This commit is contained in:
Kubernetes Prow Robot
2020-04-20 18:30:56 -07:00
committed by GitHub
@@ -56,7 +56,7 @@ Take a look inside the resolv.conf file.
[Known issues](#known-issues) below for more information) [Known issues](#known-issues) below for more information)
```shell ```shell
kubectl exec dnsutils cat /etc/resolv.conf kubectl exec -ti dnsutils -- cat /etc/resolv.conf
``` ```
Verify that the search path and name server are set up like the following Verify that the search path and name server are set up like the following