kubectl describe certificate

1 개요[ | ]

kubectl describe certificate
$ kubectl describe certificate example-com-tls
Name:         example-com-tls
Namespace:    default
Labels:       <none>
Annotations:  <none>
API Version:  cert-manager.io/v1
Kind:         Certificate
Metadata:
  Creation Timestamp:  2023-05-28T14:42:55Z
  Generation:          1
  Resource Version:    680247913
  UID:                 3b5d791f-cea4-6802-5dfb-7e913acf68b0
Spec:
  Dns Names:
    example.com
    *.example.com
  Issuer Ref:
    Kind:       ClusterIssuer
    Name:       letsencrypt-prod
  Secret Name:  example-com-tls
Status:
  Conditions:
    Last Transition Time:        2020-05-15T21:45:22Z
    Message:                     Issuing certificate as Secret does not exist
    Reason:                      DoesNotExist
    Status:                      False
    Type:                        Ready
  Next Private Key Secret Name:  example-tls-wtlww
Events:
  Type    Reason     Age   From          Message
  ----    ------     ----  ----          -------
  Normal  Issuing    105s  cert-manager  Issuing certificate as Secret does not exist
  Normal  Generated  105s  cert-manager  Stored new private key in temporary Secret resource "example-tls-wtlww"
  Normal  Requested  104s  cert-manager  Created new CertificateRequest resource "example-tls-bw5t9"
$ kubectl describe certificate example-com-tls
Name:         example-com-tls
Namespace:    default
Labels:       <none>
Annotations:  <none>
API Version:  cert-manager.io/v1
Kind:         Certificate
Metadata:
  Creation Timestamp:  2023-05-28T14:42:55Z
  Generation:          1
  Resource Version:    680247913
  UID:                 3b5d791f-cea4-6802-5dfb-7e913acf68b0
Spec:
  Dns Names:
    example.com
    *.example.com
  Issuer Ref:
    Kind:       ClusterIssuer
    Name:       letsencrypt-prod
  Secret Name:  example-com-tls
Status:
  Conditions:
    Last Transition Time:  2023-05-28T14:45:13Z
    Message:               Certificate is up to date and has not expired
    Observed Generation:   1
    Reason:                Ready
    Status:                True
    Type:                  Ready
  Not After:               2023-08-26T13:45:11Z
  Not Before:              2023-05-28T13:45:12Z
  Renewal Time:            2023-07-27T13:45:11Z
  Revision:                1
Events:
  Type    Reason     Age    From                                       Message
  ----    ------     ----   ----                                       -------
  Normal  Issuing    3m21s  cert-manager-certificates-trigger          Issuing certificate as Secret does not exist
  Normal  Generated  3m21s  cert-manager-certificates-key-manager      Stored new private key in temporary Secret resource "example-com-tls-jk4rs"
  Normal  Requested  3m20s  cert-manager-certificates-request-manager  Created new CertificateRequest resource "example-com-tls-2wxx4"
  Normal  Issuing    63s    cert-manager-certificates-issuing          The certificate has been successfully issued

2 같이 보기[ | ]

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