Skip to content

Commit 236fb40

Browse files
Update cert-manager command in README.md
1 parent 44a3114 commit 236fb40

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,11 @@ Oracle strongly recommends that you ensure your system meets the following [Prer
5555
Install the certificate manager with the following command:
5656

5757
```sh
58-
kubectl apply -f https://github.com/jetstack/cert-manager/releases/latest/download/cert-manager.yaml
58+
# Kubernetes 1.16+
59+
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.1.1/cert-manager.yaml
60+
61+
# Kubernetes <1.16
62+
kubectl apply --validate=false -f https://github.com/cert-manager/cert-manager/releases/download/v1.1.1/cert-manager-legacy.yaml
5963
```
6064

6165
## Quick Install of the Operator

0 commit comments

Comments
 (0)