Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sathisv3 committed May 8, 2024
1 parent 2424761 commit 5776c18
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions installation/insatllation.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ Cert-manager Installation
helm repo add jetstack https://charts.jetstack.io --force-update

### helm repo update
'''console
'''sh
helm repo update
'''

### Install CRDs with kubectl
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.14.5/cert-manager.crds.yaml

# Install cert-manager with helm
### Install cert-manager with helm
helm install \
cert-manager jetstack/cert-manager \
--namespace cert-manager \
--create-namespace \
--version v1.14.5 \
# --set installCRDs=true
#--set installCRDs=true

### for more reference
### https://technotim.live/posts/kube-traefik-cert-manager-le/
Expand All @@ -26,5 +26,8 @@ helm install \
Reflector Installation
======================

Reflector is a Kubernetes addon designed to monitor changes to resources (secrets and configmaps) and reflect changes to mirror resources in the same or other namespaces.Since secrets and configs are scoped to a single namespace, this helps you create and change resources in one namespace and “reflect” them to resources in other namespaces.This is especially helpful for things like certificates and configs that are needed in multiple namespaces.You can find the GitHub repo here!




0 comments on commit 5776c18

Please sign in to comment.