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/04 09:23:45 UTC

[GitHub] [apisix-ingress-controller] geffzhang opened a new issue #569: request help: apisix ingress controller with Dapr

geffzhang opened a new issue #569:
URL: https://github.com/apache/apisix-ingress-controller/issues/569


   I want to use apisix with dapr, how to configure? I found a ngnix ingress with dapr https://carlos.mendible.com/2020/04/05/kubernetes-nginx-ingress-controller-with-dapr/ , apisix should be configured to achieve the same functionality
   
   
   


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



[GitHub] [apisix-ingress-controller] tokers commented on issue #569: request help: apisix ingress controller with Dapr

Posted by GitBox <gi...@apache.org>.
tokers commented on issue #569:
URL: https://github.com/apache/apisix-ingress-controller/issues/569#issuecomment-929102328


   @geffzhang Could you try to figure out which program is listing on the `9090` port? It occupies it so Apache APISIX cannot be launched.


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



[GitHub] [apisix-ingress-controller] juzhiyuan commented on issue #569: request help: apisix ingress controller with Dapr

Posted by GitBox <gi...@apache.org>.
juzhiyuan commented on issue #569:
URL: https://github.com/apache/apisix-ingress-controller/issues/569#issuecomment-916711567


   Hi @tokers, would you please take a look at this issue 😄


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



[GitHub] [apisix-ingress-controller] geffzhang closed issue #569: request help: apisix ingress controller with Dapr

Posted by GitBox <gi...@apache.org>.
geffzhang closed issue #569:
URL: https://github.com/apache/apisix-ingress-controller/issues/569


   


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



[GitHub] [apisix-ingress-controller] tao12345666333 commented on issue #569: request help: apisix ingress controller with Dapr

Posted by GitBox <gi...@apache.org>.
tao12345666333 commented on issue #569:
URL: https://github.com/apache/apisix-ingress-controller/issues/569#issuecomment-1015106921


   https://apisix.apache.org/zh/blog/2021/11/17/dapr-with-apisix/#%E5%9F%BA%E6%9C%AC%E9%A1%B9%E7%9B%AE%E6%A6%82%E8%A7%88
   
   We have a blog post for this one. 
   
   


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



[GitHub] [apisix-ingress-controller] tokers commented on issue #569: request help: apisix ingress controller with Dapr

Posted by GitBox <gi...@apache.org>.
tokers commented on issue #569:
URL: https://github.com/apache/apisix-ingress-controller/issues/569#issuecomment-917420274


   @geffzhang The idea should similar, what you need to do is try to let Dapr inject the APISIX Pod, and create a series ApisixRoute and ApisixUpstream resources let the APISIX proxy traffic to the local Dapr sidecar.


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



[GitHub] [apisix-ingress-controller] tokers commented on issue #569: request help: apisix ingress controller with Dapr

Posted by GitBox <gi...@apache.org>.
tokers commented on issue #569:
URL: https://github.com/apache/apisix-ingress-controller/issues/569#issuecomment-937484494


   This is the default APISIX control API listening port, from the result of the `netstat` we cannot determine which process occupies it. Could you use `lsof` or other utilities to show the process?


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



[GitHub] [apisix-ingress-controller] geffzhang commented on issue #569: request help: apisix ingress controller with Dapr

Posted by GitBox <gi...@apache.org>.
geffzhang commented on issue #569:
URL: https://github.com/apache/apisix-ingress-controller/issues/569#issuecomment-937619712


   Find the cause, start normally


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



[GitHub] [apisix-ingress-controller] geffzhang commented on issue #569: request help: apisix ingress controller with Dapr

Posted by GitBox <gi...@apache.org>.
geffzhang commented on issue #569:
URL: https://github.com/apache/apisix-ingress-controller/issues/569#issuecomment-935307672


   bash-5.1# netstat -an | grep 90
   tcp        0      0 0.0.0.0:9080            0.0.0.0:*               LISTEN      
   tcp        0      0 0.0.0.0:9080            0.0.0.0:*               LISTEN      
   tcp        0      0 127.0.0.1:9090          0.0.0.0:*               LISTEN      
   tcp        0      0 127.0.0.1:9091          0.0.0.0:*               LISTEN      
   tcp        0      0 10.244.0.16:9080        10.240.0.4:38288        ESTABLISHED 
   tcp        0      0 10.244.0.16:9080        10.240.0.6:54711        ESTABLISHED 
   tcp        0      0 10.244.0.16:9080        10.240.0.5:12667        ESTABLISHED 
   tcp        0      0 :::9080                 :::*                    LISTEN      
   tcp        0      0 :::9080                 :::*                    LISTEN      
   unix  3      [ ]         STREAM     CONNECTED     1365790 


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



[GitHub] [apisix-ingress-controller] tokers commented on issue #569: request help: apisix ingress controller with Dapr

Posted by GitBox <gi...@apache.org>.
tokers commented on issue #569:
URL: https://github.com/apache/apisix-ingress-controller/issues/569#issuecomment-929102328


   @geffzhang Could you try to figure out which program is listing on the `9090` port? It occupies it so Apache APISIX cannot be launched.


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



[GitHub] [apisix-ingress-controller] geffzhang commented on issue #569: request help: apisix ingress controller with Dapr

Posted by GitBox <gi...@apache.org>.
geffzhang commented on issue #569:
URL: https://github.com/apache/apisix-ingress-controller/issues/569#issuecomment-937619712


   Find the cause, start normally


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



[GitHub] [apisix-ingress-controller] geffzhang edited a comment on issue #569: request help: apisix ingress controller with Dapr

Posted by GitBox <gi...@apache.org>.
geffzhang edited a comment on issue #569:
URL: https://github.com/apache/apisix-ingress-controller/issues/569#issuecomment-937619712


   Find the cause, start normally,
   I can use apisix directly without using Ingress Controller 
   
   APISIX Ingress uses Apache APISIX as the data plane that actually carries business traffic. It is found that APISIX is paired with Dapr, and after injecting Dapr Sidecar into APISIX Pod, APISIX Ingress is completely useless. Realized the process from starting APISIX Ingress to giving up 


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



[GitHub] [apisix-ingress-controller] geffzhang edited a comment on issue #569: request help: apisix ingress controller with Dapr

Posted by GitBox <gi...@apache.org>.
geffzhang edited a comment on issue #569:
URL: https://github.com/apache/apisix-ingress-controller/issues/569#issuecomment-929053738


   @tokers  I can't inject  dapr  APISIX pod ,
   
   <html>
   <body>
   <!--StartFragment-->
   
   /usr/local/openresty/luajit/bin/luajit ./apisix/cli/apisix.lua init
   --
   Tue, Sep 28 2021 6:16:14 pm |  
   Tue, Sep 28 2021 6:16:14 pm | WARNING: using fixed Admin API token has security risk.
   Tue, Sep 28 2021 6:16:14 pm | Please modify "admin_key" in conf/config.yaml .
   Tue, Sep 28 2021 6:16:14 pm |  
   Tue, Sep 28 2021 6:16:14 pm |  
   Tue, Sep 28 2021 6:16:14 pm | /usr/local/openresty/luajit/bin/luajit ./apisix/cli/apisix.lua init_etcd
   Tue, Sep 28 2021 6:16:15 pm | 2021/09/28 10:16:15 [warn] 1#1: low address bits of 127.0.0.1/24 are meaningless in /usr/local/apisix/conf/nginx.conf:211
   Tue, Sep 28 2021 6:16:15 pm | nginx: [warn] low address bits of 127.0.0.1/24 are meaningless in /usr/local/apisix/conf/nginx.conf:211
   Tue, Sep 28 2021 6:16:15 pm | 2021/09/28 10:16:15 [emerg] 1#1: bind() to 127.0.0.1:9090 failed (98: Address in use)
   Tue, Sep 28 2021 6:16:15 pm | nginx: [emerg] bind() to 127.0.0.1:9090 failed (98: Address in use)
   Tue, Sep 28 2021 6:16:15 pm | 2021/09/28 10:16:15 [emerg] 1#1: bind() to 127.0.0.1:9090 failed (98: Address in use)
   Tue, Sep 28 2021 6:16:15 pm | nginx: [emerg] bind() to 127.0.0.1:9090 failed (98: Address in use)
   Tue, Sep 28 2021 6:16:16 pm | 2021/09/28 10:16:15 [emerg] 1#1: bind() to 127.0.0.1:9090 failed (98: Address in use)
   Tue, Sep 28 2021 6:16:16 pm | nginx: [emerg] bind() to 127.0.0.1:9090 failed (98: Address in use)
   Tue, Sep 28 2021 6:16:16 pm | 2021/09/28 10:16:15 [emerg] 1#1: bind() to 127.0.0.1:9090 failed (98: Address in use)
   Tue, Sep 28 2021 6:16:16 pm | nginx: [emerg] bind() to 127.0.0.1:9090 failed (98: Address in use)
   Tue, Sep 28 2021 6:16:17 pm | 2021/09/28 10:16:15 [emerg] 1#1: bind() to 127.0.0.1:9090 failed (98: Address in use)
   Tue, Sep 28 2021 6:16:17 pm | nginx: [emerg] bind() to 127.0.0.1:9090 failed (98: Address in use)
   Tue, Sep 28 2021 6:16:17 pm | 2021/09/28 10:16:15 [emerg] 1#1: still could not bind()
   Tue, Sep 28 2021 6:16:17 pm | nginx: [emerg] still could not bind()
   
   <!--EndFragment-->
   </body>
   </html>
   
        annotations:
           checksum/config: ab92b8c27a350fa396338db358f4035a2a5ef493936234bc9d9746c8ef5d45ee
           dapr.io/app-id: apisix-gateway
           dapr.io/app-port: '9080'
           dapr.io/enabled: 'false'
           dapr.io/sidecar-listen-addresses: 0.0.0.0


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



[GitHub] [apisix-ingress-controller] geffzhang commented on issue #569: request help: apisix ingress controller with Dapr

Posted by GitBox <gi...@apache.org>.
geffzhang commented on issue #569:
URL: https://github.com/apache/apisix-ingress-controller/issues/569#issuecomment-929053738


   @tokers  I can't inject  dapr  APISIX pod ,
   
   <html>
   <body>
   <!--StartFragment-->
   
   /usr/local/openresty/luajit/bin/luajit ./apisix/cli/apisix.lua init
   --
   Tue, Sep 28 2021 6:16:14 pm |  
   Tue, Sep 28 2021 6:16:14 pm | WARNING: using fixed Admin API token has security risk.
   Tue, Sep 28 2021 6:16:14 pm | Please modify "admin_key" in conf/config.yaml .
   Tue, Sep 28 2021 6:16:14 pm |  
   Tue, Sep 28 2021 6:16:14 pm |  
   Tue, Sep 28 2021 6:16:14 pm | /usr/local/openresty/luajit/bin/luajit ./apisix/cli/apisix.lua init_etcd
   Tue, Sep 28 2021 6:16:15 pm | 2021/09/28 10:16:15 [warn] 1#1: low address bits of 127.0.0.1/24 are meaningless in /usr/local/apisix/conf/nginx.conf:211
   Tue, Sep 28 2021 6:16:15 pm | nginx: [warn] low address bits of 127.0.0.1/24 are meaningless in /usr/local/apisix/conf/nginx.conf:211
   Tue, Sep 28 2021 6:16:15 pm | 2021/09/28 10:16:15 [emerg] 1#1: bind() to 127.0.0.1:9090 failed (98: Address in use)
   Tue, Sep 28 2021 6:16:15 pm | nginx: [emerg] bind() to 127.0.0.1:9090 failed (98: Address in use)
   Tue, Sep 28 2021 6:16:15 pm | 2021/09/28 10:16:15 [emerg] 1#1: bind() to 127.0.0.1:9090 failed (98: Address in use)
   Tue, Sep 28 2021 6:16:15 pm | nginx: [emerg] bind() to 127.0.0.1:9090 failed (98: Address in use)
   Tue, Sep 28 2021 6:16:16 pm | 2021/09/28 10:16:15 [emerg] 1#1: bind() to 127.0.0.1:9090 failed (98: Address in use)
   Tue, Sep 28 2021 6:16:16 pm | nginx: [emerg] bind() to 127.0.0.1:9090 failed (98: Address in use)
   Tue, Sep 28 2021 6:16:16 pm | 2021/09/28 10:16:15 [emerg] 1#1: bind() to 127.0.0.1:9090 failed (98: Address in use)
   Tue, Sep 28 2021 6:16:16 pm | nginx: [emerg] bind() to 127.0.0.1:9090 failed (98: Address in use)
   Tue, Sep 28 2021 6:16:17 pm | 2021/09/28 10:16:15 [emerg] 1#1: bind() to 127.0.0.1:9090 failed (98: Address in use)
   Tue, Sep 28 2021 6:16:17 pm | nginx: [emerg] bind() to 127.0.0.1:9090 failed (98: Address in use)
   Tue, Sep 28 2021 6:16:17 pm | 2021/09/28 10:16:15 [emerg] 1#1: still could not bind()
   Tue, Sep 28 2021 6:16:17 pm | nginx: [emerg] still could not bind()
   
   <!--EndFragment-->
   </body>
   </html>


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



[GitHub] [apisix-ingress-controller] geffzhang edited a comment on issue #569: request help: apisix ingress controller with Dapr

Posted by GitBox <gi...@apache.org>.
geffzhang edited a comment on issue #569:
URL: https://github.com/apache/apisix-ingress-controller/issues/569#issuecomment-929053738


   @tokers  I can't inject  dapr  APISIX pod ,
   
   <html>
   <body>
   <!--StartFragment-->
   
   /usr/local/openresty/luajit/bin/luajit ./apisix/cli/apisix.lua init
   --
   Tue, Sep 28 2021 6:16:14 pm |  
   Tue, Sep 28 2021 6:16:14 pm | WARNING: using fixed Admin API token has security risk.
   Tue, Sep 28 2021 6:16:14 pm | Please modify "admin_key" in conf/config.yaml .
   Tue, Sep 28 2021 6:16:14 pm |  
   Tue, Sep 28 2021 6:16:14 pm |  
   Tue, Sep 28 2021 6:16:14 pm | /usr/local/openresty/luajit/bin/luajit ./apisix/cli/apisix.lua init_etcd
   Tue, Sep 28 2021 6:16:15 pm | 2021/09/28 10:16:15 [warn] 1#1: low address bits of 127.0.0.1/24 are meaningless in /usr/local/apisix/conf/nginx.conf:211
   Tue, Sep 28 2021 6:16:15 pm | nginx: [warn] low address bits of 127.0.0.1/24 are meaningless in /usr/local/apisix/conf/nginx.conf:211
   Tue, Sep 28 2021 6:16:15 pm | 2021/09/28 10:16:15 [emerg] 1#1: bind() to 127.0.0.1:9090 failed (98: Address in use)
   Tue, Sep 28 2021 6:16:15 pm | nginx: [emerg] bind() to 127.0.0.1:9090 failed (98: Address in use)
   Tue, Sep 28 2021 6:16:15 pm | 2021/09/28 10:16:15 [emerg] 1#1: bind() to 127.0.0.1:9090 failed (98: Address in use)
   Tue, Sep 28 2021 6:16:15 pm | nginx: [emerg] bind() to 127.0.0.1:9090 failed (98: Address in use)
   Tue, Sep 28 2021 6:16:16 pm | 2021/09/28 10:16:15 [emerg] 1#1: bind() to 127.0.0.1:9090 failed (98: Address in use)
   Tue, Sep 28 2021 6:16:16 pm | nginx: [emerg] bind() to 127.0.0.1:9090 failed (98: Address in use)
   Tue, Sep 28 2021 6:16:16 pm | 2021/09/28 10:16:15 [emerg] 1#1: bind() to 127.0.0.1:9090 failed (98: Address in use)
   Tue, Sep 28 2021 6:16:16 pm | nginx: [emerg] bind() to 127.0.0.1:9090 failed (98: Address in use)
   Tue, Sep 28 2021 6:16:17 pm | 2021/09/28 10:16:15 [emerg] 1#1: bind() to 127.0.0.1:9090 failed (98: Address in use)
   Tue, Sep 28 2021 6:16:17 pm | nginx: [emerg] bind() to 127.0.0.1:9090 failed (98: Address in use)
   Tue, Sep 28 2021 6:16:17 pm | 2021/09/28 10:16:15 [emerg] 1#1: still could not bind()
   Tue, Sep 28 2021 6:16:17 pm | nginx: [emerg] still could not bind()
   
   <!--EndFragment-->
   </body>
   </html>
   
     template:
       metadata:
         labels:
           app.kubernetes.io/instance: apisix
           app.kubernetes.io/name: apisix
   #        key: string
         annotations:
           checksum/config: ab92b8c27a350fa396338db358f4035a2a5ef493936234bc9d9746c8ef5d45ee
           dapr.io/app-id: apisix-gateway
           dapr.io/app-port: '9080'
           dapr.io/enabled: 'false'
           dapr.io/sidecar-listen-addresses: 0.0.0.0


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



[GitHub] [apisix-ingress-controller] geffzhang edited a comment on issue #569: request help: apisix ingress controller with Dapr

Posted by GitBox <gi...@apache.org>.
geffzhang edited a comment on issue #569:
URL: https://github.com/apache/apisix-ingress-controller/issues/569#issuecomment-935307672


   bash-5.1# netstat -an | grep 90
   tcp        0      0 0.0.0.0:9080            0.0.0.0:*               LISTEN      
   tcp        0      0 0.0.0.0:9080            0.0.0.0:*               LISTEN      
   tcp        0      0 127.0.0.1:9090          0.0.0.0:*               LISTEN      
   tcp        0      0 127.0.0.1:9091          0.0.0.0:*               LISTEN      
   tcp        0      0 10.244.0.16:9080        10.240.0.4:38288        ESTABLISHED 
   tcp        0      0 10.244.0.16:9080        10.240.0.6:54711        ESTABLISHED 
   tcp        0      0 10.244.0.16:9080        10.240.0.5:12667        ESTABLISHED 
   tcp        0      0 :::9080                 :::*                    LISTEN      
   tcp        0      0 :::9080                 :::*                    LISTEN      
   unix  3      [ ]         STREAM     CONNECTED     1365790 
   @tokers 9090 is https://github.com/apache/apisix-ingress-controller/blob/1c17b41249361444b5b10f4a8897f62484b545b0/test/e2e/scaffold/apisix.go#L127


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



[GitHub] [apisix-ingress-controller] geffzhang edited a comment on issue #569: request help: apisix ingress controller with Dapr

Posted by GitBox <gi...@apache.org>.
geffzhang edited a comment on issue #569:
URL: https://github.com/apache/apisix-ingress-controller/issues/569#issuecomment-929053738






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



[GitHub] [apisix-ingress-controller] geffzhang commented on issue #569: request help: apisix ingress controller with Dapr

Posted by GitBox <gi...@apache.org>.
geffzhang commented on issue #569:
URL: https://github.com/apache/apisix-ingress-controller/issues/569#issuecomment-929053738


   @tokers  I can't inject  dapr  APISIX pod ,
   
   <html>
   <body>
   <!--StartFragment-->
   
   /usr/local/openresty/luajit/bin/luajit ./apisix/cli/apisix.lua init
   --
   Tue, Sep 28 2021 6:16:14 pm |  
   Tue, Sep 28 2021 6:16:14 pm | WARNING: using fixed Admin API token has security risk.
   Tue, Sep 28 2021 6:16:14 pm | Please modify "admin_key" in conf/config.yaml .
   Tue, Sep 28 2021 6:16:14 pm |  
   Tue, Sep 28 2021 6:16:14 pm |  
   Tue, Sep 28 2021 6:16:14 pm | /usr/local/openresty/luajit/bin/luajit ./apisix/cli/apisix.lua init_etcd
   Tue, Sep 28 2021 6:16:15 pm | 2021/09/28 10:16:15 [warn] 1#1: low address bits of 127.0.0.1/24 are meaningless in /usr/local/apisix/conf/nginx.conf:211
   Tue, Sep 28 2021 6:16:15 pm | nginx: [warn] low address bits of 127.0.0.1/24 are meaningless in /usr/local/apisix/conf/nginx.conf:211
   Tue, Sep 28 2021 6:16:15 pm | 2021/09/28 10:16:15 [emerg] 1#1: bind() to 127.0.0.1:9090 failed (98: Address in use)
   Tue, Sep 28 2021 6:16:15 pm | nginx: [emerg] bind() to 127.0.0.1:9090 failed (98: Address in use)
   Tue, Sep 28 2021 6:16:15 pm | 2021/09/28 10:16:15 [emerg] 1#1: bind() to 127.0.0.1:9090 failed (98: Address in use)
   Tue, Sep 28 2021 6:16:15 pm | nginx: [emerg] bind() to 127.0.0.1:9090 failed (98: Address in use)
   Tue, Sep 28 2021 6:16:16 pm | 2021/09/28 10:16:15 [emerg] 1#1: bind() to 127.0.0.1:9090 failed (98: Address in use)
   Tue, Sep 28 2021 6:16:16 pm | nginx: [emerg] bind() to 127.0.0.1:9090 failed (98: Address in use)
   Tue, Sep 28 2021 6:16:16 pm | 2021/09/28 10:16:15 [emerg] 1#1: bind() to 127.0.0.1:9090 failed (98: Address in use)
   Tue, Sep 28 2021 6:16:16 pm | nginx: [emerg] bind() to 127.0.0.1:9090 failed (98: Address in use)
   Tue, Sep 28 2021 6:16:17 pm | 2021/09/28 10:16:15 [emerg] 1#1: bind() to 127.0.0.1:9090 failed (98: Address in use)
   Tue, Sep 28 2021 6:16:17 pm | nginx: [emerg] bind() to 127.0.0.1:9090 failed (98: Address in use)
   Tue, Sep 28 2021 6:16:17 pm | 2021/09/28 10:16:15 [emerg] 1#1: still could not bind()
   Tue, Sep 28 2021 6:16:17 pm | nginx: [emerg] still could not bind()
   
   <!--EndFragment-->
   </body>
   </html>


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



[GitHub] [apisix-ingress-controller] geffzhang edited a comment on issue #569: request help: apisix ingress controller with Dapr

Posted by GitBox <gi...@apache.org>.
geffzhang edited a comment on issue #569:
URL: https://github.com/apache/apisix-ingress-controller/issues/569#issuecomment-937619712


   Find the cause, start normally,
   I can use apisix directly without using Ingress Controller 


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



[GitHub] [apisix-ingress-controller] gxthrj commented on issue #569: request help: apisix ingress controller with Dapr

Posted by GitBox <gi...@apache.org>.
gxthrj commented on issue #569:
URL: https://github.com/apache/apisix-ingress-controller/issues/569#issuecomment-929296109


   From the logs 'Tue, Sep 28 2021 6:16:17 pm | nginx: [emerg] bind() to 127.0.0.1:9090 failed (98: Address in use)', should check the configurations about port both in apisix and dapr.


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



[GitHub] [apisix-ingress-controller] tao12345666333 removed a comment on issue #569: request help: apisix ingress controller with Dapr

Posted by GitBox <gi...@apache.org>.
tao12345666333 removed a comment on issue #569:
URL: https://github.com/apache/apisix-ingress-controller/issues/569#issuecomment-1015106921


   https://apisix.apache.org/zh/blog/2021/11/17/dapr-with-apisix/#%E5%9F%BA%E6%9C%AC%E9%A1%B9%E7%9B%AE%E6%A6%82%E8%A7%88
   
   We have a blog post for this one. 
   
   


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



[GitHub] [apisix-ingress-controller] gxthrj commented on issue #569: request help: apisix ingress controller with Dapr

Posted by GitBox <gi...@apache.org>.
gxthrj commented on issue #569:
URL: https://github.com/apache/apisix-ingress-controller/issues/569#issuecomment-929296109


   From the logs 'Tue, Sep 28 2021 6:16:17 pm | nginx: [emerg] bind() to 127.0.0.1:9090 failed (98: Address in use)', should check the configurations about port both in apisix and dapr.


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



[GitHub] [apisix-ingress-controller] geffzhang edited a comment on issue #569: request help: apisix ingress controller with Dapr

Posted by GitBox <gi...@apache.org>.
geffzhang edited a comment on issue #569:
URL: https://github.com/apache/apisix-ingress-controller/issues/569#issuecomment-929053738


   @tokers  I can't inject  dapr  APISIX pod ,
   
   <html>
   <body>
   <!--StartFragment-->
   
   /usr/local/openresty/luajit/bin/luajit ./apisix/cli/apisix.lua init
   --
   Tue, Sep 28 2021 6:16:14 pm |  
   Tue, Sep 28 2021 6:16:14 pm | WARNING: using fixed Admin API token has security risk.
   Tue, Sep 28 2021 6:16:14 pm | Please modify "admin_key" in conf/config.yaml .
   Tue, Sep 28 2021 6:16:14 pm |  
   Tue, Sep 28 2021 6:16:14 pm |  
   Tue, Sep 28 2021 6:16:14 pm | /usr/local/openresty/luajit/bin/luajit ./apisix/cli/apisix.lua init_etcd
   Tue, Sep 28 2021 6:16:15 pm | 2021/09/28 10:16:15 [warn] 1#1: low address bits of 127.0.0.1/24 are meaningless in /usr/local/apisix/conf/nginx.conf:211
   Tue, Sep 28 2021 6:16:15 pm | nginx: [warn] low address bits of 127.0.0.1/24 are meaningless in /usr/local/apisix/conf/nginx.conf:211
   Tue, Sep 28 2021 6:16:15 pm | 2021/09/28 10:16:15 [emerg] 1#1: bind() to 127.0.0.1:9090 failed (98: Address in use)
   Tue, Sep 28 2021 6:16:15 pm | nginx: [emerg] bind() to 127.0.0.1:9090 failed (98: Address in use)
   Tue, Sep 28 2021 6:16:15 pm | 2021/09/28 10:16:15 [emerg] 1#1: bind() to 127.0.0.1:9090 failed (98: Address in use)
   Tue, Sep 28 2021 6:16:15 pm | nginx: [emerg] bind() to 127.0.0.1:9090 failed (98: Address in use)
   Tue, Sep 28 2021 6:16:16 pm | 2021/09/28 10:16:15 [emerg] 1#1: bind() to 127.0.0.1:9090 failed (98: Address in use)
   Tue, Sep 28 2021 6:16:16 pm | nginx: [emerg] bind() to 127.0.0.1:9090 failed (98: Address in use)
   Tue, Sep 28 2021 6:16:16 pm | 2021/09/28 10:16:15 [emerg] 1#1: bind() to 127.0.0.1:9090 failed (98: Address in use)
   Tue, Sep 28 2021 6:16:16 pm | nginx: [emerg] bind() to 127.0.0.1:9090 failed (98: Address in use)
   Tue, Sep 28 2021 6:16:17 pm | 2021/09/28 10:16:15 [emerg] 1#1: bind() to 127.0.0.1:9090 failed (98: Address in use)
   Tue, Sep 28 2021 6:16:17 pm | nginx: [emerg] bind() to 127.0.0.1:9090 failed (98: Address in use)
   Tue, Sep 28 2021 6:16:17 pm | 2021/09/28 10:16:15 [emerg] 1#1: still could not bind()
   Tue, Sep 28 2021 6:16:17 pm | nginx: [emerg] still could not bind()
   
   <!--EndFragment-->
   </body>
   </html>
   
     template:
       metadata:
         labels:
           app.kubernetes.io/instance: apisix
           app.kubernetes.io/name: apisix
         annotations:
           checksum/config: ab92b8c27a350fa396338db358f4035a2a5ef493936234bc9d9746c8ef5d45ee
           dapr.io/app-id: apisix-gateway
           dapr.io/app-port: '9080'
           dapr.io/enabled: 'false'
           dapr.io/sidecar-listen-addresses: 0.0.0.0


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



[GitHub] [apisix-ingress-controller] tokers commented on issue #569: request help: apisix ingress controller with Dapr

Posted by GitBox <gi...@apache.org>.
tokers commented on issue #569:
URL: https://github.com/apache/apisix-ingress-controller/issues/569#issuecomment-937484494


   This is the default APISIX control API listening port, from the result of the `netstat` we cannot determine which process occupies it. Could you use `lsof` or other utilities to show the process?


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