You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by sj...@apache.org on 2021/05/12 14:07:17 UTC

[flink] branch release-1.13 updated: [hotfix][docs] Fix typo in k8s docs

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

sjwiesman pushed a commit to branch release-1.13
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.13 by this push:
     new a4153f5  [hotfix][docs] Fix typo in k8s docs
a4153f5 is described below

commit a4153f50d72a41a06c0f3e690c7d8a753fbe2872
Author: Kevin Bohinski <kb...@users.noreply.github.com>
AuthorDate: Mon May 10 13:47:17 2021 -0400

    [hotfix][docs] Fix typo in k8s docs
    
    This closes #15886
---
 .../docs/deployment/resource-providers/native_kubernetes.md           | 4 ++--
 docs/content/docs/deployment/resource-providers/native_kubernetes.md  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/content.zh/docs/deployment/resource-providers/native_kubernetes.md b/docs/content.zh/docs/deployment/resource-providers/native_kubernetes.md
index 0a7fd66..526198e 100644
--- a/docs/content.zh/docs/deployment/resource-providers/native_kubernetes.md
+++ b/docs/content.zh/docs/deployment/resource-providers/native_kubernetes.md
@@ -244,8 +244,8 @@ For example, use the following command to enable the S3 plugin for your Flink se
 
 ```bash
 $ ./bin/kubernetes-session.sh
-    -Dcontainerized.master.env.ENABLE_BUILT_IN_PLUGINS=flink-s3-fs-hadoop-{{< version >}}}.jar \
-    -Dcontainerized.taskmanager.env.ENABLE_BUILT_IN_PLUGINS=flink-s3-fs-hadoop-{{< version >}}}.jar
+    -Dcontainerized.master.env.ENABLE_BUILT_IN_PLUGINS=flink-s3-fs-hadoop-{{< version >}}.jar \
+    -Dcontainerized.taskmanager.env.ENABLE_BUILT_IN_PLUGINS=flink-s3-fs-hadoop-{{< version >}}.jar
 ```
 
 ### Custom Docker Image
diff --git a/docs/content/docs/deployment/resource-providers/native_kubernetes.md b/docs/content/docs/deployment/resource-providers/native_kubernetes.md
index 1a80e89..8fafc2c 100644
--- a/docs/content/docs/deployment/resource-providers/native_kubernetes.md
+++ b/docs/content/docs/deployment/resource-providers/native_kubernetes.md
@@ -244,8 +244,8 @@ For example, use the following command to enable the S3 plugin for your Flink se
 
 ```bash
 $ ./bin/kubernetes-session.sh
-    -Dcontainerized.master.env.ENABLE_BUILT_IN_PLUGINS=flink-s3-fs-hadoop-{{< version >}}}.jar \
-    -Dcontainerized.taskmanager.env.ENABLE_BUILT_IN_PLUGINS=flink-s3-fs-hadoop-{{< version >}}}.jar
+    -Dcontainerized.master.env.ENABLE_BUILT_IN_PLUGINS=flink-s3-fs-hadoop-{{< version >}}.jar \
+    -Dcontainerized.taskmanager.env.ENABLE_BUILT_IN_PLUGINS=flink-s3-fs-hadoop-{{< version >}}.jar
 ```
 
 ### Custom Docker Image