From 544cd2b6655e3fff50abde5b9c7b9fc06a43b148 Mon Sep 17 00:00:00 2001 From: Vikram Date: Mon, 7 Aug 2023 22:37:53 +0530 Subject: [PATCH] feat:added installation instructions Signed-off-by: Vikram --- .../Meshery/Meshery-platforms/index.js | 46 ++++++++++++------- 1 file changed, 30 insertions(+), 16 deletions(-) diff --git a/src/sections/Meshery/Meshery-platforms/index.js b/src/sections/Meshery/Meshery-platforms/index.js index 38974d8fc767..9d4e8a3c64fe 100644 --- a/src/sections/Meshery/Meshery-platforms/index.js +++ b/src/sections/Meshery/Meshery-platforms/index.js @@ -42,6 +42,11 @@ const supported_platforms = [ +

Using mesheryctl

+

Docker Extension

Helm Chart

Install on Kubernetes using Helm:

+

Using kubectl

+ ) @@ -100,19 +111,19 @@ const supported_platforms = [ ) }, - { - icon: Kind, - name: "Kind", - steps: ( - <> -

Kind User

- - - ) - }, + // { + // icon: Kind, + // name: "Kind", + // steps: ( + // <> + //

Kind User

+ // + // + // ) + // }, { icon: Kubernetes, name: "Kubernetes", @@ -131,9 +142,12 @@ const supported_platforms = [ name: "Linux", steps: ( <> -

Bash User

+

Install Using Kubernetes

+

Install Using Docker

+ ) }, @@ -221,7 +235,7 @@ const MesheryPlatforms = () => { ))} - + {currentPlatform.name && currentPlatform.steps}