Skip to content

Commit b728808

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

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
@@ -18,7 +18,7 @@ gcloud projects add-iam-policy-binding $PROJECT_ID --member=$SERVICE_ACCOUNT --r
1818

1919
## Steps 2: Create a virtual network to be used by Hopsworks and GKE
2020

21-
You need to create a virtual network and a subnet in which Hopsworks and the GKE nodes will run.To do this run the following commands, replacing *\$PROJECT_ID* with your GCP project id in which you will run your cluster and *\$SERVICE_ACCOUNT* with the service account that you have updated in [Step 1](#step-1-attach-kuberentes-developer-role-to-the-service-account-for-cluster-instances). In this step, we will create a virtual network `hopsworks`, a subnetwork `hopsworks-eu-north`, and 3 firewall rules to allow communication within the virtual network and allow inbount http and https traffic.
21+
You need to create a virtual network and a subnet in which Hopsworks and the GKE nodes will run. To do this run the following commands, replacing *\$PROJECT_ID* with your GCP project id in which you will run your cluster and *\$SERVICE_ACCOUNT* with the service account that you have updated in [Step 1](#step-1-attach-kuberentes-developer-role-to-the-service-account-for-cluster-instances). In this step, we will create a virtual network `hopsworks`, a subnetwork `hopsworks-eu-north`, and 3 firewall rules to allow communication within the virtual network and allow inbound http and https traffic.
2222

2323
```bash
2424
gcloud compute networks create hopsworks --project=$PROJECT_ID --subnet-mode=custom --mtu=1460 --bgp-routing-mode=regional

0 commit comments

Comments
 (0)