Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/install/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ OLM deployment resources are templated so that they can be easily configured for

Installing the CRDs first gives them a chance to register before installing the rest, which requires the CRDs exist.
```bash
kubectl create -f deploy/upstream/quickstart/crds.yaml
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
```

## Install a Release
Expand Down