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

xincheng pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 8abb5e55b7 [Doc][K8S] Add DS K8S Operator into k8s deployment 
character (#15516)
8abb5e55b7 is described below

commit 8abb5e55b7f3ad12d4c33163927471bcbeab6c5d
Author: John Huang <[email protected]>
AuthorDate: Wed Jan 24 11:10:58 2024 +0800

    [Doc][K8S] Add DS K8S Operator into k8s deployment character (#15516)
    
    Co-authored-by: Rick Cheng <[email protected]>
---
 docs/docs/en/guide/installation/kubernetes.md | 2 ++
 docs/docs/zh/guide/installation/kubernetes.md | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/docs/docs/en/guide/installation/kubernetes.md 
b/docs/docs/en/guide/installation/kubernetes.md
index bd130091b3..8e58fdeccd 100644
--- a/docs/docs/en/guide/installation/kubernetes.md
+++ b/docs/docs/en/guide/installation/kubernetes.md
@@ -4,6 +4,8 @@ Kubernetes deployment is DolphinScheduler deployment in a 
Kubernetes cluster, wh
 
 If you are a new hand and want to experience DolphinScheduler functions, we 
recommend you install follow [Standalone deployment](standalone.md). If you 
want to experience more complete functions and schedule massive tasks, we 
recommend you install follow [pseudo-cluster deployment](pseudo-cluster.md). If 
you want to deploy DolphinScheduler in production, we recommend you follow 
[cluster deployment](cluster.md) or [Kubernetes deployment](kubernetes.md).
 
+> **Tip**: You can also try [DolphinScheduler K8S 
Operator](https://github.com/apache/dolphinscheduler-operator),which is current 
on alpha1 stage
+
 ## Prerequisites
 
 - [Helm](https://helm.sh/) version 3.1.0+
diff --git a/docs/docs/zh/guide/installation/kubernetes.md 
b/docs/docs/zh/guide/installation/kubernetes.md
index 834b6a056c..20cd8907e8 100644
--- a/docs/docs/zh/guide/installation/kubernetes.md
+++ b/docs/docs/zh/guide/installation/kubernetes.md
@@ -4,6 +4,8 @@ Kubernetes 部署目的是在 Kubernetes 集群中部署 DolphinScheduler 服务
 
 如果你是新手,想要体验 DolphinScheduler 
的功能,推荐使用[Standalone](standalone.md)方式体检。如果你想体验更完整的功能,或者更大的任务量,推荐使用[伪集群部署](pseudo-cluster.md)。如果你是在生产中使用,推荐使用[集群部署](cluster.md)或者[kubernetes](kubernetes.md)
 
+> **提示**: 您也可以尝试使用[DolphinScheduler K8S 
Operator](https://github.com/apache/dolphinscheduler-operator),目前处于 alpha1 阶段
+
 ## 先决条件
 
 - [Helm](https://helm.sh/) 3.1.0+

Reply via email to