File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/en/docs/concepts/windows Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -238,11 +238,11 @@ work between Windows and Linux:
238
238
The following list documents differences between how Pod specifications work between Windows and Linux:
239
239
240
240
* ` hostIPC ` and ` hostpid ` - host namespace sharing is not possible on Windows
241
- * ` hostNetwork ` - [ see below] ( /docs/concepts/windows/intro #compatibility-v1-pod-spec-containers-hostnetwork)
241
+ * ` hostNetwork ` - [ see below] ( #compatibility-v1-pod-spec-containers-hostnetwork )
242
242
* ` dnsPolicy ` - setting the Pod ` dnsPolicy ` to ` ClusterFirstWithHostNet ` is
243
243
not supported on Windows because host networking is not provided. Pods always
244
244
run with a container network.
245
- * ` podSecurityContext ` [ see below] ( /docs/concepts/windows/intro #compatibility-v1-pod-spec-containers-securitycontext)
245
+ * ` podSecurityContext ` [ see below] ( #compatibility-v1-pod-spec-containers-securitycontext )
246
246
* ` shareProcessNamespace ` - this is a beta feature, and depends on Linux namespaces
247
247
which are not implemented on Windows. Windows cannot share process namespaces or
248
248
the container's root filesystem. Only the network can be shared.
You can’t perform that action at this time.
0 commit comments