From f41e31fdbdf406a4d4d450e3e54803f2df8a5dd5 Mon Sep 17 00:00:00 2001 From: Oleksii Kurinnyi Date: Tue, 18 Feb 2025 16:59:47 +0200 Subject: [PATCH] chore: add links to platform-specific installation guides Signed-off-by: Oleksii Kurinnyi --- README.md | 13 +++++++++++++ docs/installation.md | 10 ---------- 2 files changed, 13 insertions(+), 10 deletions(-) delete mode 100644 docs/installation.md diff --git a/README.md b/README.md index 684d74181..4ce848e18 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/installation.md b/docs/installation.md deleted file mode 100644 index 77393ae30..000000000 --- a/docs/installation.md +++ /dev/null @@ -1,10 +0,0 @@ -# Installation Guide for DevWorkspace Operator - -- **Kind** - - [Installation on Kind Without OLM (Linux)](installation/kind-without-olm-linux.md) - - [Installation on Kind Without OLM (MacOs)](installation/kind-without-olm-macos.md) -- **Minikube** - - [Installation on Minikube Without OLM](installation/minikube-without-olm.md) -- **OpenShift** - - [Installation on OpenShift With OLM](installation/openshift-with-olm.md) - - [Installation on OpenShift Without OLM](installation/openshift-without-olm.md)