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: book/src/framework/components/network_isolation.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,11 @@
1
1
# Containers Network Isolation
2
2
3
-
Some components can be isolated from internet. Since some of them doesn't have `iptables` and must be accessible from local host for debugging we isolate network on DNS level
3
+
Some components can be isolated from internet. Since some of them doesn't have `iptables` and must be accessible from local host for debugging we isolate network on DNS level.
4
4
5
-
```
6
-
[jd]
7
-
# JobDistributor is isolated by default, this flag MUST not be changed!
8
-
no_dns = true
5
+
JobDistributor is isolated from internet by default to prevent applying manifest changes when run in tests.
9
6
7
+
NodeSet DNS isolation can be controlled with a flag
0 commit comments