File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -224,12 +224,12 @@ flags automatically:
224224:::info[ Changed in v0.40.0]
225225
226226Before v0.40.0, ` thv run --network host ` silently built the isolation sidecars
227- against an internal-only network, which broke outbound DNS and connectivity on
228- the next re-create. Isolation is now dropped for ` host ` /` none ` modes so
229- host-networked workloads keep working. If you rely on host networking, no change
230- is needed on your side; if you previously combined ` --isolate-network ` with
231- ` --network host ` explicitly, split them into two invocations depending on which
232- one you actually need .
227+ against an internal-only network, breaking outbound DNS and connectivity.
228+ Isolation is now dropped for ` host ` /` none ` modes so host-networked workloads
229+ keep working. If you rely on host networking, no change is needed. If you
230+ previously combined ` --isolate-network ` with ` --network host ` explicitly, pick
231+ one: drop ` --network host ` to keep enforced isolation, or set
232+ ` --isolate-network=false ` to keep host networking .
233233
234234:::
235235
You can’t perform that action at this time.
0 commit comments