Skip to content

Commit c2ab38b

Browse files
Clarify network isolation reconciliation admonition
1 parent b65dbfe commit c2ab38b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/toolhive/guides-cli/network-isolation.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -224,12 +224,12 @@ flags automatically:
224224
:::info[Changed in v0.40.0]
225225

226226
Before 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

0 commit comments

Comments
 (0)