【发布时间】:2020-04-17 08:40:10
【问题描述】:
任何人都可以就如何在 OpenShift 上找出用户创建时间的详细信息给我建议? 我尝试了这些命令,但只得到了一般信息。需要了解更多细节。
$ oc describe test_user
NAME: test_user
Created: 3 weeks ago
Labels: <none>
Annotations: <none>
Identities: htpasswd:test_user
【问题讨论】:
-
oc get user test_user -o yaml是否提供更具体的时间戳? -
是的,用户创建的时间戳在 yaml 输出中描述。谢谢!
标签: openshift openshift-origin