From 7fe758a164de6f8225192f49cef67b4cdadc530b Mon Sep 17 00:00:00 2001 From: baixu Date: Wed, 16 Oct 2024 18:55:07 +0800 Subject: [PATCH] fixed some spelling mistakes --- README.en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.en.md b/README.en.md index cb7073a..1077526 100644 --- a/README.en.md +++ b/README.en.md @@ -298,7 +298,7 @@ sh deploy.sh gopher -K -p -S < | options | Parameter Description | Is it required? | | --------------- | ------------------------------------------------------------ | ------------------------------- | -| -K\|--kafka | Specify the target kakfa server address for gala-gopher to report collected data (generally the IP of the management node). When this option is not configured, the kafka server address uses localhost. | NO | +| -K\|--kafka | Specify the target kafka server address for gala-gopher to report collected data (generally the IP of the management node). When this option is not configured, the kafka server address uses localhost. | NO | | -p\|--pyroscope | Specify the pyroscope server address to which the flame graph is uploaded after gala-gopher turns on the flame graph function (used for docking front-end interface display) (generally the IP of the management node). When this option is not configured, the pyroscope server address uses localhost. | NO | | -S\|--srcdir | Use this option when deploying offline to specify the directory where gala-gopher and its dependent packages are located. | Required for offline deployment | | --k8s | gala-gopher Specify to deploy gala-gopher in the k8s cluster in daemonset mode | NO | @@ -329,7 +329,7 @@ Option details: | options | Parameter Description | Is it required? | | ---------------- | ------------------------------------------------------------ | ------------------------------- | -| -K\|--kafka | Specify the kakfa server address for gala-ops to read messages (generally the IP of the management node). When this option is not configured, the kafka server address uses localhost. | NO | +| -K\|--kafka | Specify the kafka server address for gala-ops to read messages (generally the IP of the management node). When this option is not configured, the kafka server address uses localhost. | NO | | -P\|--prometheus | Specify the prometheus server address for gala-ops to read messages (generally the IP of the management node). When this option is not configured, the prometheus server address uses localhost. | NO | | -A\|--arangodb | Specify the arangodb server address where gala-ops stores relationship graph data (generally the IP of the management node). When this option is not configured, the arangodb server address uses localhost. | NO | | -S\|--srcdir | Use this option during offline deployment to specify the directory where the gala-ops container image tar package is located. | Required for offline deployment | -- Gitee