You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/05/05 14:12:38 UTC

[GitHub] [apisix-ingress-controller] gxthrj commented on a change in pull request #411: feat: add ApisixClusterConfig CRD and global_rule type, client

gxthrj commented on a change in pull request #411:
URL: https://github.com/apache/apisix-ingress-controller/pull/411#discussion_r626596372



##########
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:
       Seems to be a bugfix.




-- 
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:
users@infra.apache.org