Skip to content

Commit 3b91ab7

Browse files
authored
Merge pull request #7571 from ghogen/bridge-to-kubernetes
Bridge to Kubernetes: Fix bugs
2 parents feb47af + a851e0d commit 3b91ab7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ When you enable working in isolation, Bridge to Kubernetes does the following in
6767
If Bridge to Kubernetes detects that Azure Dev Spaces is enabled on your Kubernetes cluster, you are prompted to disable Azure Dev Spaces before you can use Bridge to Kubernetes.
6868

6969
The routing manager does the following when it starts up:
70-
* Duplicates all ingresses found in the namespace using the *GENERATED_NAME* for the subdomain.
70+
71+
* Duplicates all ingresses (including load balancer ingresses) found in the namespace using the *GENERATED_NAME* for the subdomain.
7172
* Creates an envoy pod for each service associated with duplicated ingresses with the *GENERATED_NAME* subdomain.
7273
* Creates an additional envoy pod for the service you are working on in isolation. This allows requests with the subdomain to be routed to your development computer.
7374
* Configures routing rules for each envoy pod to handle routing for services with the subdomain.
@@ -139,7 +140,7 @@ Bridge to Kubernetes has the following limitations:
139140
* A service must be backed by a single pod in order to connect to that service. You can't connect to a service with multiple pods, such as a service with replicas.
140141
* A pod may only have a single container running in that pod for Bridge to Kubernetes to successfully connect. Bridge to Kubernetes can't connect to services with pods that have additional containers, such as sidecar containers injected by services meshes.
141142
* Currently, Bridge to Kubernetes pods must be Linux containers. Windows containers are not supported.
142-
* Isolation cannot be used with HTTPS.
143+
* Isolation cannot be used with HTTPS when you use Bridge to Kubernetes with Visual Studio. HTTPS is only supported in isolation mode when you use Visual Studio Code.
143144
* Bridge to Kubernetes needs elevated permissions to run on your development computer in order to edit your hosts file.
144145
* Bridge to Kubernetes can't be used on clusters with Azure Dev Spaces enabled.
145146

0 commit comments

Comments
 (0)