Skip to content

Commit 168c5bd

Browse files
maismailkouzant
andauthored
Update docs/setup_installation/gcp/gke_integration.md
Co-authored-by: Antonis Kouzoupis <kouzoupis.ant@gmail.com>
1 parent b728808 commit 168c5bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/setup_installation/gcp/gke_integration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ In [managed.hopsworks.ai](https://managed.hopsworks.ai), follow the same instruc
7878
### Option 1: Standard cluster
7979
In the setup described in [Step 3](#option-1-standard-cluster), we are using the default DNS which is `kube-dns`. Hopsworks automatically configures `kube-dns` during cluster initialization, so there is no extra steps that needs to be done here.
8080

81-
Alterntively, if you configure `Cloud DNS` while creating the standard GKE cluster, then you would need to add the following firewall rule to allow the incoming traffic from `Cloud DNS` on port `53` to Hopsworks. `35.199.192.0/19` is the ip range used by Cloud DNS to issue DNS requests, check [this guide](https://cloud.google.com/dns/docs/zones/forwarding-zones#firewall-rules) for more details.
81+
Alternatively, if you configure `Cloud DNS` while creating the standard GKE cluster, then you would need to add the following firewall rule to allow the incoming traffic from `Cloud DNS` on port `53` to Hopsworks. `35.199.192.0/19` is the ip range used by Cloud DNS to issue DNS requests, check [this guide](https://cloud.google.com/dns/docs/zones/forwarding-zones#firewall-rules) for more details.
8282

8383
```bash
8484
gcloud compute --project=$PROJECT_ID firewall-rules create hopsworks-clouddns-forward-consul --direction=INGRESS --priority=1000 --network="hopsworks" --action=ALLOW --rules=udp:53 --source-ranges="35.199.192.0/19"

0 commit comments

Comments
 (0)