We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
目的: 在 atlasctl 提交任务时,通过读取证书中的 CommonName 存储的 uid 信息,写入提交任务的 YAML 中,实现 Pod 的 RunAsUser 的逻辑
在创建证书的格式增加一个 uid 参数,类似这种:
curl -X POST http://kube-master:<port>/users -d '[ {"uid":"1001","username":"admin","namespace":"admin","email":"admin@domain.com"}, {"uid":"1002","username":"test","namespace":"test","email":"test@domain.com"} ]'
The text was updated successfully, but these errors were encountered:
Pod.Spec.Container[].SecurityContext.RunAsUser
https://github.com/kubernetes/community/blob/master/contributors/design-proposals/security_context.md
Sorry, something went wrong.
kubernetes/kubernetes#22179 kubernetes/enhancements#213
zh794390558
No branches or pull requests
目的:
在 atlasctl 提交任务时,通过读取证书中的 CommonName 存储的 uid 信息,写入提交任务的 YAML 中,实现 Pod 的 RunAsUser 的逻辑
在创建证书的格式增加一个 uid 参数,类似这种:
The text was updated successfully, but these errors were encountered: