diff --git a/sentinel-dashboard/README.md b/sentinel-dashboard/README.md index e3597725..97862cbc 100755 --- a/sentinel-dashboard/README.md +++ b/sentinel-dashboard/README.md @@ -64,4 +64,6 @@ java -Dserver.port=8080 \ docker build --build-arg SENTINEL_VERSION=1.8.6 -t ${REGISTRY}/sentinel-dashboard:v1.8.6 . ``` -更多:[控制台功能介绍](./Sentinel_Dashboard_Feature.md)。 \ No newline at end of file +*注意:Sentinel 控制台目前仅支持单机部署。Sentinel 控制台项目提供 Sentinel 功能全集示例,不作为开箱即用的生产环境控制台,不提供安全可靠保障。若希望在生产环境使用请根据[文档](https://github.com/alibaba/Sentinel/wiki/%E5%9C%A8%E7%94%9F%E4%BA%A7%E7%8E%AF%E5%A2%83%E4%B8%AD%E4%BD%BF%E7%94%A8-Sentinel)自行进行定制和改造。* + +更多:[控制台功能介绍](./Sentinel_Dashboard_Feature.md)。