diff --git a/README.en.md b/README.en.md index cb7073abda3d79cfa728644d378f1e9837c7e2f8..1077526f24faf9f1e416649e6564f3944f818c29 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 |