Fix incorrect naming of the flag (#10713)

The flag is called --resolv-conf.
This commit is contained in:
Martin Hoefling
2018-10-24 05:25:19 +02:00
committed by k8s-ci-robot
parent 8eaf56e8f1
commit da3fbcf3ed
@@ -70,7 +70,7 @@ For more details on the ComponentConfig have a look at [this section](#configure
Some hosts require specific kubelet configurations, due to differences in hardware, operating system, Some hosts require specific kubelet configurations, due to differences in hardware, operating system,
networking, or other host-specific parameters. The following list provides a few examples. networking, or other host-specific parameters. The following list provides a few examples.
- The path to the DNS resolution file, as specified by the `--resolve-conf` kubelet - The path to the DNS resolution file, as specified by the `--resolv-conf` kubelet
configuration flag, may differ among operating systems, or depending on whether you are using configuration flag, may differ among operating systems, or depending on whether you are using
`systemd-resolved`. If this path is wrong, DNS resolution will fail on the Node whose kubelet `systemd-resolved`. If this path is wrong, DNS resolution will fail on the Node whose kubelet
is configured incorrectly. is configured incorrectly.