From edc98a6d6e2756879bf70d22c88afe388c6740ed Mon Sep 17 00:00:00 2001 From: Martin Friedrich Date: Mon, 26 Oct 2020 10:43:36 +0100 Subject: [PATCH] add advertise address to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 83bd7a6..1bb30f9 100644 --- a/README.md +++ b/README.md @@ -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_ |