wilfred-s commented on PR #281:
URL: https://github.com/apache/yunikorn-site/pull/281#issuecomment-1469209958
`nobody` would have been the default before 1.2.0. In 1.2.0 we added the
user and group retrieval from K8s via the admission controller. Might be good
to show the new option too with multiple groups.
This is an example of the user and groups I pulled from a local machine on
recovery of a deployment based pod:
```
"username": "system:serviceaccount:kube-system:deployment-controller",
"groups": [
"system:serviceaccounts",
"system:serviceaccounts:kube-system",
"system:authenticated"
]
```
We can change the content but this is a guideline of what you see.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]