Skip to content

Commit 8f204b7

Browse files
committed
Improves quickstart docs to use latest manifests
1 parent ccf0c4c commit 8f204b7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/install/install.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ OLM deployment resources are templated so that they can be easily configured for
88

99
Installing the CRDs first gives them a chance to register before installing the rest, which requires the CRDs exist.
1010
```bash
11-
kubectl create -f deploy/upstream/quickstart/crds.yaml
12-
kubectl create -f deploy/upstream/quickstart/olm.yaml
11+
wget https://github.com/operator-framework/operator-lifecycle-manager/releases/latest/download/crds.yaml
12+
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
1315
```
1416

1517
## Install a Release

0 commit comments

Comments
 (0)