wu-sheng commented on a change in pull request #2817: Provide Nacos dynamic configuration center implementation. fixes #2816 URL: https://github.com/apache/skywalking/pull/2817#discussion_r291428982
########## File path: docker/oap/docker-entrypoint.sh ########## @@ -202,6 +202,17 @@ telemetry: port: \${SW_TELEMETRY_PROMETHEUS_PORT:1234} configuration: none: +# nacos: +# # Nacos Server Host +# serverAddr: 127.0.0.1 +# # Nacos Server Port +# port: 8848 +# # Nacos Configuration Group +# group: 'skywalking' +# # Unit seconds, sync period. Default fetch every 60 seconds. +# period : 60 +# # the name of current cluster, set the name if you want to upstream system known. +# clusterName: "default" Review comment: You could not change this file, if you want to, take an example of how cluster config do. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services