Difference between revisions of "Kubernetes cert-manager"

From wikieduonline
Jump to navigation Jump to search
 
(17 intermediate revisions by the same user not shown)
Line 10: Line 10:
 
* <code>[[kubectl get certificates]]</code>
 
* <code>[[kubectl get certificates]]</code>
  
* <code>[[kubectl describe certificaterequest ]]</code>
+
* <code>[[kubectl describe certificaterequest]]</code>
 +
* <code>[[k describe issuer -A]]</code>
 +
* <code>[[k describe certificate -A]]</code>
  
 +
* <code>[[kubectl describe challenge -A]]</code>
 +
* <code>[[kubectl describe order -A]]</code>
 +
* <code>[[k describe service]] cm-acme-http-solver-m5l52 -n grafana</code>
 +
* <code>[[k describe order -A]]</code>
  
* [[kind: Certificate]], [[kind: ClusterIssuer]]
+
 
 +
* <code>[[kubectl describe csr]],[[cert]],[[issuer]],[[cr]] -A</code>
 +
* [[kubectl log]]
 +
 
 +
* <code>[[kind: Certificate]], [[kind: ClusterIssuer]]</code>
  
 
== Errors ==
 
== Errors ==
 
  │ Warning: Helm release "cert-manager" was created but has a failed status. Use the `helm` command to investigate the error, correct it, then run Terraform again.
 
  │ Warning: Helm release "cert-manager" was created but has a failed status. Use the `helm` command to investigate the error, correct it, then run Terraform again.
 +
 +
{{Controller.go the object has been modified}}
 +
 +
[[remote error: tls: unrecognized name]]
  
 
== Related ==
 
== Related ==
Line 36: Line 50:
 
[[Category:K8s]]
 
[[Category:K8s]]
 
[[Category:CNCF]]
 
[[Category:CNCF]]
 +
[[Category:Cert-manager]]

Latest revision as of 12:36, 28 June 2024

wikipedia:Cert-manager X.509 certificate management for Kubernetes and OpenShift.

helm repo add jetstack https://charts.jetstack.io && helm repo update
helm install cert-manager
kubectl apply -f ./certbot-issuers.yaml


Errors[edit]

│ Warning: Helm release "cert-manager" was created but has a failed status. Use the `helm` command to investigate the error, correct it, then run Terraform again.
  controller.go .../... error="Operation cannot be fulfilled on certificaterequests.cert-manager.io .../... the object has been modified; please apply your changes to the latest version and try again
remote error: tls: unrecognized name

Related[edit]

See also[edit]

Advertising: