Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

[TT-4528] Improved the documentation regarding the version of cert-manager. #403

Merged
merged 2 commits into from
Mar 2, 2022
Merged
Changes from 1 commit
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
8 changes: 7 additions & 1 deletion docs/installation/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,15 @@ kubectl create secret -n tyk-operator-system generic tyk-operator-conf \
If you don't have cert-manager installed, here is a quick install:

```bash
kubectl apply --validate=false -f https://github.com/jetstack/cert-manager/releases/download/v1.0.3/cert-manager.yaml
kubectl apply --validate=false -f https://github.com/jetstack/cert-manager/releases/download/v1.3.0/cert-manager.yaml
```

This cert-manager version is the minimum version that works with kubernetes version 1.22 .
buraksekili marked this conversation as resolved.
Show resolved Hide resolved
For kubernetes versions below 1.22, earlier releases of cert-manager should work.
buraksekili marked this conversation as resolved.
Show resolved Hide resolved
Furthermore we have tested and our operator works with the latest cert-manager version (currently v1.7.1).
However, if running into cert-manager related errors please ensure that the desired version of k8s works with the
chosen version of cert-manager.

[cert-manager documentation](https://cert-manager.io/docs/installation/kubernetes/)

<details><summary>Please wait for cert-manager to become available.</summary>
Expand Down