Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tutorials/traefik-v2-cert-manager/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ In this step, we will create a wildcard DNS record to point to the external IP a

### Installing cert-manager

1. Install cert-manager:
1. Install a recent version of cert-manager, in this example v1.16:
```sh
kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.0.0/cert-manager.yaml
kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.16.0/cert-manager.yaml
```
2. Verify the installation:
```sh
Expand Down