You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by kl...@apache.org on 2022/07/29 06:03:16 UTC

[incubator-devlake-website] branch main updated: docs: fix numbering (#139)

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

klesh 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 07e7b491 docs: fix numbering (#139)
07e7b491 is described below

commit 07e7b491da3a4e7c4c7807d362a3e7fabd19f215
Author: Hezheng Yin <he...@merico.dev>
AuthorDate: Thu Jul 28 23:03:13 2022 -0700

    docs: fix numbering (#139)
---
 docs/QuickStart/KubernetesSetup.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/QuickStart/KubernetesSetup.md b/docs/QuickStart/KubernetesSetup.md
index fa298cdc..6e7bd72a 100644
--- a/docs/QuickStart/KubernetesSetup.md
+++ b/docs/QuickStart/KubernetesSetup.md
@@ -36,11 +36,11 @@ We provide a sample [k8s-deploy.yaml](https://github.com/apache/incubator-devlak
 
 ## FAQ
 
-- Can I use a managed Cloud database service instead of running database in docker?
+1. Can I use a managed Cloud database service instead of running database in docker?
   Yes, it only takes a few changes in the sample yaml file to make it happen. Below we'll use MySQL on AWS RDS as an example.
-  0. (Optional) Create a MySQL instance on AWS RDS following this [doc](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_GettingStarted.CreatingConnecting.MySQL.html), skip this step if you'd like to use an existing instance
-  1. Remove the `mysql` deployment and service sections from `k8s-deploy.yaml`
-  2. Update `devlake-config` configmap according to your RDS instance setup:
+  1. (Optional) Create a MySQL instance on AWS RDS following this [doc](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_GettingStarted.CreatingConnecting.MySQL.html), skip this step if you'd like to use an existing instance
+  2. Remove the `mysql` deployment and service sections from `k8s-deploy.yaml`
+  3. Update `devlake-config` configmap according to your RDS instance setup:
     * `MYSQL_ROOT_PASSWORD`: remove this line
     * `MYSQL_USER`: use your RDS instance's master username
     * `MYSQL_PASSWORD`: use your RDS instance's password