From 01eae2e9cf5ef3f0e6463c74de242a676489f719 Mon Sep 17 00:00:00 2001 From: Frank Schroeder Date: Wed, 23 Aug 2017 18:23:16 +0200 Subject: [PATCH] doc: document cloud auto-joining for retry-join-wan --- website/source/docs/agent/options.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/agent/options.html.md b/website/source/docs/agent/options.html.md index 7eda7eb50e..6b97bcfe1a 100644 --- a/website/source/docs/agent/options.html.md +++ b/website/source/docs/agent/options.html.md @@ -400,8 +400,8 @@ will exit with an error at startup. * `-retry-join-wan` - Similar to [`retry-join`](#_retry_join) but allows retrying a wan join if the first attempt fails. - This is useful for cases where we know the address will become - available eventually. + This is useful for cases where we know the address will become available eventually. + As of Consul 0.9.3 [Cloud Auto-Joining](#cloud-auto-joining) is supported as well. * `-retry-interval-wan` - Time to wait between [`-join-wan`](#_join_wan) attempts.