diff options
| author | gy95 <1015105054@qq.com> | 2022-11-15 09:32:50 +0800 |
|---|---|---|
| committer | gy95 <1015105054@qq.com> | 2023-01-16 10:18:52 +0800 |
| commit | c6592f35a63a77c1875c6b820db75c7c0a1314dd (patch) | |
| tree | 0159f0cabf8df5af97fc35bca1637ea79430e282 /build | |
| parent | Merge pull request #4468 from wackxu/cleanapplica (diff) | |
| download | kubeedge-c6592f35a63a77c1875c6b820db75c7c0a1314dd.tar.gz | |
add concurrency to NodeUpgradeJob
Signed-off-by: gy95 <1015105054@qq.com>
Diffstat (limited to 'build')
| -rw-r--r-- | build/crds/operations/operations_v1alpha1_nodeupgradejob.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build/crds/operations/operations_v1alpha1_nodeupgradejob.yaml b/build/crds/operations/operations_v1alpha1_nodeupgradejob.yaml index a3ea81624..130df65ac 100644 --- a/build/crds/operations/operations_v1alpha1_nodeupgradejob.yaml +++ b/build/crds/operations/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 |
