diff options
| author | KubeEdge Bot <48982446+kubeedge-bot@users.noreply.github.com> | 2023-01-16 19:20:36 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-16 19:20:36 +0800 |
| commit | a776d5cef968e3bad36f4bfd4c6a759aed66dbc5 (patch) | |
| tree | 04f70006def5afe1d1c76ea1521e702966bbf998 /manifests/charts | |
| parent | Merge pull request #4360 from ksankeerth/dev-4327-ut-kubeedge_edge_pkg_edgehub (diff) | |
| parent | add concurrency to NodeUpgradeJob (diff) | |
| download | kubeedge-a776d5cef968e3bad36f4bfd4c6a759aed66dbc5.tar.gz | |
Merge pull request #4476 from gy95/upgrade_policy
add concurrency to NodeUpgradeJob
Diffstat (limited to 'manifests/charts')
| -rw-r--r-- | manifests/charts/cloudcore/crds/operations_v1alpha1_nodeupgradejob.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/manifests/charts/cloudcore/crds/operations_v1alpha1_nodeupgradejob.yaml b/manifests/charts/cloudcore/crds/operations_v1alpha1_nodeupgradejob.yaml index a3ea81624..130df65ac 100644 --- a/manifests/charts/cloudcore/crds/operations_v1alpha1_nodeupgradejob.yaml +++ b/manifests/charts/cloudcore/crds/operations_v1alpha1_nodeupgradejob.yaml @@ -36,6 +36,12 @@ spec: spec: description: Specification of the desired behavior of NodeUpgradeJob. properties: + concurrency: + description: Concurrency specifies the max number of edge nodes that + can be upgraded at the same time. The default Concurrency value + is 1. + format: int32 + type: integer image: description: 'Image specifies a container image name, the image contains: keadm and edgecore. keadm is used as upgradetool, to install the |
