Update content/k3s/latest/en/installation/install-options/agent-config/_index.md

Co-authored-by: Brad Davidson <brad@oatmail.org>
This commit is contained in:
Priyank
2022-06-12 20:56:23 +05:30
committed by GitHub
co-authored by Brad Davidson
parent ecf5d0aa26
commit ad28413768
@@ -61,10 +61,11 @@ In this section, you'll learn how to configure the K3s agent.
|------|----------------------|-------------|
| `--node-ip value, -i` value | N/A | IP address to advertise for node |
| `--node-external-ip` value | N/A | External IP address to advertise for node |
| `--resolv-conf` value | `K3S_RESOLV_CONF` | Kubelet resolv.conf file. Note: If you wish to set kubelet parameter `--resolv-conf` to `""`, use `--kubelet-arg=resolv-conf=` instead |
| `--resolv-conf` value | `K3S_RESOLV_CONF` | Kubelet resolv.conf file |
| `--flannel-iface` value | N/A | Override default flannel interface |
| `--flannel-conf` value | N/A | Override default flannel config file |
> Note: if you wish to directly set the kubelet `--resolv-conf` value, use `--kubelet-arg=resolv-conf=value` instead. The k3s flag is only passed through to the kubelet if set to the path of a valid resolv.conf file.
### Customized Flags
| Flag | Description |
|------|--------------|