This is an automated email from the ASF dual-hosted git repository.

zky pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git


The following commit(s) were added to refs/heads/main by this push:
     new ad5a6433e Added caution messages and recommending helm installation 
over k8s (#384)
ad5a6433e is described below

commit ad5a6433ecdb4c6411b71499f3de4479c758e852
Author: PalanikannanM <[email protected]>
AuthorDate: Tue Jan 10 20:19:24 2023 +0530

    Added caution messages and recommending helm installation over k8s (#384)
---
 docs/GettingStarted/HelmSetup.md                               | 2 +-
 docs/GettingStarted/KubernetesSetup.md                         | 8 +++++++-
 versioned_docs/version-v0.12/QuickStart/HelmSetup.md           | 2 +-
 versioned_docs/version-v0.12/QuickStart/KubernetesSetup.md     | 8 +++++++-
 versioned_docs/version-v0.13/GettingStarted/HelmSetup.md       | 2 +-
 versioned_docs/version-v0.13/GettingStarted/KubernetesSetup.md | 8 +++++++-
 versioned_docs/version-v0.14/GettingStarted/HelmSetup.md       | 2 +-
 versioned_docs/version-v0.14/GettingStarted/KubernetesSetup.md | 8 +++++++-
 8 files changed, 32 insertions(+), 8 deletions(-)

diff --git a/docs/GettingStarted/HelmSetup.md b/docs/GettingStarted/HelmSetup.md
index b0ff571ef..7e879f193 100644
--- a/docs/GettingStarted/HelmSetup.md
+++ b/docs/GettingStarted/HelmSetup.md
@@ -2,7 +2,7 @@
 title: "Install via Helm"
 description: >
   The steps to install Apache DevLake via Helm for Kubernetes
-sidebar_position: 3
+sidebar_position: 2
 ---
 
 ## Prerequisites
diff --git a/docs/GettingStarted/KubernetesSetup.md 
b/docs/GettingStarted/KubernetesSetup.md
index a96c294dd..ebb7b34c8 100644
--- a/docs/GettingStarted/KubernetesSetup.md
+++ b/docs/GettingStarted/KubernetesSetup.md
@@ -2,9 +2,15 @@
 title: "Install via Kubernetes"
 description: >
   The steps to install Apache DevLake via Kubernetes
-sidebar_position: 2
+sidebar_position: 3
 ---
 
+:::caution
+
+We highly recommend the [helm approach](./HelmSetup.md), this page is for 
Advanced Installation only
+
+:::
+
 We provide a sample 
[k8s-deploy.yaml](https://github.com/apache/incubator-devlake/blob/main/deployment/k8s/k8s-deploy.yaml)
 to help deploy DevLake to Kubernetes
 
 
[k8s-deploy.yaml](https://github.com/apache/incubator-devlake/blob/main/deployment/k8s/k8s-deploy.yaml)
 will create a namespace `devlake` on your k8s cluster, and use `nodePort 
30004` for `config-ui`,  `nodePort 30002` for `grafana` dashboards. If you 
would like to use a specific version of Apache DevLake, please update the image 
tag of `grafana`, `devlake` and `config-ui` deployments.
diff --git a/versioned_docs/version-v0.12/QuickStart/HelmSetup.md 
b/versioned_docs/version-v0.12/QuickStart/HelmSetup.md
index 3a7bce1e3..0173ea5d6 100644
--- a/versioned_docs/version-v0.12/QuickStart/HelmSetup.md
+++ b/versioned_docs/version-v0.12/QuickStart/HelmSetup.md
@@ -2,7 +2,7 @@
 title: "Install via Helm"
 description: >
   The steps to install Apache DevLake via Helm for Kubernetes
-sidebar_position: 3
+sidebar_position: 2
 ---
 
 ## Prerequisites
diff --git a/versioned_docs/version-v0.12/QuickStart/KubernetesSetup.md 
b/versioned_docs/version-v0.12/QuickStart/KubernetesSetup.md
index 6e7bd72a8..4c1989dce 100644
--- a/versioned_docs/version-v0.12/QuickStart/KubernetesSetup.md
+++ b/versioned_docs/version-v0.12/QuickStart/KubernetesSetup.md
@@ -2,9 +2,15 @@
 title: "Install via Kubernetes"
 description: >
   The steps to install Apache DevLake via Kubernetes
-sidebar_position: 2
+sidebar_position: 3
 ---
 
+:::caution
+
+We highly recommend the [helm approach](./HelmSetup.md), this page is for 
Advanced Installation only
+
+:::
+
 We provide a sample 
[k8s-deploy.yaml](https://github.com/apache/incubator-devlake/blob/main/k8s-deploy.yaml)
 to help deploy DevLake to Kubernetes
 
 
[k8s-deploy.yaml](https://github.com/apache/incubator-devlake/blob/main/k8s-deploy.yaml)
 will create a namespace `devlake` on your k8s cluster, and use `nodePort 
30004` for `config-ui`,  `nodePort 30002` for `grafana` dashboards. If you 
would like to use a specific version of Apache DevLake, please update the image 
tag of `grafana`, `devlake` and `config-ui` deployments.
diff --git a/versioned_docs/version-v0.13/GettingStarted/HelmSetup.md 
b/versioned_docs/version-v0.13/GettingStarted/HelmSetup.md
index e8920b4ab..d1c83494d 100644
--- a/versioned_docs/version-v0.13/GettingStarted/HelmSetup.md
+++ b/versioned_docs/version-v0.13/GettingStarted/HelmSetup.md
@@ -2,7 +2,7 @@
 title: "Install via Helm"
 description: >
   The steps to install Apache DevLake via Helm for Kubernetes
-sidebar_position: 3
+sidebar_position: 2
 ---
 
 ## Prerequisites
diff --git a/versioned_docs/version-v0.13/GettingStarted/KubernetesSetup.md 
b/versioned_docs/version-v0.13/GettingStarted/KubernetesSetup.md
index f87d5ac12..29bdc4e8d 100644
--- a/versioned_docs/version-v0.13/GettingStarted/KubernetesSetup.md
+++ b/versioned_docs/version-v0.13/GettingStarted/KubernetesSetup.md
@@ -2,9 +2,15 @@
 title: "Install via Kubernetes"
 description: >
   The steps to install Apache DevLake via Kubernetes
-sidebar_position: 2
+sidebar_position: 3
 ---
 
+:::caution
+
+We highly recommend the [helm approach](./HelmSetup.md), this page is for 
Advanced Installation only
+
+:::
+
 We provide a sample 
[k8s-deploy.yaml](https://github.com/apache/incubator-devlake/blob/main/k8s-deploy.yaml)
 to help deploy DevLake to Kubernetes
 
 
[k8s-deploy.yaml](https://github.com/apache/incubator-devlake/blob/main/k8s-deploy.yaml)
 will create a namespace `devlake` on your k8s cluster, and use `nodePort 
30004` for `config-ui`,  `nodePort 30002` for `grafana` dashboards. If you 
would like to use a specific version of Apache DevLake, please update the image 
tag of `grafana`, `devlake` and `config-ui` deployments.
diff --git a/versioned_docs/version-v0.14/GettingStarted/HelmSetup.md 
b/versioned_docs/version-v0.14/GettingStarted/HelmSetup.md
index 1e0d6ca48..0e57039da 100644
--- a/versioned_docs/version-v0.14/GettingStarted/HelmSetup.md
+++ b/versioned_docs/version-v0.14/GettingStarted/HelmSetup.md
@@ -2,7 +2,7 @@
 title: "Install via Helm"
 description: >
   The steps to install Apache DevLake via Helm for Kubernetes
-sidebar_position: 3
+sidebar_position: 2
 ---
 
 ## Prerequisites
diff --git a/versioned_docs/version-v0.14/GettingStarted/KubernetesSetup.md 
b/versioned_docs/version-v0.14/GettingStarted/KubernetesSetup.md
index 3a1bf8119..d17bc9ad4 100644
--- a/versioned_docs/version-v0.14/GettingStarted/KubernetesSetup.md
+++ b/versioned_docs/version-v0.14/GettingStarted/KubernetesSetup.md
@@ -2,9 +2,15 @@
 title: "Install via Kubernetes"
 description: >
   The steps to install Apache DevLake via Kubernetes
-sidebar_position: 2
+sidebar_position: 3
 ---
 
+:::caution
+
+We highly recommend the [helm approach](./HelmSetup.md), this page is for 
Advanced Installation only
+
+:::
+
 We provide a sample 
[k8s-deploy.yaml](https://github.com/apache/incubator-devlake/blob/main/deployment/k8s/k8s-deploy.yaml)
 to help deploy DevLake to Kubernetes
 
 
[k8s-deploy.yaml](https://github.com/apache/incubator-devlake/blob/main/deployment/k8s/k8s-deploy.yaml)
 will create a namespace `devlake` on your k8s cluster, and use `nodePort 
30004` for `config-ui`,  `nodePort 30002` for `grafana` dashboards. If you 
would like to use a specific version of Apache DevLake, please update the image 
tag of `grafana`, `devlake` and `config-ui` deployments.

Reply via email to