pongpongcn opened a new issue, #1657: URL: https://github.com/apache/apisix-ingress-controller/issues/1657
I deployed apisix-ingress-controller on several k8s cluster, but always saw the info. What's that meaning? `microk8s.io-hostpath` is a `StorageClass`, why it's treated as a service? Image: docker.io/apache/apisix-ingress-controller:1.5.1 ``` 2023-02-07T17:41:09+08:00 info ingress/controller.go:627 service kube-system/microk8s.io-hostpath not found 2023-02-07T17:41:11+08:00 info ingress/controller.go:627 service kube-system/microk8s.io-hostpath not found 2023-02-07T17:41:13+08:00 info ingress/controller.go:627 service kube-system/microk8s.io-hostpath not found 2023-02-07T17:41:15+08:00 info [email protected]/context.go:173 path: /healthz, status: 200, method: GET, query: , ip: 10.10.220.107, user-agent: kube-probe/1.26, errors: , cost: 37.933µs 2023-02-07T17:41:15+08:00 info [email protected]/context.go:173 path: /healthz, status: 200, method: GET, query: , ip: 10.10.220.107, user-agent: kube-probe/1.26, errors: , cost: 39.435µs 2023-02-07T17:41:15+08:00 info ingress/controller.go:627 service kube-system/microk8s.io-hostpath not found 2023-02-07T17:41:17+08:00 info ingress/controller.go:627 service kube-system/microk8s.io-hostpath not found 2023-02-07T17:41:19+08:00 info ingress/controller.go:627 service kube-system/microk8s.io-hostpath not found 2023-02-07T17:41:21+08:00 info ingress/controller.go:627 service kube-system/microk8s.io-hostpath not found 2023-02-07T17:41:23+08:00 info ingress/controller.go:627 service kube-system/microk8s.io-hostpath not found 2023-02-07T17:41:25+08:00 info [email protected]/context.go:173 path: /healthz, status: 200, method: GET, query: , ip: 10.10.220.107, user-agent: kube-probe/1.26, errors: , cost: 41.711µs 2023-02-07T17:41:25+08:00 info [email protected]/context.go:173 path: /healthz, status: 200, method: GET, query: , ip: 10.10.220.107, user-agent: kube-probe/1.26, errors: , cost: 27.78µs 2023-02-07T17:41:25+08:00 info ingress/controller.go:627 service kube-system/microk8s.io-hostpath not found 2023-02-07T17:41:27+08:00 info ingress/controller.go:627 service kube-system/microk8s.io-hostpath not found 2023-02-07T17:41:29+08:00 info ingress/controller.go:627 service kube-system/microk8s.io-hostpath not found 2023-02-07T17:41:31+08:00 info ingress/controller.go:627 service kube-system/microk8s.io-hostpath not found 2023-02-07T17:41:33+08:00 info ingress/controller.go:627 service kube-system/microk8s.io-hostpath not found 2023-02-07T17:41:35+08:00 info [email protected]/context.go:173 path: /healthz, status: 200, method: GET, query: , ip: 10.10.220.107, user-agent: kube-probe/1.26, errors: , cost: 35.182µs 2023-02-07T17:41:35+08:00 info [email protected]/context.go:173 path: /healthz, status: 200, method: GET, query: , ip: 10.10.220.107, user-agent: kube-probe/1.26, errors: , cost: 49.76µs 2023-02-07T17:41:35+08:00 info ingress/controller.go:627 service kube-system/microk8s.io-hostpath not found ``` -- 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]
