diff options
| author | Tomoya Fujita <Tomoya.Fujita@sony.com> | 2022-06-17 15:56:51 -0700 |
|---|---|---|
| committer | Tomoya Fujita <Tomoya.Fujita@sony.com> | 2022-06-17 15:56:51 -0700 |
| commit | 81851b75f187e486b88a4a63df97fef6b20ec422 (patch) | |
| tree | c36274b2b05cba3a3fb416ffaf6f0c67309a9710 /docs/proposals | |
| parent | Merge pull request #3574 from lonelyCZ/node-group-proposal (diff) | |
| download | kubeedge-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.md | 2 | ||||
| -rw-r--r-- | docs/proposals/refactor-keadm-on-the-cloud.md | 2 |
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 ``` |
