This is an automated email from the ASF dual-hosted git repository.
mxm 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 b8f22bfe [hotfix] Improve FlinkDeployment spec overview doc (#788)
b8f22bfe is described below
commit b8f22bfe5da4ac1b652faa5376ff0334f33006e4
Author: Cancai Cai <[email protected]>
AuthorDate: Mon Mar 4 20:55:50 2024 +0800
[hotfix] Improve FlinkDeployment spec overview doc (#788)
---
docs/content/docs/custom-resource/overview.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/content/docs/custom-resource/overview.md
b/docs/content/docs/custom-resource/overview.md
index a4362e98..e860b6d9 100644
--- a/docs/content/docs/custom-resource/overview.md
+++ b/docs/content/docs/custom-resource/overview.md
@@ -85,7 +85,7 @@ The spec contains all the information the operator need to
deploy and manage you
Most deployments will define at least the following fields:
- `image` : Docker used to run Flink job and task manager processes
- - `flinkVersion` : Flink version used in the image (`v1_15`, `v1_16` ...)
+ - `flinkVersion` : Flink version used in the image (`v1_15`, `v1_16`,
`v1_17`, `v1_18`, ...)
- `serviceAccount` : Kubernetes service account used by the Flink pods
- `taskManager, jobManager` : Job and Task manager pod resource specs (cpu,
memory, ephemeralStorage)
- `flinkConfiguration` : Map of Flink configuration overrides such as HA and
checkpointing configs