Results 15 issues of COW

### Description My apisix is ​​deployed in a k8s, 12g of memory, rss uses about 40%, but the cache is about 10g, only the global promethues and kafka-logger plug-ins are...

### Issue description When I use ApisixV2beta3Client to create apisixUpstream ``` apisixUpstream := client.ApisixUpstreams(namespace) _, err = apisixUpstream.Create(cont, ing, metav1.CreateOptions{}) ``` The following error will be reported ``` ApisixUpstream in...

question

### Issue description resync_interval default is 6h,There are about 3000 apisixroutes in my environment. If the default value of 6h is used, if some events are lost, the routing may...

question

### Issue description 1. 我同一个k8s集群里,部署了两套apisix-ingress-controller和apisix 集群,一个apisix-ingress-controller对应一个apisix集群, 我两个ingress-controller都watch所有namespace,我使用crd apisixroute定义路由,后来发现当我apisixroute变动的时候,有时候会出现配置只被一个apisix-ingress-controller处理,是否因为apisixroute上会回写状态,如果一个ingress-controller处理了,resourceversion更改了另外一个就不处理了? 2. 如果我想同一个apisixroute 能同步两个集群,有什么最佳实践吗。主要是想内外网隔离,要保证两个集群都有全量路由 3. apisixroute 支持的插件ingress都可以通过annotation配置吗? ### Environment - your apisix-ingress-controller version (output of apisix-ingress-controller version --long):1.4.1 - your Kubernetes cluster version...

question

adb exec-out screencap -p > picture_name.png 命令截屏到电脑的图片 不可打开 不知道什么原因

大神,能不能写一个运行项目的步骤啊

### Issue description apisixroute 内容变动的时候我通过client去更新apisixroute,k8s中apisixroute资源文件 内容也更新了status也显示成功,但是并没有同步到apisix中, 这个问题已经出现过多次了,没排查到原因 ### Environment - your apisix-ingress-controller version (output of apisix-ingress-controller version --long):1.4.1 - your Kubernetes cluster version (output of kubectl version):1.18 - if you...

question
triage/needs-information

**Please provide an in-depth description of the question you have**: **What do you think about this question?**: Whether karmda controls the endpoints in the ns under the cluster to obtain...

kind/question

# Bug Report kube-ovn 下某些pod一直出现丢包,container_network_receive_packets_dropped_total{} 可以看到pod一直在丢包,但是我tcpdump的时候又不丢包,无法确定是什么丢包 ## Expected Behavior 无丢包 ## Actual Behavior 一个deployment下有的pod会出现丢包 ## Steps to Reproduce the Problem 1. 2. 3. ## Additional Info - Kubernetes version: **Output...

### Kube-OVN Version 1.11.9 ### Kubernetes Version 1.20.1 ### Operation-system/Kernel Version "CentOS Linux 7 (Core)" 5.4.231-1.el7.elrepo.x86_64 ### Description ``` func GenerateMac() string { prefix := "00:00:00" b := make([]byte, 3)...

bug