mdsanima 7c25712177 docs: following `markdownlint` rules for consistency closes #75 пре 2 година
..
templates 0401217d95 cert-manager updates пре 3 година
README.md 7c25712177 docs: following `markdownlint` rules for consistency closes #75 пре 2 година
default-values.yml f153104f87 reorganization пре 3 година

README.md

Kubernetes Cert-Manager Installation Guide

Here is the installation guide for Cert-Manager and the complete configuration.

Deployment

1. Add the Helm Repository & Update

helm repo add jetstack https://charts.jetstack.io
helm repo update

2. Install Cert-Manager with Helm & CRDs

helm install cert-manager jetstack/cert-manager --namespace cert-manager --create-namespace --set installCRDs=true

Configuration

Add your Issuer or ClusterIssuer Objects, Credentails and Certificates.

For more info visit: Official Cert-Manager Documentation

Best-Practices & Post-Installation

Troubleshooting

You can troubleshoot issues and inspect log entries for the Certificate Objects with the kubectl describe command.

For more info visit: Official Cert-Manager Troubleshooting Guide