Skip to content

Commit 9e160e8

Browse files
marossetsftim
andauthored
Removing docs for Windows hostNetwork support for v1.33 (#49905)
* Removing docs for Windows hostNetwork support for v1.33 * Update content/en/docs/concepts/windows/intro.md Co-authored-by: Tim Bannister <[email protected]> --------- Co-authored-by: Tim Bannister <[email protected]>
1 parent ee24cc0 commit 9e160e8

File tree

1 file changed

+5
-9
lines changed
  • content/en/docs/concepts/windows

1 file changed

+5
-9
lines changed

content/en/docs/concepts/windows/intro.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ work between Windows and Linux:
233233
The following list documents differences between how Pod specifications work between Windows and Linux:
234234

235235
* `hostIPC` and `hostpid` - host namespace sharing is not possible on Windows
236-
* `hostNetwork` - [see below](#compatibility-v1-pod-spec-containers-hostnetwork)
236+
* `hostNetwork` - host networking is not possible on Windows
237237
* `dnsPolicy` - setting the Pod `dnsPolicy` to `ClusterFirstWithHostNet` is
238238
not supported on Windows because host networking is not provided. Pods always
239239
run with a container network.
@@ -256,16 +256,12 @@ The following list documents differences between how Pod specifications work bet
256256
* You cannot enable `mountPropagation` for volume mounts as this is not
257257
supported on Windows.
258258

259-
#### Field compatibility for hostNetwork {#compatibility-v1-pod-spec-containers-hostnetwork}
259+
#### Host network access {#compatibility-v1-pod-sec-containers-hostnetwork}
260260

261-
{{< feature-state for_k8s_version="v1.26" state="alpha" >}}
261+
Kubernetes v1.26 to v1.32 included alpha support for running Windows Pods in the host's network namespace.
262262

263-
The kubelet can now request that pods running on Windows nodes use the host's network namespace instead
264-
of creating a new pod network namespace. To enable this functionality pass `--feature-gates=WindowsHostNetwork=true` to the kubelet.
265-
266-
{{< note >}}
267-
This functionality requires a container runtime that supports this functionality.
268-
{{< /note >}}
263+
Kubernetes v{{< skew currentVersion >}} does **not** include the `WindowsHostNetwork` feature gate
264+
or support for running Windows Pods in the host's network namespace.
269265

270266
#### Field compatibility for Pod security context {#compatibility-v1-pod-spec-containers-securitycontext}
271267

0 commit comments

Comments
 (0)