dongyu6

Results 3 issues of dongyu6

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement. ### Description In the official Chinese document, there is an error in...

help wanted
improvement
minor
document

### 问题简要描述 / Brief Description 登录https://easytier.cn/web官方页面,发现控制台报错 ``` Access to XMLHttpRequest at 'https://config-server.easytier.cn/api/v1/summary' from origin 'https://easytier.cn' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource....

部署后使用 kubectl patch 命令,直接修改正在运行的 Nacos StatefulSet,将其启动命令从 sh 更改为 bash。 操作命令: 1 kubectl patch statefulset nacos-mysql-instance -n nacos --type='json' -p='[{"op": "replace", "path": "/spec/template/spec/containers/0/command/0", "value": "bash"}]' 方案说明: * 此命令会找到 nacos 命名空间中名为 nacos-mysql-instance...