Skip to content

Commit 8566c8a

Browse files
authored
Merge pull request #39690 from bconfiden2/0227-update-link
Update to use subsectionID instead of full-link in "Windows containers in Kubernetes" page.
2 parents 33c2953 + 4854329 commit 8566c8a

File tree

1 file changed

+2
-2
lines changed
  • content/en/docs/concepts/windows

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,11 +238,11 @@ work between Windows and Linux:
238238
The following list documents differences between how Pod specifications work between Windows and Linux:
239239

240240
* `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)
242242
* `dnsPolicy` - setting the Pod `dnsPolicy` to `ClusterFirstWithHostNet` is
243243
not supported on Windows because host networking is not provided. Pods always
244244
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)
246246
* `shareProcessNamespace` - this is a beta feature, and depends on Linux namespaces
247247
which are not implemented on Windows. Windows cannot share process namespaces or
248248
the container's root filesystem. Only the network can be shared.

0 commit comments

Comments
 (0)