Bo Wang

Results 10 issues of Bo Wang

Hi, we find something strange. The zadig build container do not killed after build image successfully. - Zadig: 1.11

question

## issue hdiutil: resize: failed. Device not configured (6) 00:46:22.021 /opt/homebrew/bin/create-dmg: line 323: [: -gt: unary operator expected ## create dmg command `create-dmg --volname "xxxx" --window-pos 200 120 --window-size 600...

### Issue description 1. Can not get plugin list when visit: https://xxx.com/plugin/list ### Expected behavior 1. list all enabled plugins ### How to Reproduce 1. click `Plugin` in apisix dashboard...

bug

### 问题描述(Issue Description) 从 cluster mode 的 redis 同步数据到 AWS ElastiCache。源端是自己部署的 redis 2024-04-12 09:55:37 INF read_count=[0], read_ops=[0.00], write_count=[0], write_ops=[0.00], src-1, hand shaking 2024-04-12 09:55:42 INF read_count=[0], read_ops=[0.00], write_count=[0], write_ops=[0.00], src-2,...

type: question

### 问题描述(Issue Description) 同步自建的 redis cluster 数据到 AWS ElastiCache,redis 是 3 主 3 从的配置。 有 2 个节点的 Key 数量在 1200W 左右,有 1 个在 100W 左右 ### 环境信息(Environment) - RedisShake 版本(RedisShake...

type: question

当前 chart 里默认支持 Prometheus 作为后端存储,如果选择外部的 vm,需要手动修改对应的 server 配置文件,不便于直接通过 helm 进行部署和维护,建议增加对外部 vm 的支持。 nserver config-cm.yaml ``` [Reader] Url = "http://{{ template "nightingale.prometheus.host" . }}:{{ template "nightingale.prometheus.servicePort" . }}" [[Writers]] Url =...

### Current Behavior We find that sometimes Apisix access upstream got 502 bad gateway error even if upstream exist. Error Rate: - 1/42458 in 15 minutes - 500+ times in...

bug

### Issue description - deploy service in ECS nodes out of K8s - deploy apisix and apisix route in k8s - forward traffic to service ``` apiVersion: apisix.apache.org/v2 kind: ApisixUpstream...

### Current Behavior - k8s 1.33 do not support `Endpoints`, user `EndpointSlice` instead - enable apisix ingress config `watch_endpointslices: true` - add custom route as below ``` apiVersion: v1 kind:...

Bug: https://github.com/apache/apisix-ingress-controller/issues/2388 ref apisix ingress controller source code: WatchEndpointSlices bool `json:"watch_endpoint_slices" yaml:"watch_endpoint_slices"`