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 36ad306 commit 59ec281Copy full SHA for 59ec281
staging/operator-lifecycle-manager/doc/install/install.md
@@ -8,8 +8,8 @@ OLM deployment resources are templated so that they can be easily configured for
8
9
Installing the CRDs first gives them a chance to register before installing the rest, which requires the CRDs exist.
10
```bash
11
-kubectl create -f deploy/upstream/quickstart/crds.yaml
12
-kubectl create -f deploy/upstream/quickstart/olm.yaml
+kubectl create -f https://github.com/operator-framework/operator-lifecycle-manager/releases/latest/download/crds.yaml
+kubectl create -f https://github.com/operator-framework/operator-lifecycle-manager/releases/latest/download/olm.yaml
13
```
14
15
## Install a Release
0 commit comments