diff --git a/src/sections/Meshery/Meshery-platforms/index.js b/src/sections/Meshery/Meshery-platforms/index.js
index 38974d8fc7677..9d4e8a3c64fe5 100644
--- a/src/sections/Meshery/Meshery-platforms/index.js
+++ b/src/sections/Meshery/Meshery-platforms/index.js
@@ -42,6 +42,11 @@ const supported_platforms = [
+
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}