Skip to content

Commit

Permalink
updated windows up to green cat
Browse files Browse the repository at this point in the history
  • Loading branch information
unfor19 committed Feb 5, 2022
1 parent 53dfab4 commit 8cf254f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -575,8 +575,8 @@ Eventually, the NGINX Ingress controller will use the generated Kubernetes TLS S
```bash
helm repo add jetstack https://charts.jetstack.io && \
helm repo update && \
kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.6.1/cert-manager.crds.yaml && \
helm upgrade --install --wait cert-manager jetstack/cert-manager --namespace cert-manager --version v1.6.1
kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.6.2/cert-manager.crds.yaml && \
helm upgrade --install --wait cert-manager jetstack/cert-manager --namespace cert-manager --version v1.6.2
```
2. **IMPORTANT**: The ClusterIssuer will fail to create if cert-manager is not ready; see the [Troubleshooting](#troubleshooting) section if you experience any issues
3. **macOS/WSL2**: Create the [cert-manager/clusterissuer.yaml](./cert-manager/clusterissuer.yaml) and deploy the [2-green.yaml](https://github.com/unfor19/kubernetes-localdev/blob/master/2-green.yaml) application.
Expand Down

0 comments on commit 8cf254f

Please sign in to comment.