File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed
content/en/docs/concepts/windows Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ work between Windows and Linux:
233
233
The following list documents differences between how Pod specifications work between Windows and Linux:
234
234
235
235
* ` 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
237
237
* ` dnsPolicy ` - setting the Pod ` dnsPolicy ` to ` ClusterFirstWithHostNet ` is
238
238
not supported on Windows because host networking is not provided. Pods always
239
239
run with a container network.
@@ -256,16 +256,12 @@ The following list documents differences between how Pod specifications work bet
256
256
* You cannot enable ` mountPropagation ` for volume mounts as this is not
257
257
supported on Windows.
258
258
259
- #### Field compatibility for hostNetwork {#compatibility-v1-pod-spec -containers-hostnetwork}
259
+ #### Host network access {#compatibility-v1-pod-sec -containers-hostnetwork}
260
260
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.
262
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 >}}
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.
269
265
270
266
#### Field compatibility for Pod security context {#compatibility-v1-pod-spec-containers-securitycontext}
271
267
You can’t perform that action at this time.
0 commit comments