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

gyfora pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 8f3eab244ee [FLINK-29644][docs] Added flink kubernetes operator 
documentation links
8f3eab244ee is described below

commit 8f3eab244ee00f832b999b5899d206f5de08f373
Author: Sriram Ganesh <[email protected]>
AuthorDate: Wed Oct 19 20:00:14 2022 +0530

    [FLINK-29644][docs] Added flink kubernetes operator documentation links
---
 docs/content/docs/deployment/resource-providers/native_kubernetes.md  | 4 ++++
 .../docs/deployment/resource-providers/standalone/kubernetes.md       | 4 ++++
 2 files changed, 8 insertions(+)

diff --git 
a/docs/content/docs/deployment/resource-providers/native_kubernetes.md 
b/docs/content/docs/deployment/resource-providers/native_kubernetes.md
index eb0c8fdcc7f..68073381814 100644
--- a/docs/content/docs/deployment/resource-providers/native_kubernetes.md
+++ b/docs/content/docs/deployment/resource-providers/native_kubernetes.md
@@ -39,6 +39,10 @@ Kubernetes is a popular container-orchestration system for 
automating computer a
 Flink's native Kubernetes integration allows you to directly deploy Flink on a 
running Kubernetes cluster.
 Moreover, Flink is able to dynamically allocate and de-allocate TaskManagers 
depending on the required resources because it can directly talk to Kubernetes.
 
+Apache Flink also provides a Kubernetes operator for managing Flink clusters 
on Kubernetes. It supports both standalone and native deployment mode and 
greatly simplifies deployment, configuration and the life cycle management of 
Flink resources on Kubernetes.
+
+For more information, please refer to the [Flink Kubernetes Operator 
documentation](https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-main/docs/concepts/overview/)
+
 ### Preparation
 
 The *Getting Started* section assumes a running Kubernetes cluster fulfilling 
the following requirements:
diff --git 
a/docs/content/docs/deployment/resource-providers/standalone/kubernetes.md 
b/docs/content/docs/deployment/resource-providers/standalone/kubernetes.md
index 7eed607348b..28bc8f5ee28 100644
--- a/docs/content/docs/deployment/resource-providers/standalone/kubernetes.md
+++ b/docs/content/docs/deployment/resource-providers/standalone/kubernetes.md
@@ -36,6 +36,10 @@ This *Getting Started* guide describes how to deploy a 
*Session cluster* on [Kub
 This page describes deploying a [standalone]({{< ref 
"docs/deployment/resource-providers/standalone/overview" >}}) Flink cluster on 
top of Kubernetes, using Flink's standalone deployment.
 We generally recommend new users to deploy Flink on Kubernetes using [native 
Kubernetes deployments]({{< ref 
"docs/deployment/resource-providers/native_kubernetes" >}}).
 
+Apache Flink also provides a Kubernetes operator for managing Flink clusters 
on Kubernetes. It supports both standalone and native deployment mode and 
greatly simplifies deployment, configuration and the life cycle management of 
Flink resources on Kubernetes.
+
+For more information, please refer to the [Flink Kubernetes Operator 
documentation](https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-main/docs/concepts/overview/)
+
 ### Preparation
 
 This guide expects a Kubernetes environment to be present. You can ensure that 
your Kubernetes setup is working by running a command like `kubectl get nodes`, 
which lists all connected Kubelets. 

Reply via email to