LiuFeng
LiuFeng
# Description Support the invoke cmd on kubernetes mode. The process is similar: 1. Get the Pod corresponding to the App 2. Complete the specific communication through the `SubResource("proxy")` of...
# Description 1. support `dashboardLocalPort` set to `0` 2. update `pf.LocalPort` when `PortForward` is `Ready` ## Issue reference Please reference the issue this PR will close: #_[863](https://github.com/dapr/cli/issues/863)_ ## Checklist Please...
## Describe the proposal The port of the dashboard should support automatic selection. When the `--port` flag is set to `0`, a free port will be randomly found to start...
close https://github.com/dapr/dashboard/issues/204 Signed-off-by: 柳丰
The port of the dashboard should support automatic selection. When the --port flag is set to 0, a free port will be randomly found to start the dashboard to ensure...
### What Is Your Expect ## 问题or背景: tKeel 中需要进行一些配置的存储于更新,例如样式、Logo等。 上述配置需要按照path设置,并且需要能够按照path来获取 ## 目标(需求): 提供一个业务无关的配置接口 - 设置部分需要权限控制 - 读取部分无需安全限制 ### 不做考虑的目标(需求) 高并发的更新 ## 详细设计 ### 数据存储格式 数据存储采用json格式,存储于dapr的State中。 ### 接口定义 考虑采用如下定义: - Key:sting,业务Key,对应State中Json数据的key,需要增加前缀...
### What Is Your Expect ``` message GetPlatformConfigResponse { bytes extra = 1 [ (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { description : "extra" } ]; } message SetPlatformExtraConfigRequest { bytes extra_key = 1...
Support the invoke cmd on kubernetes mode. close https://github.com/dapr/docs/issues/2846 Signed-off-by: liufeng
As the https://github.com/dapr/cli/issues/848, We can support the invoke cmd on kubernetes mode.
- fix: assets/images/uml don't get copied to _book - when use multiple directories, uml files will be overwrite