You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by mb...@apache.org on 2022/03/29 19:05:19 UTC

[flink-web] 01/01: [blog] Operator release blogpost fixes

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

mbalassi pushed a commit to branch operator-0.1-release
in repository https://gitbox.apache.org/repos/asf/flink-web.git

commit c36946f080f0f676fe3751b53945c3054dd74df4
Author: Marton Balassi <ma...@apple.com>
AuthorDate: Tue Mar 29 21:02:16 2022 +0200

    [blog] Operator release blogpost fixes
---
 ...2022-04-01-release-kubernetes-operator-0.1.0.md | 22 +++++++++++++---------
 1 file changed, 13 insertions(+), 9 deletions(-)

diff --git a/_posts/2022-04-01-release-kubernetes-operator-0.1.0.md b/_posts/2022-04-01-release-kubernetes-operator-0.1.0.md
index 43be549..e33fa77 100644
--- a/_posts/2022-04-01-release-kubernetes-operator-0.1.0.md
+++ b/_posts/2022-04-01-release-kubernetes-operator-0.1.0.md
@@ -16,12 +16,13 @@ The Apache Flink Community is pleased to announce the preview release of the Apa
 The Flink Kubernetes Operator allows user to easily manage their Flink deployment lifecycle using native Kubernetes tooling.
 
 The operator takes care of submitting, savepointing, upgrading and generally managing Flink jobs using the built-on Flink Kubernetes integration.
-This way users do not have to use the Flink Clients (e.g. CLI) or interact with the Flink jobs manually, they only have to declare the desired deployment specification and the operator will take care of the rest. 
+This way users do not have to use the Flink Clients (e.g. CLI) or interact with the Flink jobs manually, they only have to declare the desired deployment specification and the operator will take care of the rest.
 
 **Core Features**
- - Deploy and monitor Flink Application and Session deployments
- - Upgrade, suspend and delete Flink deployments
- - Full logging and metrics integration
+
+ * Deploy and monitor Flink Application and Session deployments
+ * Upgrade, suspend and delete Flink deployments
+ * Full logging and metrics integration
 
 <div style="line-height:60%;">
     <br>
@@ -47,6 +48,7 @@ For a detailed [getting started guide](https://nightlies.apache.org/flink/flink-
 When using the operator, users create `FlinkDeployment` objects to describe their Flink application and session clusters deployments.
 
 A minimal application deployment yaml would look like this:
+
 ```yaml
 apiVersion: flink.apache.org/v1alpha1
 kind: FlinkDeployment
@@ -87,10 +89,12 @@ The source artifacts and helm chart are now available on the updated [Downloads]
 page of the Flink website.
 
 The [official 0.1.0 release archive](https://archive.apache.org/dist/flink/flink-kubernetes-operator-0.1.0) doubles as a Helm repository that you can easily register locally:
-```bash
-helm repo add flink-kubernetes-operator-0.1.0 https://archive.apache.org/dist/flink/flink-kubernetes-operator-0.1.0
-helm install flink-operator flink-kubernetes-operator-0.1.0/flink-operator --set webhook.create=false
-```
+
+{% highlight bash%}
+$ helm repo add flink-kubernetes-operator-0.1.0 https://archive.apache.org/dist/\
+flink/flink-kubernetes-operator-0.1.0
+$ helm install flink-operator flink-kubernetes-operator-0.1.0/flink-operator --set webhook.create=false
+{% endhighlight%}
 
 You can also find official Kubernetes Operator Docker images of the new version on [Dockerhub](https://hub.docker.com/r/apache/flink-kubernetes-opeartor).
 
@@ -103,4 +107,4 @@ or [JIRA](https://issues.apache.org/jira/browse/)
 
 The Apache Flink community would like to thank each and every one of the contributors that have made this release possible:
 
-Aitozi, Biao Geng, Gyula Fora, Hao Xin, Jaegu Kim, Jaganathan Asokan, Junfan Zhang, Marton Balassi, Matyas Orhidi, Nicholas Jiang, Sandor Kelemen, Thomas Weise, Yang Wang, 愚鲤
\ No newline at end of file
+Aitozi, Biao Geng, Gyula Fora, Hao Xin, Jaegu Kim, Jaganathan Asokan, Junfan Zhang, Marton Balassi, Matyas Orhidi, Nicholas Jiang, Sandor Kelemen, Thomas Weise, Yang Wang, 愚鲤