Skip to content
Merged
Show file tree
Hide file tree
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
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,19 @@ This section describes how to install the Operator on a cluster using the
[Operator Lifecycle Manager (OLM)](https://olm.operatorframework.io). The file [CONTRIBUTING.md](CONTRIBUTING.md) has
instructions to install the Operator, using the `Makefile`, without requiring OLM.

#### Platform-Specific Installation Guides

For detailed installation instructions for specific platforms, see the following guides:

- **Kind**
- [Installation on Kind Without OLM (Linux)](/docs/installation/kind-without-olm-linux.md)
- [Installation on Kind Without OLM (MacOs)](/docs/installation/kind-without-olm-macos.md)
- **Minikube**
- [Installation on Minikube Without OLM](/docs/installation/minikube-without-olm.md)
- **OpenShift**
- [Installation on OpenShift With OLM](/docs/installation/openshift-with-olm.md)
- [Installation on OpenShift Without OLM](/docs/installation/openshift-without-olm.md)

#### Installing the Operator Lifecycle Manager

The Operator Framework website has
Expand Down
10 changes: 0 additions & 10 deletions docs/installation.md

This file was deleted.

Loading