document privileged containers as GC
parent
87537d3b5b
commit
bc12666f68
|
|
@ -289,7 +289,11 @@ section.
|
|||
|
||||
## Privileged mode for containers
|
||||
|
||||
Any container in a pod can run in privileged mode to use operating system administrative capabilities
|
||||
{{< note >}}
|
||||
Your {{< glossary_tooltip text="container runtime" term_id="container-runtime" >}} must support the concept of a privileged container for this setting to be relevant.
|
||||
{{< /note >}}
|
||||
|
||||
Any container in a pod can run in priveleged mode to use operating system administrative capabilities
|
||||
that would otherwise be inaccessible. This is available for both Windows and Linux.
|
||||
|
||||
### Linux containers
|
||||
|
|
@ -309,9 +313,6 @@ pods must run as Windows HostProcess containers. HostProcess pods run directly o
|
|||
to perform administrative tasks as is done with Linux privileged containers. In order to use this feature, the
|
||||
`WindowsHostProcessContainers`[feature gate](/docs/reference/command-line-tools-reference/feature-gates/) must be enabled.
|
||||
|
||||
{{< note >}}
|
||||
Your {{< glossary_tooltip text="container runtime" term_id="container-runtime" >}} must support the concept of a privileged container for this setting to be relevant.
|
||||
{{< /note >}}
|
||||
|
||||
## Static Pods
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue