From 4c98cec3bebef5d1d60785b19a8323cd75f95f44 Mon Sep 17 00:00:00 2001 From: Brad Davidson Date: Tue, 4 Nov 2025 23:14:00 +0000 Subject: [PATCH] Fix typo and improve wording Signed-off-by: Brad Davidson --- docs/advanced.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced.md b/docs/advanced.md index d12e355ac..7151ad875 100644 --- a/docs/advanced.md +++ b/docs/advanced.md @@ -33,7 +33,7 @@ If any such entries are present, the configuration file is not used, as such ent If no usable resolv.conf is found, K3s will print a warning message to the logs, and generate a stub resolv.conf that uses `8.8.8.8` and `2001:4860:4860::8888` as the nameservers. If you want to provide K3s with an alternative resolver configuration without modifying the system configuration files, you may use the `--resolv-conf` option to specify the path to a suitable file. -Manually selected files are not subejct to viability checks. +Manually specified resolver configuration files are not subject to viability checks. ### CoreDNS Custom Configuration Imports