summaryrefslogtreecommitdiff
path: root/docs/proposals
diff options
context:
space:
mode:
authorTomoya Fujita <Tomoya.Fujita@sony.com>2022-06-17 15:56:51 -0700
committerTomoya Fujita <Tomoya.Fujita@sony.com>2022-06-17 15:56:51 -0700
commit81851b75f187e486b88a4a63df97fef6b20ec422 (patch)
treec36274b2b05cba3a3fb416ffaf6f0c67309a9710 /docs/proposals
parentMerge pull request #3574 from lonelyCZ/node-group-proposal (diff)
downloadkubeedge-81851b75f187e486b88a4a63df97fef6b20ec422.tar.gz
minor typo nitpicks.
Signed-off-by: Tomoya Fujita <Tomoya.Fujita@sony.com>
Diffstat (limited to 'docs/proposals')
-rw-r--r--docs/proposals/keadm-debug.md2
-rw-r--r--docs/proposals/refactor-keadm-on-the-cloud.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/proposals/keadm-debug.md b/docs/proposals/keadm-debug.md
index 62d643147..b0c082e34 100644
--- a/docs/proposals/keadm-debug.md
+++ b/docs/proposals/keadm-debug.md
@@ -168,7 +168,7 @@ keadm debug collect --path .
keadm debug collect --output-path .
Flags:
- -c, --config string Specify configuration file, defalut is /etc/kubeedge/config/edgecore.yaml (default "/etc/kubeedge/config/edgecore.yaml")
+ -c, --config string Specify configuration file, default is /etc/kubeedge/config/edgecore.yaml (default "/etc/kubeedge/config/edgecore.yaml")
-d, --detail Whether to print internal log output
-h, --help help for collect
-l, --log-path string Specify log file (default "/var/log/kubeedge/")
diff --git a/docs/proposals/refactor-keadm-on-the-cloud.md b/docs/proposals/refactor-keadm-on-the-cloud.md
index b1237a7ce..6b5667197 100644
--- a/docs/proposals/refactor-keadm-on-the-cloud.md
+++ b/docs/proposals/refactor-keadm-on-the-cloud.md
@@ -154,7 +154,7 @@ spec:
profiles:
# The following four fields represent four scenarios that can be combined or applied individually.
version: "v1.9.0" # will use the default recommended configuration to install.
- iptablesMgrMode: "external" # defalut is internal.
+ iptablesMgrMode: "external" # default is internal.
enableCloudCoreHaMode: true
enableEdgemesh: true
```