From a85c8e9065e63b2cde3470894594c95881496070 Mon Sep 17 00:00:00 2001 From: sajib Date: Tue, 12 Jun 2018 14:48:24 +0600 Subject: [PATCH] Add togglable tabs for Installation: Script & Helm --- docs/setup/install.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/setup/install.md b/docs/setup/install.md index 8376e65b0..ad3fff01f 100644 --- a/docs/setup/install.md +++ b/docs/setup/install.md @@ -19,6 +19,17 @@ section_menu_id: setup Searchlight operator can be installed via a script or as a Helm chart. [![Install Searchlight](https://img.youtube.com/vi/Po4yXrQuHtQ/0.jpg)](https://www.youtube-nocookie.com/embed/Po4yXrQuHtQ) + +
+
+ ## Using Script To install Searchlight in your Kubernetes cluster, run the following command: @@ -94,6 +105,9 @@ $ curl -fsSL https://raw.githubusercontent.com/appscode/searchlight/7.0.0/hack/d | bash -s -- --enable-admission-webhook [--rbac] ``` +
+
+ ## Using Helm Searchlight can be installed via [Helm](https://helm.sh/) using the [chart](https://github.com/appscode/searchlight/blob/master/chart/searchlight) from [AppsCode Charts Repository](https://github.com/appscode/charts). To install the chart with the release name `my-release`: @@ -134,6 +148,8 @@ curl -fsSL -o onessl https://github.com/kubepack/onessl/releases/download/0.3.0/ To see the detailed configuration options, visit [here](https://github.com/appscode/searchlight/tree/master/chart/searchlight). +
+ ### Installing in GKE Cluster If you are installing Searchlight on a GKE cluster, you will need cluster admin permissions to install Searchlight operator. Run the following command to grant admin permision to the cluster.