Skip to content

Commit eb3f803

Browse files
authored
Specify a recent version of cert-manager (#4398)
First, I just copied the URL from the wizard and got v1.0.0 that was incompatible with the following steps.
1 parent 81dc4da commit eb3f803

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/traefik-v2-cert-manager/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ In this step, we will create a wildcard DNS record to point to the external IP a
7575

7676
### Installing cert-manager
7777

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

0 commit comments

Comments
 (0)