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 2022/11/14 03:05:07 UTC

[GitHub] [apisix] wolgod commented on issue #8313: help request: As a user, I use kubernetes service discovery ,same apisix instance ,It took a long time to get the changed ip

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

   > Could you share the configurations of the Kubernetes service discovery module and, any error logs?
   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]+$
   


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org