tokers commented on a change in pull request #411:
URL:
https://github.com/apache/apisix-ingress-controller/pull/411#discussion_r627035348
##########
File path: pkg/apisix/cluster.go
##########
@@ -167,6 +169,16 @@ func (c *cluster) syncCacheOnce() (bool, error) {
log.Errorf("failed to list ssl in APISIX: %s", err)
return false, err
}
+ streamRoutes, err := c.streamRoute.List(context.TODO())
Review comment:
Yes, it was missing but it's OK since stream route is not in use now.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]