From 58540b52bd85e407055caf56a5cf95acf2bbbfcd Mon Sep 17 00:00:00 2001 From: Massimiliano Giovagnoli Date: Mon, 1 Jul 2024 19:43:40 +0200 Subject: [PATCH] docs: cleanup single manifest installation Signed-off-by: Massimiliano Giovagnoli --- docs/content/general/getting-started.md | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/docs/content/general/getting-started.md b/docs/content/general/getting-started.md index 979e99e2..cedb4068 100644 --- a/docs/content/general/getting-started.md +++ b/docs/content/general/getting-started.md @@ -6,20 +6,7 @@ Thanks for giving Capsule a try. Make sure you have access to a Kubernetes cluster as administrator. -There are two ways to install Capsule: - -* Use the [single YAML file installer](https://raw.githubusercontent.com/clastix/capsule/master/config/install.yaml) -* Use the [Capsule Helm Chart](https://github.com/projectcapsule/capsule/blob/master/charts/capsule/README.md) - -### Install with the single YAML file installer - -Ensure you have `kubectl` installed in your `PATH`. Clone this repository and move to the repo folder: - -``` -$ kubectl apply -f https://raw.githubusercontent.com/clastix/capsule/master/config/install.yaml -``` - -It will install the Capsule controller in a dedicated namespace `capsule-system`. +You can use the [Capsule Helm Chart](https://github.com/projectcapsule/capsule/blob/master/charts/capsule/README.md) to install Capsule. ### Install with Helm Chart