Skip to content

Commit bc12666

Browse files
committed
document privileged containers as GC
1 parent 87537d3 commit bc12666

File tree

1 file changed

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

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,11 @@ section.
289289

290290
## Privileged mode for containers
291291

292-
Any container in a pod can run in privileged mode to use operating system administrative capabilities
292+
{{< note >}}
293+
Your {{< glossary_tooltip text="container runtime" term_id="container-runtime" >}} must support the concept of a privileged container for this setting to be relevant.
294+
{{< /note >}}
295+
296+
Any container in a pod can run in priveleged mode to use operating system administrative capabilities
293297
that would otherwise be inaccessible. This is available for both Windows and Linux.
294298

295299
### Linux containers
@@ -309,9 +313,6 @@ pods must run as Windows HostProcess containers. HostProcess pods run directly o
309313
to perform administrative tasks as is done with Linux privileged containers. In order to use this feature, the
310314
`WindowsHostProcessContainers`[feature gate](/docs/reference/command-line-tools-reference/feature-gates/) must be enabled.
311315

312-
{{< note >}}
313-
Your {{< glossary_tooltip text="container runtime" term_id="container-runtime" >}} must support the concept of a privileged container for this setting to be relevant.
314-
{{< /note >}}
315316

316317
## Static Pods
317318

0 commit comments

Comments
 (0)