Skip to content

Commit 0e66780

Browse files
authored
Merge pull request #39324 from reylejano/followup-PR-38673
Updated concepts/workloads/pods/_index.html as followup to PR 38673
2 parents 899586e + 2916c34 commit 0e66780

File tree

1 file changed

+3
-3
lines changed
  • content/en/docs/concepts/workloads/pods

1 file changed

+3
-3
lines changed

content/en/docs/concepts/workloads/pods/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -296,22 +296,22 @@ Your {{< glossary_tooltip text="container runtime" term_id="container-runtime" >
296296
Any container in a pod can run in privileged mode to use operating system administrative capabilities
297297
that would otherwise be inaccessible. This is available for both Windows and Linux.
298298

299-
### Linux containers
299+
### Linux priviledged containers
300300

301301
In Linux, any container in a Pod can enable privileged mode using the `privileged` (Linux) flag
302302
on the [security context](/docs/tasks/configure-pod-container/security-context/) of the
303303
container spec. This is useful for containers that want to use operating system administrative
304304
capabilities such as manipulating the network stack or accessing hardware devices.
305305

306-
### Windows containers
306+
### Windows priviledged containers
307307

308308
{{< feature-state for_k8s_version="v1.26" state="stable" >}}
309309

310310
In Windows, you can create a [Windows HostProcess pod](/docs/tasks/configure-pod-container/create-hostprocess-pod)
311311
by setting the `windowsOptions.hostProcess` flag on the security context of the pod spec. All containers in these
312312
pods must run as Windows HostProcess containers. HostProcess pods run directly on the host and can also be used
313313
to perform administrative tasks as is done with Linux privileged containers. In order to use this feature, the
314-
`WindowsHostProcessContainers`[feature gate](/docs/reference/command-line-tools-reference/feature-gates/) must be enabled.
314+
`WindowsHostProcessContainers` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/) must be enabled.
315315

316316

317317
## Static Pods

0 commit comments

Comments
 (0)