Open swalberg opened 9 years ago
The docs say that the pool lwrp will use the node's IP and fqdn if nothing is provided. This doesn't work.
Workaround:
f5_pool "foo" do host node.fqdn ip node.ipaddress port 8080 end
The docs say that the pool lwrp will use the node's IP and fqdn if nothing is provided. This doesn't work.