This is an automated email from the ASF dual-hosted git repository.
mbalassi 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 139e5510 [docs] Update overview.md to include flink version 1.16
139e5510 is described below
commit 139e5510372a68eb7cfcbc42308768b803e78009
Author: Denis Nuțiu <[email protected]>
AuthorDate: Wed Nov 2 09:38:49 2022 +0200
[docs] Update overview.md to include flink version 1.16
---
docs/content/docs/concepts/overview.md | 2 +-
docs/content/docs/custom-resource/job-management.md | 4 ++--
docs/content/docs/custom-resource/overview.md | 6 +++---
docs/content/docs/custom-resource/pod-template.md | 4 ++--
docs/content/docs/operations/ingress.md | 4 ++--
5 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/docs/content/docs/concepts/overview.md
b/docs/content/docs/concepts/overview.md
index 7951ca07..d1aeb6b9 100644
--- a/docs/content/docs/concepts/overview.md
+++ b/docs/content/docs/concepts/overview.md
@@ -36,7 +36,7 @@ Flink Kubernetes Operator aims to capture the
responsibilities of a human operat
- Stateful and stateless application upgrades
- Triggering and managing savepoints
- Handling errors, rolling-back broken upgrades
-- Multiple Flink version support: v1.13, v1.14, v1.15
+- Multiple Flink version support: v1.13, v1.14, v1.15, v1.16
- [Deployment Modes]({{< ref
"docs/custom-resource/overview#application-deployments" >}}):
- Application cluster
- Session cluster
diff --git a/docs/content/docs/custom-resource/job-management.md
b/docs/content/docs/custom-resource/job-management.md
index 549e6c10..cf26ea87 100644
--- a/docs/content/docs/custom-resource/job-management.md
+++ b/docs/content/docs/custom-resource/job-management.md
@@ -111,8 +111,8 @@ kind: FlinkDeployment
metadata:
name: basic-checkpoint-ha-example
spec:
- image: flink:1.15
- flinkVersion: v1_15
+ image: flink:1.16
+ flinkVersion: v1_16
flinkConfiguration:
taskmanager.numberOfTaskSlots: "2"
state.savepoints.dir: file:///flink-data/savepoints
diff --git a/docs/content/docs/custom-resource/overview.md
b/docs/content/docs/custom-resource/overview.md
index 72cb2ffd..c84aa51f 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_13`, `v1_14`,
`v1_15`...)
+ - `flinkVersion` : Flink version used in the image (`v1_13`, `v1_14`,
`v1_15`, `v1_16` ...)
- `serviceAccount` : Kubernetes service account used by the Flink pods
- `taskManager, jobManager` : Job and Task manager pod resource specs (cpu,
memory, etc.)
- `flinkConfiguration` : Map of Flink configuration overrides such as HA and
checkpointing configs
@@ -114,8 +114,8 @@ metadata:
namespace: default
name: basic-example
spec:
- image: flink:1.15
- flinkVersion: v1_15
+ image: flink:1.16
+ flinkVersion: v1_16
flinkConfiguration:
taskmanager.numberOfTaskSlots: "2"
serviceAccount: flink
diff --git a/docs/content/docs/custom-resource/pod-template.md
b/docs/content/docs/custom-resource/pod-template.md
index 4d499082..7dd01354 100644
--- a/docs/content/docs/custom-resource/pod-template.md
+++ b/docs/content/docs/custom-resource/pod-template.md
@@ -49,8 +49,8 @@ metadata:
namespace: default
name: pod-template-example
spec:
- image: flink:1.15
- flinkVersion: v1_15
+ image: flink:1.16
+ flinkVersion: v1_16
flinkConfiguration:
taskmanager.numberOfTaskSlots: "2"
podTemplate:
diff --git a/docs/content/docs/operations/ingress.md
b/docs/content/docs/operations/ingress.md
index 92c5b4a1..252c9c3e 100644
--- a/docs/content/docs/operations/ingress.md
+++ b/docs/content/docs/operations/ingress.md
@@ -35,8 +35,8 @@ metadata:
namespace: default
name: advanced-ingress
spec:
- image: flink:1.15
- flinkVersion: v1_15
+ image: flink:1.16
+ flinkVersion: v1_16
ingress:
template: "flink.k8s.io/{{namespace}}/{{name}}(/|$)(.*)"
className: "nginx"