Skip to content

Commit ac63c4c

Browse files
authored
Merge pull request #38914 from windsonsea/1213host
Fix two URLs in blog: Windows HostProcess
2 parents 8ffa9b4 + bfd36d3 commit ac63c4c

File tree

1 file changed

+2
-2
lines changed
  • content/en/blog/_posts/2022-12-13-host-process-containers-ga

1 file changed

+2
-2
lines changed

content/en/blog/_posts/2022-12-13-host-process-containers-ga/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ closed and the storage will be unmounted.
5454

5555
HostProcess and Linux privileged containers enable similar scenarios but differ
5656
greatly in their implementation (hence the naming difference). HostProcess containers
57-
have their own [PodSecurityContext](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/#windowssecuritycontextoptions-v1-core) fields.
57+
have their own [PodSecurityContext](/docs/reference/generated/kubernetes-api/v1.25/#windowssecuritycontextoptions-v1-core) fields.
5858
Those used to configure Linux privileged containers **do not** apply. Enabling privileged access to a Windows host is a
5959
fundamentally different process than with Linux so the configuration and
6060
capabilities of each differ significantly. Below is a diagram detailing the
@@ -110,7 +110,7 @@ Please note that within a Pod, you can't mix HostProcess containers with normal
110110

111111
- Work through [Create a Windows HostProcess Pod](/docs/tasks/configure-pod-container/create-hostprocess-pod/)
112112

113-
- Read about Kubernetes [Pod Security Standards](/docs/concepts/security/pod-security-standards/) and [Pod Security Admission](docs/concepts/security/pod-security-admission/)
113+
- Read about Kubernetes [Pod Security Standards](/docs/concepts/security/pod-security-standards/) and [Pod Security Admission](/docs/concepts/security/pod-security-admission/)
114114

115115
- Read the enhancement proposal [Windows Privileged Containers and Host Networking Mode](https://github.com/kubernetes/enhancements/tree/master/keps/sig-windows/1981-windows-privileged-container-support) (KEP-1981)
116116

0 commit comments

Comments
 (0)