Merge pull request #3009 from bluemalkin/gke-private-cluster-note

Added doc note FW rule for GKE private clusters
This commit is contained in:
Catherine Luse
2021-02-12 14:53:10 -07:00
committed by GitHub
@@ -168,6 +168,14 @@ The following tables break down the port requirements for Rancher nodes, for inb
{{% /accordion %}}
### Ports for Rancher Server in GCP GKE
When deploying Rancher into a Google Kubernetes Engine [private cluster](https://cloud.google.com/kubernetes-engine/docs/how-to/private-clusters), the nodes where Rancher runs must be accessible from the control plane:
| Protocol | Port | Source | Description |
|-----|-----|----------------|---|
| TCP | 9443 | The GKE master `/28` range | Rancher webhooks |
# Downstream Kubernetes Cluster Nodes
Downstream Kubernetes clusters run your apps and services. This section describes what ports need to be opened on the nodes in downstream clusters so that Rancher can communicate with them.