Difference between revisions of "Kubectl get certificates"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
[[kubectl describe certificate]] your-prod-admin-tls-cert | [[kubectl describe certificate]] your-prod-admin-tls-cert | ||
+ | |||
+ | |||
+ | .../... | ||
+ | Status: | ||
+ | Conditions: | ||
+ | Last Transition Time: 2012-07-13T13:34:16Z | ||
+ | Message: Issuing certificate as Secret does not exist | ||
+ | Reason: DoesNotExist | ||
+ | Status: False | ||
+ | Type: Ready | ||
+ | Last Transition Time: 2012-07-13T13:34:16Z | ||
+ | Message: Issuing certificate as Secret does not exist | ||
+ | Reason: DoesNotExist | ||
+ | Status: True | ||
+ | Type: Issuing | ||
+ | Next Private Key Secret Name: yourprod-admin-tls-cert-trkl | ||
+ | Events: <none> | ||
+ | .../... | ||
== See also == | == See also == |
Revision as of 11:23, 14 July 2022
kubectl get certificates NAME READY SECRET AGE your-prod-admin-tls-cert False your-prod-admin-tls-cert 21h your-prod-ssl-certificate False your-prod-ssl-certificate 21h
kubectl describe certificate your-prod-admin-tls-cert
.../... Status: Conditions: Last Transition Time: 2012-07-13T13:34:16Z Message: Issuing certificate as Secret does not exist Reason: DoesNotExist Status: False Type: Ready Last Transition Time: 2012-07-13T13:34:16Z Message: Issuing certificate as Secret does not exist Reason: DoesNotExist Status: True Type: Issuing Next Private Key Secret Name: yourprod-admin-tls-cert-trkl Events: <none> .../...
See also
kubectl get
: [all
|componentstatus | pods | apiservices | events
|event
|nodes
|replicaset
|services
|svc
|namespaces
|hpa
|secret | deployments | serviceaccounts | endpoints | daemonset | networkpolicy
],kubectl get -h
cert-manager
,cert-manager-controller, ingress-shim
,kind: Certificate, kind: ClusterIssuer, Kind: CertificateSigningRequest
, kind: Issuer,kubectl [ get | describe ] certificates
,cmctl
,kubectl get issuer, kubectl get csr, IngressShim
Advertising: