diff options
| author | KubeEdge Bot <48982446+kubeedge-bot@users.noreply.github.com> | 2022-09-27 20:31:53 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-27 20:31:53 +0800 |
| commit | bf92fb52aa526b0df945c96e3eb3b59f9caff58a (patch) | |
| tree | 3f7c65d180b158b7727392bd707d81cf1b4827af /manifests | |
| parent | Merge pull request #4234 from gy95/role (diff) | |
| parent | update NodeUpgradeJob Image description (diff) | |
| download | kubeedge-bf92fb52aa526b0df945c96e3eb3b59f9caff58a.tar.gz | |
Merge pull request #4224 from gy95/clean
update NodeUpgradeJob Image description
Diffstat (limited to 'manifests')
| -rw-r--r-- | manifests/charts/cloudcore/crds/operations_v1alpha1_nodeupgradejob.yaml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/manifests/charts/cloudcore/crds/operations_v1alpha1_nodeupgradejob.yaml b/manifests/charts/cloudcore/crds/operations_v1alpha1_nodeupgradejob.yaml index c9e25ae47..a3ea81624 100644 --- a/manifests/charts/cloudcore/crds/operations_v1alpha1_nodeupgradejob.yaml +++ b/manifests/charts/cloudcore/crds/operations_v1alpha1_nodeupgradejob.yaml @@ -40,9 +40,10 @@ spec: description: 'Image specifies a container image name, the image contains: keadm and edgecore. keadm is used as upgradetool, to install the new version of edgecore. The image name consists of registry hostname - and repository name, but cannot includes the tag, Version above - will be used as the tag. If the registry hostname is empty, docker.io - will be used as default. The default image name is: kubeedge/installation-package.' + and repository name, if it includes the tag or digest, the tag or + digest will be overwritten by Version field above. If the registry + hostname is empty, docker.io will be used as default. The default + image name is: kubeedge/installation-package.' type: string labelSelector: description: LabelSelector is a filter to select member clusters by |
