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 ccf0c4c commit 8f204b7Copy full SHA for 8f204b7
doc/install/install.md
@@ -8,8 +8,10 @@ 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
+wget https://github.com/operator-framework/operator-lifecycle-manager/releases/latest/download/crds.yaml
+wget https://github.com/operator-framework/operator-lifecycle-manager/releases/latest/download/olm.yaml
13
+kubectl create -f crds.yaml
14
+kubectl create -f olm.yaml
15
```
16
17
## Install a Release
0 commit comments