You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -418,7 +418,7 @@ For more information, see the [kernel cgroups documentation about HugeTLB][cgrou
418
418
419
419
#### Network
420
420
421
-
`network` represents the cgroup subsystems `net_cls` and `net_prio`.
421
+
**`network`** (object, OPTIONAL) represents the cgroup subsystems `net_cls` and `net_prio`.
422
422
For more information, see [the net\_cls cgroup man page][cgroup-v1-net-cls] and [the net\_prio cgroup man page][cgroup-v1-net-prio].
423
423
424
424
The following parameters can be specified to setup these cgroup controllers:
@@ -450,7 +450,7 @@ processes in the group and egressing the system on various interfaces. The follo
450
450
451
451
#### PIDs
452
452
453
-
`pids` represents the cgroup subsystem `pids`.
453
+
**`pids`** (object, OPTIONAL) represents the cgroup subsystem `pids`.
454
454
For more information, see [the pids cgroup man page][cgroup-v1-pids].
455
455
456
456
The following parameters can be specified to setup the controller:
@@ -467,7 +467,7 @@ The following parameters can be specified to setup the controller:
467
467
468
468
## Sysctl
469
469
470
-
`sysctl` allows kernel parameters to be modified at runtime for the container.
470
+
**`sysctl`** (object, OPTIONAL) allows kernel parameters to be modified at runtime for the container.
471
471
For more information, see [the man page](http://man7.org/linux/man-pages/man8/sysctl.8.html)
472
472
473
473
###### Example
@@ -540,7 +540,7 @@ Operator Constants:
540
540
541
541
## Rootfs Mount Propagation
542
542
543
-
`rootfsPropagation` sets the rootfs's mount propagation.
543
+
**`rootfsPropagation`** (string, OPTIONAL) sets the rootfs's mount propagation.
544
544
Its value is either slave, private, or shared.
545
545
[The kernel doc](https://www.kernel.org/doc/Documentation/filesystems/sharedsubtree.txt) has more information about mount propagation.
546
546
@@ -552,7 +552,8 @@ Its value is either slave, private, or shared.
552
552
553
553
## Masked Paths
554
554
555
-
`maskedPaths` will mask over the provided paths inside the container so that they cannot be read.
555
+
**`maskedPaths`** (array of strings, OPTIONAL) will mask over the provided paths inside the container so that they cannot be read.
556
+
The values MUST be absolute paths in the [container namespace][container-namespace].
556
557
557
558
###### Example
558
559
@@ -564,7 +565,8 @@ Its value is either slave, private, or shared.
564
565
565
566
## Readonly Paths
566
567
567
-
`readonlyPaths` will set the provided paths as readonly inside the container.
568
+
**`readonlyPaths`** (array of strings, OPTIONAL) will set the provided paths as readonly inside the container.
569
+
The values MUST be absolute paths in the [container namespace][container-namespace].
568
570
569
571
###### Example
570
572
@@ -576,14 +578,15 @@ Its value is either slave, private, or shared.
576
578
577
579
## Mount Label
578
580
579
-
`mountLabel` will set the Selinux context for the mounts in the container.
581
+
**`mountLabel`** (string, OPTIONAL) will set the Selinux context for the mounts in the container.
0 commit comments