mayankmurari commented on issue #2653:
URL:
https://github.com/apache/apisix-ingress-controller/issues/2653#issuecomment-3552034262
Hi @bzp2010
I have updated ingress controller to rc5 and do not see any errors there. I
see below INFO level logs.
2025-11-19T10:08:47.793Z INFO controller-runtime
controller/controller.go:204 Starting EventSource {"controller":
"apisixglobalrule", "controllerGroup": "apisix.apache.org", "controllerKind":
"ApisixGlobalRule", "source": "kind source: *v1alpha1.GatewayProxy"}
2025-11-19T10:08:47.793Z INFO controller-runtime
controller/controller.go:204 Starting EventSource {"controller":
"apisixglobalrule", "controllerGroup": "apisix.apache.org", "controllerKind":
"ApisixGlobalRule", "source": "kind source: *v2.ApisixGlobalRule"}
2025-11-19T10:08:47.793Z INFO controller-runtime
controller/controller.go:204 Starting EventSource {"controller":
"apisixglobalrule", "controllerGroup": "apisix.apache.org", "controllerKind":
"ApisixGlobalRule", "source": "kind source: *v1.IngressClass"}
2025-11-19T10:08:48.099Z INFO controller-runtime
controller/controller.go:239 Starting Controller {"controller":
"apisixglobalrule", "controllerGroup": "apisix.apache.org", "controllerKind":
"ApisixGlobalRule"}
2025-11-19T10:08:48.099Z INFO controller-runtime
controller/controller.go:248 Starting workers {"controller":
"apisixglobalrule", "controllerGroup": "apisix.apache.org", "controllerKind":
"ApisixGlobalRule", "worker count": 1}
2025-11-19T10:44:47.841Z INFO client client/client.go:176 syncing
all resources
Also below is the Global APISIX Rules manifest deployed.
apiVersion: apisix.apache.org/v2
kind: ApisixGlobalRule
metadata:
annotations:
argocd.argoproj.io/tracking-id: >-
hke-int-apisix-gateway-cluster-plugin:apisix.apache.org/ApisixGlobalRule:hawkeye-apisix-ns/limit-req-global-rule
kubectl.kubernetes.io/last-applied-configuration: >
{"apiVersion":"apisix.apache.org/v2","kind":"ApisixGlobalRule","metadata":{"annotations":{"argocd.argoproj.io/tracking-id":"hke-int-apisix-gateway-cluster-plugin:apisix.apache.org/ApisixGlobalRule:hawkeye-apisix-ns/limit-req-global-rule"},"labels":{"app.kubernetes.io/instance":"hke-int-apisix-gateway-cluster-plugin","app.kubernetes.io/managed-by":"Helm"},"name":"limit-req-global-rule","namespace":"hawkeye-apisix-ns"},"spec":{"plugins":[{"config":{"count":2,"key":"remote_addr","key_type":"var","policy":"local","rejected_code":429,"time_window":10},"enable":true,"name":"limit-count"}]}}
creationTimestamp: '2025-11-18T06:40:39Z'
generation: 4
labels:
app.kubernetes.io/instance: hke-int-apisix-gateway-cluster-plugin
app.kubernetes.io/managed-by: Helm
name: limit-req-global-rule
namespace: hawkeye-apisix-ns
resourceVersion: '78309103'
uid: 89a46d9e-9beb-48e8-9c62-b5fea74ac9dd
spec:
plugins:
- config:
count: 2
key: remote_addr
key_type: var
policy: local
rejected_code: 429
time_window: 10
enable: true
name: limit-count
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]