Skip to content

Commit af0760b

Browse files
committed
Removing docs for Windows hostNetwork support for v1.33
1 parent edf6a64 commit af0760b

File tree

1 file changed

+1
-12
lines changed
  • content/en/docs/concepts/windows

1 file changed

+1
-12
lines changed

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

Lines changed: 1 addition & 12 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 network namespace 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,17 +256,6 @@ 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}
260-
261-
{{< feature-state for_k8s_version="v1.26" state="alpha" >}}
262-
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 >}}
269-
270259
#### Field compatibility for Pod security context {#compatibility-v1-pod-spec-containers-securitycontext}
271260

272261
Only the `securityContext.runAsNonRoot` and `securityContext.windowsOptions` from the Pod

0 commit comments

Comments
 (0)