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

 
(사용자 2명의 중간 판 4개는 보이지 않습니다)
3번째 줄: 3번째 줄:
;kubectl describe csr  
;kubectl describe csr  


<source lang='console'>
<syntaxhighlight lang='console'>
master $ kubectl describe csr
$ kubectl describe csr csr-l7qhf
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>
</syntaxhighlight>
<syntaxhighlight lang='console'>
$ kubectl describe csr csr-n42vm
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'>
$ kubectl describe csr
Name:              csr-sndrg
Name:              csr-sndrg
Labels:            <none>
Labels:            <none>
29번째 줄: 62번째 줄:
         Organization:  system:nodes
         Organization:  system:nodes
Events:  <none>
Events:  <none>
</source>
</syntaxhighlight>


==같이 보기==
==같이 보기==

2023년 3월 3일 (금) 14:17 기준 최신판

1 개요[ | ]

kubectl describe csr
$ kubectl describe csr csr-l7qhf
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>
$ kubectl describe csr csr-n42vm
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 }}