mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 20:48:11 +00:00
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:
@@ -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 |
|
||||
|------|--------------|
|
||||
|
||||
Reference in New Issue
Block a user