This is an automated email from the ASF dual-hosted git repository.

weiraowang pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 0a2cd61a85 [Doc] remove skywalking, update note (#15028)
0a2cd61a85 is described below

commit 0a2cd61a85908a799ad7bfd9713b5d9c3761369c
Author: Gallardot <[email protected]>
AuthorDate: Sat Oct 14 10:26:29 2023 +0800

    [Doc] remove skywalking, update note (#15028)
    
    Signed-off-by: Gallardot <[email protected]>
---
 .../en/contribute/development-environment-setup.md    |  1 -
 docs/docs/en/guide/installation/kubernetes.md         | 19 +------------------
 .../zh/contribute/development-environment-setup.md    |  1 -
 docs/docs/zh/guide/installation/kubernetes.md         | 19 +------------------
 4 files changed, 2 insertions(+), 38 deletions(-)

diff --git a/docs/docs/en/contribute/development-environment-setup.md 
b/docs/docs/en/contribute/development-environment-setup.md
index 48b7ffce66..4755f55857 100644
--- a/docs/docs/en/contribute/development-environment-setup.md
+++ b/docs/docs/en/contribute/development-environment-setup.md
@@ -209,7 +209,6 @@ spring:
   <root level="INFO">
   +  <appender-ref ref="STDOUT"/>
     <appender-ref ref="APILOGFILE"/>
-    <appender-ref ref="SKYWALKING-LOG"/>
   </root>
   ```
 
diff --git a/docs/docs/en/guide/installation/kubernetes.md 
b/docs/docs/en/guide/installation/kubernetes.md
index 1487d6bb92..a87a2df222 100644
--- a/docs/docs/en/guide/installation/kubernetes.md
+++ b/docs/docs/en/guide/installation/kubernetes.md
@@ -501,19 +501,6 @@ Modify `BUCKET_NAME`, `MINIO_IP`, `MINIO_ACCESS_KEY` and 
`MINIO_SECRET_KEY` to a
 
 > **Note**: `MINIO_IP` can only use IP instead of the domain name, because 
 > DolphinScheduler currently doesn't support S3 path style access.
 
-### How to Configure SkyWalking?
-
-Modify SkyWalking configurations in `values.yaml`:
-
-```yaml
-common:
-  configmap:
-    SKYWALKING_ENABLE: "true"
-    SW_AGENT_COLLECTOR_BACKEND_SERVICES: "127.0.0.1:11800"
-    SW_GRPC_LOG_SERVER_HOST: "127.0.0.1"
-    SW_GRPC_LOG_SERVER_PORT: "11800"
-```
-
 ### How to deploy specific components separately?
 
 Modify the `api.enabled`, `alert.enabled`, `master.enabled`, or 
`worker.enabled` configuration items in the `values.yaml` file.
@@ -537,7 +524,7 @@ helm install dolphinscheduler-gpu-worker . \
      --set externalRegistry.registryPluginName=zookeeper --set 
externalRegistry.registryServers=dolphinscheduler-zookeeper:2181
 ```
 
-Please note that the above steps are for reference only, and specific 
operations need to be adjusted according to the actual situation.
+> **Note**: the above steps are for reference only, and specific operations 
need to be adjusted according to the actual situation.
 
 ## Appendix-Configuration
 
@@ -624,10 +611,6 @@ Please note that the above steps are for reference only, 
and specific operations
 | `common.configmap.RESOURCE_MANAGER_HTTPADDRESS_PORT`                 | Set 
resource manager httpaddress port for yarn                                      
                                                                                
                                   | `8088`                                 |
 | `common.configmap.YARN_RESOURCEMANAGER_HA_RM_IDS`                    | If 
resourcemanager HA is enabled, please set the HA IPs                            
                                                                                
                                    | `nil`                                  |
 | `common.configmap.YARN_APPLICATION_STATUS_ADDRESS`                   | If 
resourcemanager is single, you only need to replace ds1 to actual 
resourcemanager hostname, otherwise keep default                                
                                                  | 
`http://ds1:%s/ws/v1/cluster/apps/%s`  |
-| `common.configmap.SKYWALKING_ENABLE`                                 | Set 
whether to enable skywalking                                                    
                                                                                
                                   | `false`                                |
-| `common.configmap.SW_AGENT_COLLECTOR_BACKEND_SERVICES`               | Set 
agent collector backend services for skywalking                                 
                                                                                
                                   | `127.0.0.1:11800`                      |
-| `common.configmap.SW_GRPC_LOG_SERVER_HOST`                           | Set 
grpc log server host for skywalking                                             
                                                                                
                                   | `127.0.0.1`                            |
-| `common.configmap.SW_GRPC_LOG_SERVER_PORT`                           | Set 
grpc log server port for skywalking                                             
                                                                                
                                   | `11800`                                |
 | `common.configmap.HADOOP_HOME`                                       | Set 
`HADOOP_HOME` for DolphinScheduler's task environment                           
                                                                                
                                   | `/opt/soft/hadoop`                     |
 | `common.configmap.HADOOP_CONF_DIR`                                   | Set 
`HADOOP_CONF_DIR` for DolphinScheduler's task environment                       
                                                                                
                                   | `/opt/soft/hadoop/etc/hadoop`          |
 | `common.configmap.SPARK_HOME`                                        | Set 
`SPARK_HOME` for DolphinScheduler's task environment                            
                                                                                
                                   | `/opt/soft/spark`                      |
diff --git a/docs/docs/zh/contribute/development-environment-setup.md 
b/docs/docs/zh/contribute/development-environment-setup.md
index be3379137a..3c97087b18 100644
--- a/docs/docs/zh/contribute/development-environment-setup.md
+++ b/docs/docs/zh/contribute/development-environment-setup.md
@@ -202,7 +202,6 @@ DolphinScheduler 的元数据存储在关系型数据库中,目前支持的关
   <root level="INFO">
   +  <appender-ref ref="STDOUT"/>
     <appender-ref ref="APILOGFILE"/>
-    <appender-ref ref="SKYWALKING-LOG"/>
   </root>
   ```
 
diff --git a/docs/docs/zh/guide/installation/kubernetes.md 
b/docs/docs/zh/guide/installation/kubernetes.md
index 2e4231f72d..5bf047d78b 100644
--- a/docs/docs/zh/guide/installation/kubernetes.md
+++ b/docs/docs/zh/guide/installation/kubernetes.md
@@ -500,19 +500,6 @@ common:
 
 > **注意**: `MINIO_IP` 只能使用 IP 而非域名, 因为 DolphinScheduler 尚不支持 S3 路径风格访问 (S3 path 
 > style access)
 
-### 如何配置 SkyWalking?
-
-修改 `values.yaml` 文件中的 SKYWALKING 配置项
-
-```yaml
-common:
-  configmap:
-    SKYWALKING_ENABLE: "true"
-    SW_AGENT_COLLECTOR_BACKEND_SERVICES: "127.0.0.1:11800"
-    SW_GRPC_LOG_SERVER_HOST: "127.0.0.1"
-    SW_GRPC_LOG_SERVER_PORT: "11800"
-```
-
 ### 如何单独部署特定组件?
 
 修改 `values.yaml` 文件中的 `api.enabled`, `alert.enabled` `master.enabled` 或 
`worker.enabled` 配置项
@@ -536,7 +523,7 @@ helm install dolphinscheduler-gpu-worker . \
      --set externalRegistry.registryPluginName=zookeeper --set 
externalRegistry.registryServers=dolphinscheduler-zookeeper:2181
 ```
 
-请注意,以上步骤仅供参考,具体操作需要根据实际情况进行调整。
+> **注意**:以上步骤仅供参考,具体操作需要根据实际情况进行调整。
 
 ## 附录-配置
 
@@ -623,10 +610,6 @@ helm install dolphinscheduler-gpu-worker . \
 | `common.configmap.RESOURCE_MANAGER_HTTPADDRESS_PORT`                 | Set 
resource manager httpaddress port for yarn                                      
                                                                                
                                   | `8088`                                 |
 | `common.configmap.YARN_RESOURCEMANAGER_HA_RM_IDS`                    | If 
resourcemanager HA is enabled, please set the HA IPs                            
                                                                                
                                    | `nil`                                  |
 | `common.configmap.YARN_APPLICATION_STATUS_ADDRESS`                   | If 
resourcemanager is single, you only need to replace ds1 to actual 
resourcemanager hostname, otherwise keep default                                
                                                  | 
`http://ds1:%s/ws/v1/cluster/apps/%s`  |
-| `common.configmap.SKYWALKING_ENABLE`                                 | Set 
whether to enable skywalking                                                    
                                                                                
                                   | `false`                                |
-| `common.configmap.SW_AGENT_COLLECTOR_BACKEND_SERVICES`               | Set 
agent collector backend services for skywalking                                 
                                                                                
                                   | `127.0.0.1:11800`                      |
-| `common.configmap.SW_GRPC_LOG_SERVER_HOST`                           | Set 
grpc log server host for skywalking                                             
                                                                                
                                   | `127.0.0.1`                            |
-| `common.configmap.SW_GRPC_LOG_SERVER_PORT`                           | Set 
grpc log server port for skywalking                                             
                                                                                
                                   | `11800`                                |
 | `common.configmap.HADOOP_HOME`                                       | Set 
`HADOOP_HOME` for DolphinScheduler's task environment                           
                                                                                
                                   | `/opt/soft/hadoop`                     |
 | `common.configmap.HADOOP_CONF_DIR`                                   | Set 
`HADOOP_CONF_DIR` for DolphinScheduler's task environment                       
                                                                                
                                   | `/opt/soft/hadoop/etc/hadoop`          |
 | `common.configmap.SPARK_HOME`                                        | Set 
`SPARK_HOME` for DolphinScheduler's task environment                            
                                                                                
                                   | `/opt/soft/spark`                      |

Reply via email to