wolgod commented on issue #8313:
URL: https://github.com/apache/apisix/issues/8313#issuecomment-1313055149

   > > this not error log, The current phenomenon can be viewed through ss 
-antp. Only when the connection is reconnected can the latest endpoints be 
obtained
   > > ```
   > > kubernetes:
   > >     service:
   > >       # apiserver schema, options [http, https]
   > >       schema: https
   > >       # apiserver host, options [ipv4, ipv6, domain, environment 
variable]
   > >       host: xxx.com
   > >       # apiserver port, options [port number, environment variable]
   > >       port: "6443"  #default ${KUBERNETES_SERVICE_PORT}
   > >     client:
   > >       token: |-
   > >         Xxxx
   > >     namespace_selector:
   > >       match:
   > >         - default
   > >         - ^ns-[a-z0-9]+$
   > > ```
   > 
   > Sorry, I didn't get your point
   
   I mean, the current connection to Apiserver does not receive any watch 
events. It can only be restored after a new connection to Apiserver is 
established. The front of Apiserver is lvs
   
   


-- 
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]

Reply via email to