Added instructions on the use of httpsPort when servers are not running TLS enabled

pull/16285/head
Ranjandas 2023-02-16 19:19:31 +11:00
parent bb2b853594
commit de54853714
1 changed files with 5 additions and 1 deletions

View File

@ -35,6 +35,10 @@ externalServers:
</CodeBlockConfig> </CodeBlockConfig>
With the introduction of [Consul Dataplane](/consul/docs/connect/dataplane#what-is-consul-dataplane), Consul installation on Kubernetes is simplified by removing the Consul Client agents.
This requires the Helm installation and rest of the consul-k8s components installed on Kubernetes to talk to Consul Servers directly on various ports.
Before starting the installation, ensure that the Consul Servers are configured to have the gRPC port enabled `8502/tcp` using the [`ports.grpc = 8502`](/consul/docs/agent/config/config-files#grpc) configuration option.
## Configuring TLS ## Configuring TLS
@ -64,7 +68,7 @@ externalServers:
</CodeBlockConfig> </CodeBlockConfig>
If your HTTPS port is different from Consul's default `8501`, you must also set If your HTTPS port is different from Consul's default `8501`, you must also set
`externalServers.httpsPort`. `externalServers.httpsPort`. If the Consul servers are not running TLS enabled, use this config to set the HTTP port the servers are configured with (default `8500`).
## Configuring ACLs ## Configuring ACLs