wowqing

Results 19 issues of wowqing

**Is your feature request related to a problem? Please describe.** Support array of pointers for objects as nested response. May be that is no pointless, it can work on array...

enhancement

### Is there an existing issue for this? - [X] I have searched the existing issues ### What happened? 1. The operator `nodeManager.nodes` not containt all CiliumNode on starting run...

kind/bug
needs/triage
area/eni
sig/agent

Please ensure your pull request adheres to the following guidelines: - [x] For first time contributors, read [Submitting a pull request](https://docs.cilium.io/en/stable/contributing/development/contributing_guide/#submitting-a-pull-request) - [x] All code is covered by unit and/or...

release-note/minor
area/metrics
area/eni

1. get URL query params from Post request, if no request body then fall back to get URL query params. 2. Support request content type is application JSON with charset...

Simple fix default path handler register order. #588 @jranson Signed-off-by: xiaoqing

trickster version: 2.0.0-beta2 and [main](https://github.com/trickstercache/trickster/tree/1bc9b5da9478971180644d9bff348c4143313efe) The path `/api/v1/query` handled by diffrent handler when multi run trickster. /api/v1/query handle by httpproxy: ``` POST /api/v1/query?query=sum%28traefik_backend_requests_total%3Arate_2m%7Bcode%3D%22502%22%2C+backend%21%3D%22dashboard-k8scs1-online.xxx.com%2F%22%7D%29+by+%28backend%2C+cluster%29&step=15s&time=1635906330 HTTP/1.1 > Host: 127.0.0.1:8480 > User-Agent: curl/7.73.0...

trickster version: v1.1.5 Use trickster in frontend of VictoriaMetrics, set vmalert datasource use trickster. when vmalert send sequence request diffrent /api/v1/query in one tcp connection, trickster response same cache reult....

version 0.1.1 ``` # kubectl debug nginx-net-77965ccb89-f4shq --image=nicolaka/netshoot -- echo a container created, open tty... # kubectl debug nginx-net-77965ccb89-f4shq --image=nicolaka/netshoot -- bash -c "ip add" container created, open tty... #...

gobgp like Infinite loop, if dynamic neighbors contain it self. 1. start first gobgp not use many cpu ``` [global.config] router-id = "192.168.189.213" as = 64513 [[neighbors]] [neighbors.config] neighbor-address =...

failed get ip from anchor with macvlan mode, use kubectl run test-anchor --image=nicolaka/netshoot --replicas=2 same run command ``` CNI_COMMAND=ADD PATH=/opt/cni/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/dell/srvadmin/bin:/opt/dell/srvadmin/sbin:/opt/k8s/bin/ CNI_CONTAINERID=1347504a2ca2797c CNI_NETNS=/var/run/netns/1347504a2ca2797c CNI_COMMAND=ADD CNI_IFNAME=eth0 CNI_PATH=/opt/cni/bin CNI_ARGS="K8S_POD_NAMESPACE=default;K8S_POD_NAME=test-anchor-c4578fdcc-rrf89;K8S_POD_INFRA_CONTAINER_ID=1347504a2ca2797c" /opt/cni/bin/anchor < /etc/cni/net.d/10-anchor.conf ```...