You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2022/07/20 09:12:31 UTC

[GitHub] [skywalking-swck] hanahmily commented on a diff in pull request #65: Add CRD, Controller, e2e for OAPServer's configuration

hanahmily commented on code in PR #65:
URL: https://github.com/apache/skywalking-swck/pull/65#discussion_r925369579


##########
docs/oapserver-configuration.md:
##########
@@ -0,0 +1,279 @@
+## OAPSever Configuration Introduction
+
+To configure the OAP Sever, we propose two CRDs: 
+
+- OAPServerConfig: The CRD holds all static configuration, including [environment variable](https://skywalking.apache.org/docs/main/latest/en/setup/backend/configuration-vocabulary/) and [file configuration](https://github.com/apache/skywalking/tree/master/oap-server/server-starter/src/main/resources).
+- OAPServerDynamicConfig: The CRD holds all [dynamic configuration](https://skywalking.apache.org/docs/main/latest/en/setup/backend/dynamic-config/).
+
+
+
+## Spec of OAPServerConfig
+
+| Field Name | Description                                                  |
+| ---------- | ------------------------------------------------------------ |
+| Version    | The version of OAP server, the default value is 9.0.0        |
+| Env        | The environment variable of OAP server                       |
+| File       | The static file in OAP Server, which contains three fields`file.path`、`file.name` and `file.data`.  The `file.path` plus the `file.name`  is the real file that needs to be replaced in the container image, and the `file.data` is the final data in the specific file. |
+
+
+
+## Status of OAPServerConfig 
+
+| Field Name            | Description                                          |
+| --------------------- | ---------------------------------------------------- |
+| ExpectedConfiguredNum | The number of oapserver that need to be configured   |
+| RealConfiguredNum     | The number of oapserver that configured successfully |

Review Comment:
   Please update relevant documents accordingly.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org