Jun

Results 9 issues of Jun

## Why do you need it? Is your feature request related to a problem? Please describe in details hgctl gateway-config 目前只支持 Kubernetes 环境下安装 higress, 要适配在 docker 环境下安装 higress ## How...

level/normal
area/hgctl
sig/ops

### Ⅰ. Describe what this PR did 在Higress控制面集成支持域名静态配置 和 支持secret对接lets encrypt自动续签,在higress-system namesapce 新增一个 configmap ,其配置格式如下 ``` apiVersion: v1 kind: ConfigMap metadata: name: higress-https namespace: higress-system data: cert: | automaticHttps: true...

## Why do you need it? 1. 通过 higress upgrade 升级时不用再指定 profile参数,可以复用 install 时候指定的参数, 方便用户快速升级higress 2. 通过helm安装higress后,可以通过higress upgrade 平滑来处理升级安装 ## How could it be? - [x] 在安装阶段完成后,把安装过程配置参数复制一份到 ~/.hgctl/profiles/install.yaml , 升级从...

priority/high
area/hgctl
sig/ops

### Environment - Server: - Client: - Protocol: - Registry: ### Issue description The user story is to get if the current request is https or http. there is dubbo...

### Environment - Server: Dubbo-go, master - Client: Dubbo-go, master - Protocol: Triple - Registry: N/A ### Issue description server code ``` func (srv *GreetTripleServer) Greet(ctx context.Context, req *greet.GreetRequest) (*greet.GreetResponse,...

### Environment when I run "go build“ under /cmd/protoc-gen-go-triple , it will get error as bellow ``` # github.com/golang/protobuf/protoc-gen-go/descriptor /Users/jun/go/pkg/mod/github.com/golang/[email protected]/protoc-gen-go/descriptor/descriptor.pb.go:106:61: undefined: descriptorpb.Default_FileOptions_PhpGenericServices ``` my protoc --version is "libprotoc 3.17.3" and...

### Ⅰ. Describe what this PR did 1. 当 higress-https 配置映射更新时,ingress 将全量推送。 2. 修复 configMgr.GetConfig 的错误。 3. 修复 certmagic 配置映射存储分片不能生效问题。 4. 修复 RenewalWindowRatio 配置不能生效的问题。 ### Ⅱ. Does this pull request...