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/07/01 06:39:28 UTC

[GitHub] [apisix-ingress-controller] anjia0532 edited a comment on issue #565: bug: apisix-ingress-controller+k3s is not work

anjia0532 edited a comment on issue #565:
URL: https://github.com/apache/apisix-ingress-controller/issues/565#issuecomment-871967902


   @tao12345666333 
   `sudo k3s kubectl get ing -o yaml -n apisix`
   
   ```yaml
   
   apiVersion: v1
   items:
   - apiVersion: networking.k8s.io/v1
     kind: Ingress
     metadata:
       annotations:
         field.cattle.io/creatorId: user-mzfcd
         field.cattle.io/ingressState: '{"ZGFzaGJvYXJkL2FwaXNpeC8qLnN5cG0uc2h1bnpob25na2VqaS5uZXQvLzkwODA=":"deployment:apisix:apisix"}'
         field.cattle.io/publicEndpoints: '[{"addresses":["192.168.16.242","192.168.16.243","192.168.16.244","192.168.16.247","192.168.16.248","192.168.16.249","192.168.16.250","192.168.16.251","192.168.16.252"],"port":80,"protocol":"HTTP","serviceName":"apisix:ingress-9164db82679f96f3c0dbae9a7c7c2f9b","ingressName":"apisix:dashboard","hostname":"*.xxx.xxx.com","allNodes":false}]'
       creationTimestamp: "2021-07-01T03:25:04Z"
       generation: 2
       labels:
         cattle.io/creator: norman
       name: dashboard
       namespace: apisix
       resourceVersion: "40819624"
       uid: 0c51fa29-99cf-456e-8f44-b453619546b0
     spec:
       rules:
       - host: '*.xxx.xxx.com'
         http:
           paths:
           - backend:
               service:
                 name: ingress-9164db82679f96f3c0dbae9a7c7c2f9b
                 port:
                   number: 9080
             pathType: ImplementationSpecific
     status:
       loadBalancer:
         ingress:
         - ip: 192.168.16.242
         - ip: 192.168.16.243
         - ip: 192.168.16.244
         - ip: 192.168.16.247
         - ip: 192.168.16.248
         - ip: 192.168.16.249
         - ip: 192.168.16.250
         - ip: 192.168.16.251
         - ip: 192.168.16.252
   - apiVersion: networking.k8s.io/v1
     kind: Ingress
     metadata:
       annotations:
         field.cattle.io/creatorId: user-mzfcd
         field.cattle.io/ingressState: '{"YXBpc2l4LWRhc2hib2FyZC9hcGlzaXgvYXBpc2l4LWRhc2hib2FyZC5zaHVuemhvbmdrZWppLmNuLy85MDAw":"deployment:apisix:apisix-dashboard"}'
         field.cattle.io/publicEndpoints: '[{"addresses":["192.168.16.242","192.168.16.243","192.168.16.244","192.168.16.247","192.168.16.248","192.168.16.249","192.168.16.250","192.168.16.251","192.168.16.252"],"port":80,"protocol":"HTTP","serviceName":"apisix:ingress-144dc33a48f845cba7d229da36cf93f7","ingressName":"apisix:apisix-dashboard","hostname":"xx.xx.cn","allNodes":false}]'
       creationTimestamp: "2021-07-01T03:49:44Z"
       generation: 1
       labels:
         cattle.io/creator: norman
       name: apisix-dashboard
       namespace: apisix
       resourceVersion: "40819935"
       uid: f13e6ac6-f5e9-422b-a51c-2b57d10162a2
     spec:
       rules:
       - host: xx.xx.cn
         http:
           paths:
           - backend:
               service:
                 name: ingress-144dc33a48f845cba7d229da36cf93f7
                 port:
                   number: 9000
             pathType: ImplementationSpecific
     status:
       loadBalancer:
         ingress:
         - ip: 192.168.16.242
         - ip: 192.168.16.243
         - ip: 192.168.16.244
         - ip: 192.168.16.247
         - ip: 192.168.16.248
         - ip: 192.168.16.249
         - ip: 192.168.16.250
         - ip: 192.168.16.251
         - ip: 192.168.16.252
   kind: List
   metadata:
     resourceVersion: ""
     selfLink: ""
   
   ```


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