From ec2e197c4714695d8b864d50f247da0da65f3560 Mon Sep 17 00:00:00 2001 From: Sarah Christoff Date: Fri, 5 Apr 2019 16:11:39 -0500 Subject: [PATCH 1/3] Update Port from 8302 to 8502 --- website/source/docs/agent/options.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/agent/options.html.md b/website/source/docs/agent/options.html.md index 396ca5d6837..7787c550bee 100644 --- a/website/source/docs/agent/options.html.md +++ b/website/source/docs/agent/options.html.md @@ -1724,7 +1724,7 @@ port. * DNS Interface (Default 8600). Used to resolve DNS queries. TCP and UDP. -* gRPC API (Default 8302). Currently gRPC is only used to expose Envoy xDS API to Envoy proxies. +* gRPC API (Default 8502). Currently gRPC is only used to expose Envoy xDS API to Envoy proxies. ## Reloadable Configuration From bd39b876ab6adede4414775c084446c128c80028 Mon Sep 17 00:00:00 2001 From: Sarah Christoff Date: Fri, 5 Apr 2019 21:23:40 -0500 Subject: [PATCH 2/3] Add HTTPS and Sidecar Service Port Information --- website/source/docs/agent/options.html.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/source/docs/agent/options.html.md b/website/source/docs/agent/options.html.md index 7787c550bee..24d9c6453c0 100644 --- a/website/source/docs/agent/options.html.md +++ b/website/source/docs/agent/options.html.md @@ -1722,10 +1722,14 @@ port. * HTTP API (Default 8500). This is used by clients to talk to the HTTP API. TCP only. +* HTTPS API (Default 8501). This is used by clients to talk to the HTTPS API. TCP only. + * DNS Interface (Default 8600). Used to resolve DNS queries. TCP and UDP. * gRPC API (Default 8502). Currently gRPC is only used to expose Envoy xDS API to Envoy proxies. +* Sidecar Service (Default 21000 - 21255). Inclusive minimum and maximum ports to use for automatically assigning [sidecar service registrations](https://www.consul.io/docs/connect/proxies/sidecar-service.html). + ## Reloadable Configuration Reloading configuration does not reload all configuration items. The From 3b5970ebb12b6dc968284a792f3ae4a81774f915 Mon Sep 17 00:00:00 2001 From: Sarah Christoff Date: Wed, 24 Apr 2019 13:27:03 -0500 Subject: [PATCH 3/3] updating gRPC messaging --- website/source/docs/agent/options.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/agent/options.html.md b/website/source/docs/agent/options.html.md index 24d9c6453c0..c58b29245ab 100644 --- a/website/source/docs/agent/options.html.md +++ b/website/source/docs/agent/options.html.md @@ -1726,7 +1726,7 @@ port. * DNS Interface (Default 8600). Used to resolve DNS queries. TCP and UDP. -* gRPC API (Default 8502). Currently gRPC is only used to expose Envoy xDS API to Envoy proxies. +* gRPC API (Optional, Defaults to 8502 in -dev mode). Disabled by default. Currently gRPC is only used to expose the xDS API to Envoy proxies. Port 8502 is a convention used by various tools as the default. * Sidecar Service (Default 21000 - 21255). Inclusive minimum and maximum ports to use for automatically assigning [sidecar service registrations](https://www.consul.io/docs/connect/proxies/sidecar-service.html).