"Kubectl describe csr"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-<source +<syntaxhighlight , -</source> +</syntaxhighlight>))
3번째 줄: 3번째 줄:
;kubectl describe csr  
;kubectl describe csr  


<syntaxhighlight lang='console'>
$ kubectl describe csr
Name:              csr-l7qhf
Labels:            <none>
Annotations:        <none>
CreationTimestamp:  Thu, 23 Feb 2023 13:05:10 +0000
Requesting User:    system:bootstrap:eonr6g
Signer:            kubernetes.io/kube-apiserver-client-kubelet
Status:            Approved,Issued
Subject:
        Common Name:    system:node:node01
        Serial Number: 
        Organization:  system:nodes
Events:  <none>
Name:              csr-n42vm
Labels:            <none>
Annotations:        <none>
CreationTimestamp:  Thu, 23 Feb 2023 12:52:22 +0000
Requesting User:    system:node:controlplane
Signer:            kubernetes.io/kube-apiserver-client-kubelet
Status:            Approved,Issued
Subject:
        Common Name:    system:node:controlplane
        Serial Number: 
        Organization:  system:nodes
Events:  <none>
</syntaxhighlight>
<syntaxhighlight lang='console'>
<syntaxhighlight lang='console'>
$ kubectl describe csr
$ kubectl describe csr

2023년 3월 3일 (금) 14:16 판

1 개요

kubectl describe csr
$ kubectl describe csr
Name:               csr-l7qhf
Labels:             <none>
Annotations:        <none>
CreationTimestamp:  Thu, 23 Feb 2023 13:05:10 +0000
Requesting User:    system:bootstrap:eonr6g
Signer:             kubernetes.io/kube-apiserver-client-kubelet
Status:             Approved,Issued
Subject:
         Common Name:    system:node:node01
         Serial Number:  
         Organization:   system:nodes
Events:  <none>


Name:               csr-n42vm
Labels:             <none>
Annotations:        <none>
CreationTimestamp:  Thu, 23 Feb 2023 12:52:22 +0000
Requesting User:    system:node:controlplane
Signer:             kubernetes.io/kube-apiserver-client-kubelet
Status:             Approved,Issued
Subject:
         Common Name:    system:node:controlplane
         Serial Number:  
         Organization:   system:nodes
Events:  <none>
$ kubectl describe csr
Name:               csr-sndrg
Labels:             <none>
Annotations:        <none>
CreationTimestamp:  Thu, 20 Dec 2018 13:17:30 +0000
Requesting User:    system:node:master
Status:             Approved,Issued
Subject:
         Common Name:    system:node:master
         Serial Number:
         Organization:   system:nodes
Events:  <none>


Name:               node-csr-6KhA5njL9EEgHL9P0KBqfmiS9tnFlNzjxE0tppTcmCU
Labels:             <none>
Annotations:        <none>
CreationTimestamp:  Thu, 20 Dec 2018 13:17:42 +0000
Requesting User:    system:bootstrap:96771a
Status:             Approved,Issued
Subject:
         Common Name:    system:node:node01
         Serial Number:
         Organization:   system:nodes
Events:  <none>

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}