File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed
content/en/docs/concepts/windows Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ work between Windows and Linux:
233233The 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
272261Only the ` securityContext.runAsNonRoot ` and ` securityContext.windowsOptions ` from the Pod
You can’t perform that action at this time.
0 commit comments