You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deploying-service-mesh.html.md.erb
+29-5Lines changed: 29 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,29 @@ that correspond to your use case:
80
80
81
81
### <aid="config-bbl"></a> Configure with bbl
82
82
83
-
If you deployed CF on GCP using `bbl`, you can use a custom `bbl-config` to set up load balancers that point to the Istio routers. To re-run `bbl up` on your BOSH director, see [bbl-config](https://github.com/cloudfoundry/istio-release/tree/master/deploy/bbl-config) .
83
+
If you deployed CF on GCP using `bbl`, you can use a custom `bbl-config` to set up load balancers that point to the Istio routers.
84
+
85
+
To configure load balancing with bbl, do the following:
86
+
87
+
1. In a terminal window, navigate to the `bosh-bootloader` repository from which you initially ran `bbl up` to pave your infrastructure.
88
+
89
+
```
90
+
cd bosh-bootloader
91
+
```
92
+
93
+
1. Run the following command to copy the `cloud-config` file from your `istio-release` directory to the `bosh-bootloader` directory:
@@ -96,11 +118,13 @@ To configure your load balancer, do the following. The exact procedure varies by
96
118
97
119
You must create a new domain dedicated to service mesh. Routes pushed to this domain are handled by the Istio router, and can take advantage of service mesh features like weighted routing.
98
120
99
-
Using the CF CLI, create a new apps domain that matches the DNS name created when configuring load balancing. For example:
121
+
To create a domain, do the following:
122
+
123
+
1. Using the CF CLI, create a new apps domain that matches the DNS name created when configuring load balancing. For example:
0 commit comments