summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorZhizhen He <hezhizhen.yi@gmail.com>2023-03-23 22:04:34 +0800
committerZhizhen He <hezhizhen.yi@gmail.com>2023-08-25 20:42:43 +0800
commit10e5aeb1ba420da20c9d467e300205eed07055b9 (patch)
tree46b0d1373c85184a55f5e695ac55c020f92b3973 /manifests
parentMerge pull request #4939 from wlq1212/e2e/compatibility (diff)
downloadkubeedge-10e5aeb1ba420da20c9d467e300205eed07055b9.tar.gz
fix typo and update comments
Signed-off-by: Zhizhen He <hezhizhen.yi@gmail.com>
Diffstat (limited to 'manifests')
-rw-r--r--manifests/charts/cloudcore/crds/cluster_objectsync_v1alpha1.yaml2
-rw-r--r--manifests/charts/cloudcore/crds/objectsync_v1alpha1.yaml2
-rw-r--r--manifests/charts/cloudcore/values.yaml2
-rw-r--r--manifests/profiles/version.yaml8
4 files changed, 7 insertions, 7 deletions
diff --git a/manifests/charts/cloudcore/crds/cluster_objectsync_v1alpha1.yaml b/manifests/charts/cloudcore/crds/cluster_objectsync_v1alpha1.yaml
index 3b34ba233..ec626ba13 100644
--- a/manifests/charts/cloudcore/crds/cluster_objectsync_v1alpha1.yaml
+++ b/manifests/charts/cloudcore/crds/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/manifests/charts/cloudcore/crds/objectsync_v1alpha1.yaml b/manifests/charts/cloudcore/crds/objectsync_v1alpha1.yaml
index 851336c53..420230105 100644
--- a/manifests/charts/cloudcore/crds/objectsync_v1alpha1.yaml
+++ b/manifests/charts/cloudcore/crds/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/manifests/charts/cloudcore/values.yaml b/manifests/charts/cloudcore/values.yaml
index 231f42bf3..f3df934ac 100644
--- a/manifests/charts/cloudcore/values.yaml
+++ b/manifests/charts/cloudcore/values.yaml
@@ -35,7 +35,7 @@ cloudCore:
memory: 512Mi
modules:
cloudHub:
- # Causion!: Leave this entry to empty will cause CloudCore to exit abnormally once KubeEdge is enabled.
+ # Caution!: Leave this entry to empty will cause CloudCore to exit abnormally once KubeEdge is enabled.
# At least a public IP Address or an IP which can be accessed by edge nodes must be provided!
advertiseAddress:
- ""
diff --git a/manifests/profiles/version.yaml b/manifests/profiles/version.yaml
index 0bd2cf857..a746d4330 100644
--- a/manifests/profiles/version.yaml
+++ b/manifests/profiles/version.yaml
@@ -11,7 +11,7 @@ cloudCore:
tag: "v1.13.0"
pullPolicy: "IfNotPresent"
pullSecrets: []
- securityContext:
+ securityContext:
privileged: true
labels:
k8s-app: kubeedge
@@ -35,8 +35,8 @@ cloudCore:
memory: 512Mi
modules:
cloudHub:
- advertiseAddress: # Causion!: Leave this entry to empty will cause CloudCore to exit abnormally once KubeEdge is enabled.
- - "" # At least a public IP Address or an IP which can be accessed by edge nodes must be provided!
+ advertiseAddress: # Caution!: Leave this entry to empty will cause CloudCore to exit abnormally once KubeEdge is enabled.
+ - "" # At least a public IP Address or an IP which can be accessed by edge nodes must be provided!
nodeLimit: "1000"
websocket:
enable: true
@@ -69,7 +69,7 @@ iptablesManager:
tag: "v1.12.0"
pullPolicy: "IfNotPresent"
pullSecrets: []
- securityContext:
+ securityContext:
capabilities:
add:
- NET_ADMIN