Skip to content

Commit 412e9ce

Browse files
authored
Merge pull request #6413 from patuzov/master
Fixes typo in overview-bridge-to-kubernetes
2 parents 1ace985 + 2be1457 commit 412e9ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/containers/overview-bridge-to-kubernetes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ The following diagram shows the same cluster with Bridge to Kubernetes enabled i
8181

8282
![Diagram of cluster with Bridge to Kubernetes enabled](media/bridge-to-kubernetes/kubr-cluster-devcomputer.svg)
8383

84-
When a request with the *GENERATED_NAME* subdomain is received on the cluster, a *kubernetes-route-as=GENERATED_NAME* header is added to the to the request. The envoy pods handle routing that request to the appropriate service in the cluster. If the request is routed to the service that is being worked on in isolation, that request is redirected to your development computer by the remote agent.
84+
When a request with the *GENERATED_NAME* subdomain is received on the cluster, a *kubernetes-route-as=GENERATED_NAME* header is added to the request. The envoy pods handle routing that request to the appropriate service in the cluster. If the request is routed to the service that is being worked on in isolation, that request is redirected to your development computer by the remote agent.
8585

8686
When a request without the *GENERATED_NAME* subdomain is received on the cluster, no header is added to the request. The envoy pods handle routing that request to the appropriate service in the cluster. If the request is routed to the service that is being replaced, that request is instead routed to the original service instead of the remote agent.
8787

@@ -160,4 +160,4 @@ To get started using Bridge to Kubernetes to connect to your local development c
160160
[kubectl-port-forward]: https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#port-forward
161161
[visual-studio]: https://visualstudio.microsoft.com/downloads/
162162
[btk-extension]: https://marketplace.visualstudio.com/items?itemName=ms-azuretools.mindaro
163-
[using-config-yaml]: configure-bridge-to-kubernetes.md
163+
[using-config-yaml]: configure-bridge-to-kubernetes.md

0 commit comments

Comments
 (0)