Yip Leo
Yip Leo
有一个 nginx 配置了 proxy_pass 转发到了一个 ingress 域名,我把这个 ingress 从 nginx ingress 切换到了 higress 之后就不能工作了。 nginx 的完整配置如下: ``` / # cat /etc/nginx/config/nginx.dev user nginx; worker_processes 1; error_log /var/log/nginx/error.log; pid /run/nginx.pid; #...
请问higress可以实现这个需求吗:从请求的url参数里读取key-value并将这个value值作为目的地址进行转发 ## Why do you need it? Is your feature request related to a problem? Please describe in details 业务需求,对于长连接业务需要指定到对应的pod。nginx上有类似的配置可以实现: proxy pass http://$arg_server; $arg_是nginx原生支持的关键词,可以从url里解析参数(https://nginx.org/en/docs/http/ngx_http_core_module.html#var_arg_) 希望higress也能实现类似功能
**If you are reporting *any* crash or *any* potential security issue, *do not* open an issue in this repo. Please report the issue via [ASRC](https://security.alibaba.com/)(Alibaba Security Response Center) where the...
**What happened:** 我想要用 koordinator 的 gang 调度和 elasticGroup 的功能,看起来这两个功能不需要 koordlet,但好像 helm chart 不提供 disable koordlet 的选项 **What you expected to happen:** 确认一下是否可以不部署 koordlet,只部署 controller-manager 与 scheduler **Environment:** - Koordinator version:...