You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Backport of docs: expand check.address_mode to show valid values (#26920) (#26926)
The documentation for the health check `address_mode` field refers back to the
service `address_mode` field for valid values, but this is somewhat
misleading. Checks don't support the `"auto"` mode, and although this is
mentioned in the text it's easy to miss or forget once you've clicked away to
the service docs. The text of the service `address_mode` options also
specifically refers to advertisement, which is typically going to be what a user
is trying to avoid when setting the check to a non-default mode. And the
`check.address_mode` text refers to both `service.address` and
`service.address_mode` in such a way that it can be confused as a typo.
Bring over the valid mode descriptions from services and clean them up to refer
to the checks and not advertisement in this context.
Ref: #26900
Co-authored-by: Tim Gross <[email protected]>
Co-authored-by: Aimee Ukasick <[email protected]>
0 commit comments