We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44a3114 commit 236fb40Copy full SHA for 236fb40
README.md
@@ -55,7 +55,11 @@ Oracle strongly recommends that you ensure your system meets the following [Prer
55
Install the certificate manager with the following command:
56
57
```sh
58
- kubectl apply -f https://github.com/jetstack/cert-manager/releases/latest/download/cert-manager.yaml
+ # 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
63
```
64
65
## Quick Install of the Operator
0 commit comments