This is an automated email from the ASF dual-hosted git repository.
caishunfeng pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new 380aba4686 chore: fix updateStrategy (#16389)
380aba4686 is described below
commit 380aba4686e2bd786d9aa1d79a5dde1aa15177df
Author: Gallardot <[email protected]>
AuthorDate: Wed Jul 31 11:08:46 2024 +0800
chore: fix updateStrategy (#16389)
Signed-off-by: Gallardot <[email protected]>
---
deploy/kubernetes/dolphinscheduler/README.md | 4 ++--
deploy/kubernetes/dolphinscheduler/values.yaml | 4 ----
2 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/deploy/kubernetes/dolphinscheduler/README.md
b/deploy/kubernetes/dolphinscheduler/README.md
index af5ec4680f..347c07e8de 100644
--- a/deploy/kubernetes/dolphinscheduler/README.md
+++ b/deploy/kubernetes/dolphinscheduler/README.md
@@ -246,7 +246,7 @@ Please refer to the [Quick Start in
Kubernetes](../../../docs/docs/en/guide/inst
| master.service.serviceMonitor.labels | object | `{}` | serviceMonitor.labels
ServiceMonitor extra labels |
| master.service.serviceMonitor.path | string | `"/actuator/prometheus"` |
serviceMonitor.path path of the metrics endpoint |
| master.tolerations | list | `[]` | Tolerations are appended (excluding
duplicates) to pods running with this RuntimeClass during admission,
effectively unioning the set of nodes tolerated by the pod and the
RuntimeClass. |
-| master.updateStrategy | object |
`{"rollingUpdate":{"partition":0},"type":"RollingUpdate"}` | Update strategy
ref:
https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#update-strategies
|
+| master.updateStrategy | object | `{"type":"RollingUpdate"}` | Update
strategy ref:
https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#update-strategies
|
| minio.auth.rootPassword | string | `"minioadmin"` | minio password |
| minio.auth.rootUser | string | `"minioadmin"` | minio username |
| minio.defaultBuckets | string | `"dolphinscheduler"` | minio default buckets
|
@@ -359,7 +359,7 @@ Please refer to the [Quick Start in
Kubernetes](../../../docs/docs/en/guide/inst
| worker.service.serviceMonitor.labels | object | `{}` | serviceMonitor.labels
ServiceMonitor extra labels |
| worker.service.serviceMonitor.path | string | `"/actuator/prometheus"` |
serviceMonitor.path path of the metrics endpoint |
| worker.tolerations | list | `[]` | Tolerations are appended (excluding
duplicates) to pods running with this RuntimeClass during admission,
effectively unioning the set of nodes tolerated by the pod and the
RuntimeClass. |
-| worker.updateStrategy | object |
`{"rollingUpdate":{"partition":0},"type":"RollingUpdate"}` | Update strategy
ref:
https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#update-strategies
|
+| worker.updateStrategy | object | `{"type":"RollingUpdate"}` | Update
strategy ref:
https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#update-strategies
|
| zookeeper.enabled | bool | `true` | If not exists external registry, the
zookeeper registry will be used by default. |
| zookeeper.fourlwCommandsWhitelist | string | `"srvr,ruok,wchs,cons"` | A
list of comma separated Four Letter Words commands to use |
| zookeeper.persistence.enabled | bool | `false` | Set
`zookeeper.persistence.enabled` to true to mount a new volume for internal
ZooKeeper |
diff --git a/deploy/kubernetes/dolphinscheduler/values.yaml
b/deploy/kubernetes/dolphinscheduler/values.yaml
index 0df7f7455b..377620d21b 100644
--- a/deploy/kubernetes/dolphinscheduler/values.yaml
+++ b/deploy/kubernetes/dolphinscheduler/values.yaml
@@ -429,8 +429,6 @@ master:
#
updateStrategy:
type: RollingUpdate
- rollingUpdate:
- partition: 0
# -- Replicas is the desired number of replicas of the given Template.
replicas: "3"
# -- You can use annotations to attach arbitrary non-identifying metadata to
objects.
@@ -574,8 +572,6 @@ worker:
#
updateStrategy:
type: RollingUpdate
- rollingUpdate:
- partition: 0
# -- Replicas is the desired number of replicas of the given Template.
replicas: "3"
# -- You can use annotations to attach arbitrary non-identifying metadata to
objects.