This is an automated email from the ASF dual-hosted git repository.
gyfora 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 8051ebd [FLINK-28025] Document the change of serviceAccount in
upgrading doc of k8s opeator
8051ebd is described below
commit 8051ebd596147397480ab8445f871db572c957fe
Author: Biao Geng <[email protected]>
AuthorDate: Mon Jun 13 22:13:21 2022 +0800
[FLINK-28025] Document the change of serviceAccount in upgrading doc of k8s
opeator
---
docs/content/docs/operations/upgrade.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/docs/content/docs/operations/upgrade.md
b/docs/content/docs/operations/upgrade.md
index 815d574..14b6b10 100644
--- a/docs/content/docs/operations/upgrade.md
+++ b/docs/content/docs/operations/upgrade.md
@@ -138,3 +138,9 @@ The following steps demonstrate the CRD upgrade process
from `v1alpha1` to `v1be
Starting job 00000000000000000000000000000000 from savepoint
/flink-data/savepoints/savepoint-000000-2f40a9c8e4b9/_metadat
```
+### Changes of default values of FlinkDeployment
+There are some changes or improvement of default values in the fields of the
FlinkDeployment in `v1beta1`:
+1. Default value of `crd.spec.Resource#cpu` is `1.0`.
+2. Default value of `crd.spec.JobManagerSpec#replicas` is `1`.
+3. No default value of `crd.spec.FlinkDeploymentSpec#serviceAccount` and users
must specify its value explicitly.
+