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

gyfora pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git


The following commit(s) were added to refs/heads/main by this push:
     new a16ff9a  [FLINK-26707] Add operator overview graphics
a16ff9a is described below

commit a16ff9aae4792bb9d30ca66686f7e5f75be6c734
Author: Gyula Fora <[email protected]>
AuthorDate: Mon Mar 21 10:46:32 2022 +0100

    [FLINK-26707] Add operator overview graphics
---
 README.md                             | 2 ++
 docs/content/_index.md                | 2 ++
 docs/static/img/concepts/overview.svg | 4 ++++
 3 files changed, 8 insertions(+)

diff --git a/README.md b/README.md
index 41bf0c1..1b0fa6a 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,8 @@
 
 A Kubernetes operator for Apache Flink, implemented in Java. It allows users 
to manage Flink applications and their lifecycle through native k8s tooling 
like kubectl.
 
+<img alt="Operator Overview" width="100%" 
src="docs/static/img/concepts/overview.svg">
+
 ## Documentation & Getting Started
 
 Please check out the full 
[documentation](https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-main/),
 hosted by the
diff --git a/docs/content/_index.md b/docs/content/_index.md
index a5f23ab..2448db7 100644
--- a/docs/content/_index.md
+++ b/docs/content/_index.md
@@ -28,6 +28,8 @@ The Flink Kubernetes Operator extends the 
[Kubernetes](https://kubernetes.io/) A
 Flink Deployments. It features periodic savepoint triggers, stateful Flink job 
upgrades on configuration change and 
 admission control on job submission amongst others.
 
+{{< img src="/img/concepts/overview.svg" alt="Flink Operator Overview" >}}
+
 {{< columns >}}
 ## Try the Flink Kubernetes Operator
 
diff --git a/docs/static/img/concepts/overview.svg 
b/docs/static/img/concepts/overview.svg
new file mode 100644
index 0000000..f4b4655
--- /dev/null
+++ b/docs/static/img/concepts/overview.svg
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Do not edit this file with editors other than diagrams.net -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd";>
+<svg xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; version="1.1" width="842px" 
height="403px" viewBox="-0.5 -0.5 842 403" content="&lt;mxfile 
host=&quot;app.diagrams.net&quot; modified=&quot;2022-03-21T11:55:38.872Z&quot; 
agent=&quot;5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, 
like Gecko) Chrome/99.0.4844.74 Safari/537.36&quot; 
etag=&quot;xW_SmLfIgEiuzRGQeTdM&quot; version=&quot;17.1.3&quot; 
type=&quot;google&quot;&gt;&lt;diagram id= [...]
\ No newline at end of file

Reply via email to