mirror of
https://github.com/PyratLabs/ansible-role-k3s
synced 2024-11-09 23:13:30 +01:00
add advertise address to readme
This commit is contained in:
parent
04375f5e39
commit
edc98a6d6e
1 changed files with 1 additions and 0 deletions
|
@ -222,6 +222,7 @@ Below are variables that are set against specific hosts in your inventory.
|
|||
| `k3s_node_name` | Define the name of this node. | `$(hostname)` |
|
||||
| `k3s_node_id` | Define the ID of this node. | _NULL_ |
|
||||
| `k3s_flannel_interface` | Define the flannel proxy interface for this node. | _NULL_ |
|
||||
| `k3s_advertise_address` | Define the advertise address for this node. | _NULL_ |
|
||||
| `k3s_bind_address` | Define the bind address for this node. | localhost |
|
||||
| `k3s_node_ip_address` | IP Address to advertise for this node. | _NULL_ |
|
||||
| `k3s_node_external_address` | External IP Address to advertise for this node. | _NULL_ |
|
||||
|
|
Loading…
Reference in a new issue