Difference between revisions of "Kubernetes cert-manager"

From wikieduonline
Jump to navigation Jump to search
Line 16: Line 16:
  
  
* <code>kubectl describe csr,cert,issuer,cr -A</code>
+
* <code>kubectl describe csr,cert,issuer,[[cr]] -A</code>
 
* [[kubectl log]]  
 
* [[kubectl log]]  
  

Revision as of 15:25, 14 February 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
kubectl describe certificaterequest
k describe issuer -A
k describe certificate -A


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.
  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

Related

See also

Advertising: