We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edc0622 commit 4e599a6Copy full SHA for 4e599a6
docs/docs/zh/guide/installation/kubernetes.md
@@ -504,6 +504,15 @@ common:
504
505
修改 `values.yaml` 文件中的 SKYWALKING 配置项
506
507
+```yaml
508
+common:
509
+ configmap:
510
+ SKYWALKING_ENABLE: "true"
511
+ SW_AGENT_COLLECTOR_BACKEND_SERVICES: "127.0.0.1:11800"
512
+ SW_GRPC_LOG_SERVER_HOST: "127.0.0.1"
513
+ SW_GRPC_LOG_SERVER_PORT: "11800"
514
+```
515
+
516
### 如何单独部署特定组件?
517
518
修改 `values.yaml` 文件中的 `api.enabled`, `alert.enabled` `master.enabled` 或 `worker.enabled` 配置项
0 commit comments