diff options
| author | Zhizhen He <hezhizhen.yi@gmail.com> | 2023-03-23 22:04:34 +0800 |
|---|---|---|
| committer | Zhizhen He <hezhizhen.yi@gmail.com> | 2023-08-25 20:42:43 +0800 |
| commit | 10e5aeb1ba420da20c9d467e300205eed07055b9 (patch) | |
| tree | 46b0d1373c85184a55f5e695ac55c020f92b3973 /build | |
| parent | Merge pull request #4939 from wlq1212/e2e/compatibility (diff) | |
| download | kubeedge-10e5aeb1ba420da20c9d467e300205eed07055b9.tar.gz | |
fix typo and update comments
Signed-off-by: Zhizhen He <hezhizhen.yi@gmail.com>
Diffstat (limited to 'build')
| -rw-r--r-- | build/crds/reliablesyncs/cluster_objectsync_v1alpha1.yaml | 2 | ||||
| -rw-r--r-- | build/crds/reliablesyncs/objectsync_v1alpha1.yaml | 2 | ||||
| -rw-r--r-- | build/rpm/README.md | 3 |
3 files changed, 3 insertions, 4 deletions
diff --git a/build/crds/reliablesyncs/cluster_objectsync_v1alpha1.yaml b/build/crds/reliablesyncs/cluster_objectsync_v1alpha1.yaml index 3b34ba233..ec626ba13 100644 --- a/build/crds/reliablesyncs/cluster_objectsync_v1alpha1.yaml +++ b/build/crds/reliablesyncs/cluster_objectsync_v1alpha1.yaml @@ -54,7 +54,7 @@ spec: type: string type: object status: - description: ObjectSyncSpec stores the resourceversion of objects that + description: ObjectSyncStatus stores the resourceversion of objects that persist to the edge. properties: objectResourceVersion: diff --git a/build/crds/reliablesyncs/objectsync_v1alpha1.yaml b/build/crds/reliablesyncs/objectsync_v1alpha1.yaml index 851336c53..420230105 100644 --- a/build/crds/reliablesyncs/objectsync_v1alpha1.yaml +++ b/build/crds/reliablesyncs/objectsync_v1alpha1.yaml @@ -53,7 +53,7 @@ spec: type: string type: object status: - description: ObjectSyncSpec stores the resourceversion of objects that + description: ObjectSyncStatus stores the resourceversion of objects that persist to the edge. properties: objectResourceVersion: diff --git a/build/rpm/README.md b/build/rpm/README.md index b71f3d2aa..64e5525a2 100644 --- a/build/rpm/README.md +++ b/build/rpm/README.md @@ -22,7 +22,7 @@ Some Linux distributors provide package management software(yum for example) for ├── SPECS └── SRPMS ``` -2. Put sorce code tarball into `/root/rpmbuild/SOURCES` +2. Put source code tarball into `/root/rpmbuild/SOURCES` 3. Put `kubeedge.spec` file into `/root/rpmbuild/SPECS` 4. Use `rpmbuild` to build RPM package `rpmbuild -ba /root/rpmbuild/SPECS/kubeedge.spec` @@ -100,4 +100,3 @@ This package provides: ## Additional - When use `keamd` to deploy the cluster, user need to install `kubeedge-keadm` package only since it already contain everything that keadm need. - When use binary to deploy the cluster, user need to install `kubeedge-cloudcore` package on the cloud side and `kubeedge-edgecore` package on the edge side separately. - |
