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
**Optional** setting which sets the runtime user ID of the entrypoint process of the placeholder container.
700
+
701
+
Default: If value not provided, it will default to the user of the image you set in `service.placeholderImage`. For the default placeholder image (`registry.k8s.io/pause`) it is `65535`.
702
+
703
+
Example:
704
+
```yaml
705
+
service.placeholderRunAsUser: 65535
706
+
```
707
+
#### service.placeholderRunAsGroup
708
+
**Optional** setting which sets the runtime group ID of the entrypoint process of the placeholder container.
709
+
710
+
Default: If value not provided, it will default to the group of the image you set in `service.placeholderImage`. For the default placeholder image (`registry.k8s.io/pause`) it is `65535`.
711
+
712
+
Example:
713
+
```yaml
714
+
service.placeholderRunAsGroup: 65535
715
+
```
716
+
#### service.placeholderFsGroup
717
+
**Optional** setting which sets the runtime fsGroup ID of the entrypoint process of the placeholder container.
718
+
719
+
Default: If value not provided, it will *NOT* be set.
720
+
721
+
Example:
722
+
```yaml
723
+
service.placeholderFsGroup: 65535
724
+
```
695
725
#### service.instanceTypeNodeLabelKey
696
726
Sets the node label that will be used to determine the instance type of node.
697
727
@@ -810,9 +840,9 @@ log.level: "DEBUG"
810
840
#### log.\{subsystem\}.level
811
841
Sets the verbosity that YuniKorn subsystem will log at.
812
842
813
-
Yunikorn allows fine-grained logging configuration in a hierarchical manner. For example,
814
-
setting an entry for `log.core.level` will configure all loggers that start with `core.`
815
-
(including `core.scheduler`, etc.) unless a more specific configuration is present.
843
+
Yunikorn allows fine-grained logging configuration in a hierarchical manner. For example,
844
+
setting an entry for `log.core.level` will configure all loggers that start with `core.`
845
+
(including `core.scheduler`, etc.) unless a more specific configuration is present.
816
846
Each subsystem[^1] has its log level.
817
847
818
848
A change to this setting will be picked up without a restart of YuniKorn. The available
> To simplify management, you can directly set the `yunikorn.apache.org/namespace.enableYunikorn` annotation on the namespace itself, regardless of whether it is specified in a regular expression. This annotation enables you to determine if the namespace should be managed by Yunikorn.
0 commit comments