This is an automated email from the ASF dual-hosted git repository.
benjobs pushed a commit to branch dev
in repository
https://gitbox.apache.org/repos/asf/incubator-streampark-website.git
The following commit(s) were added to refs/heads/dev by this push:
new 6b8cd68 [ISSUE-2983] Fix the wrong doc description. (#227)
6b8cd68 is described below
commit 6b8cd68d67e4971475e401e475f3bc9834ba4bb7
Author: HangC <[email protected]>
AuthorDate: Wed Aug 30 23:06:24 2023 +0800
[ISSUE-2983] Fix the wrong doc description. (#227)
* fix issue#2983:The doc description is wrong
---
docs/flink-k8s/1-deployment.md | 2 +-
.../docusaurus-plugin-content-docs/current/flink-k8s/1-deployment.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/flink-k8s/1-deployment.md b/docs/flink-k8s/1-deployment.md
index 4100b04..0701713 100644
--- a/docs/flink-k8s/1-deployment.md
+++ b/docs/flink-k8s/1-deployment.md
@@ -118,7 +118,7 @@ StreamPark parameter related to Flink-K8s in
`applicaton.yml` are as below.And i
| Configuration item |
Description
| Default value |
|-----------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------|---------------|
-| streampark.docker.register.image-namespace |
namespace of Remote docker service repository, flink-job image will be pushed
here | streampark |
+| streampark.docker.register.image-namespace |
namespace of Remote docker service repository, flink-job image will be pushed
here | null |
| streampark.flink-k8s.tracking.polling-task-timeout-sec.job-status |
timeout in seconds of flink state tracking task
| 120 |
| streampark.flink-k8s.tracking.polling-task-timeout-sec.cluster-metric |
timeout in seconds of flink metrics tracking task
| 120 |
| streampark.flink-k8s.tracking.polling-interval-sec.job-status |
interval in seconds of flink state tracking task.To maintain accuracy, please
set below 5s, the best setting is 2-3s | 5 |
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/flink-k8s/1-deployment.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/flink-k8s/1-deployment.md
index 8bb8a7a..4d47276 100755
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/flink-k8s/1-deployment.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/flink-k8s/1-deployment.md
@@ -116,7 +116,7 @@ StreamPark 在 `applicaton.yml` Flink-K8s 相关参数如下,默认情况下
| 配置项 | 描述
| 默认值 |
|:-----------------------------------------------------------------------|-----------------------------------------------------------|
------- |
-| streampark.docker.register.image-namespace | 远程
docker 容器服务仓库命名空间,构建的 flink-job 镜像会推送到该命名空间。 | steramx |
+| streampark.docker.register.image-namespace | 远程
docker 容器服务仓库命名空间,构建的 flink-job 镜像会推送到该命名空间。 | null |
| streampark.flink-k8s.tracking.polling-task-timeout-sec.job-status | 每组
flink 状态追踪任务的运行超时秒数 | 120 |
| streampark.flink-k8s.tracking.polling-task-timeout-sec.cluster-metric | 每组
flink 指标追踪任务的运行超时秒数 | 120 |
| streampark.flink-k8s.tracking.polling-interval-sec.job-status |
flink 状态追踪任务运行间隔秒数,为了维持准确性,请设置在 5s 以下,最佳设置在 2-3s | 5 |