[GitHub] [apisix] spacewander commented on pull request #5728: fix(ua-restriction): refine the ua-restriction plugin configuration checksum logic

2021-12-16 Thread GitBox
spacewander commented on pull request #5728: URL: https://github.com/apache/apisix/pull/5728#issuecomment-996338635 @zuiyangqingzhou Would you update the test to make CI pass? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[GitHub] [apisix] spacewander merged pull request #5828: docs: fix typo introduced in the refactor

2021-12-16 Thread GitBox
spacewander merged pull request #5828: URL: https://github.com/apache/apisix/pull/5828 -- 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: notificatio

[apisix] branch master updated (a68a03c -> b1cd36f)

2021-12-16 Thread spacewander
This is an automated email from the ASF dual-hosted git repository. spacewander pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/apisix.git. from a68a03c docs: Fix typo in documentation (#5830) add b1cd36f docs: fix typo introduced in the refactor (#5

[GitHub] [apisix] nic-chen commented on issue #5796: bug: The traffic split plug-in runs and reports an error according to the official configuration

2021-12-16 Thread GitBox
nic-chen commented on issue #5796: URL: https://github.com/apache/apisix/issues/5796#issuecomment-996251938 > > ```lua > > > [[{"disable":false,"rules":[{"match":[{"vars":[["arg_shop","==","aa"]]}],"weighted_upstreams":[{"upstream":{"name":"upstream_A","nodes":{"uat-open-app-ads.

[GitHub] [apisix] danielkocot commented on issue #5802: bug: no connection to MQTT broker possible by using mqtt_proxy

2021-12-16 Thread GitBox
danielkocot commented on issue #5802: URL: https://github.com/apache/apisix/issues/5802#issuecomment-996245043 I used the mqtt client from HiveMQ. Now I used mosquito_pub with `mosquitto_pub -t test -m "Hello" -h 127.0.0.1 -p 9100` and the result is `Error: The connection is lost`. --

[GitHub] [apisix-dashboard] nic-chen commented on issue #2246: [openapi upload error] kin-openapi lastest version is 0.86.0, and our go.mod version is 0.32.0

2021-12-16 Thread GitBox
nic-chen commented on issue #2246: URL: https://github.com/apache/apisix-dashboard/issues/2246#issuecomment-996248817 LGTM -- 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.

[GitHub] [apisix-dashboard] nic-chen commented on a change in pull request #2247: update the kin-openapi to v0.86.0

2021-12-16 Thread GitBox
nic-chen commented on a change in pull request #2247: URL: https://github.com/apache/apisix-dashboard/pull/2247#discussion_r770968693 ## File path: api/internal/handler/data_loader/route_import.go ## @@ -147,7 +147,7 @@ func (h *ImportHandler) Import(c droplet.Context) (interf

[GitHub] [apisix-dashboard] zaunist opened a new pull request #2250: feat: add append query string to redirect

2021-12-16 Thread GitBox
zaunist opened a new pull request #2250: URL: https://github.com/apache/apisix-dashboard/pull/2250 Please answer these questions before submitting a pull request, **or your PR will get closed**. **Why submit this pull request?** - [ ] Bugfix - [x] New feature provided -

[GitHub] [apisix] xetraforest-fenghan opened a new pull request #5835: add openwhisk apisix lua and t file

2021-12-16 Thread GitBox
xetraforest-fenghan opened a new pull request #5835: URL: https://github.com/apache/apisix/pull/5835 ### What this PR does / why we need it: ### Pre-submission checklist: * [ x] Did you explain what problem does this PR solve? Or what new features have been add

[GitHub] [apisix] tzssangglass commented on issue #5767: bug: nacos.lua make some duplicate instance

2021-12-16 Thread GitBox
tzssangglass commented on issue #5767: URL: https://github.com/apache/apisix/issues/5767#issuecomment-995934980 do the following request to your nacos and what do you get ``` curl -X GET '127.0.0.1:8848/nacos/v1/ns/instance/list?healthyOnly=true&serviceName= demo1026' ``` --

[GitHub] [apisix] tzssangglass edited a comment on issue #5767: bug: nacos.lua make some duplicate instance

2021-12-16 Thread GitBox
tzssangglass edited a comment on issue #5767: URL: https://github.com/apache/apisix/issues/5767#issuecomment-995934980 do the following request to your nacos and what do you get ``` curl -X GET '127.0.0.1:8848/nacos/v1/ns/instance/list?healthyOnly=true&serviceName=demo1026' ```

[GitHub] [apisix] tzssangglass commented on issue #5796: bug: The traffic split plug-in runs and reports an error according to the official configuration

2021-12-16 Thread GitBox
tzssangglass commented on issue #5796: URL: https://github.com/apache/apisix/issues/5796#issuecomment-995924387 > ```lua > [[{"disable":false,"rules":[{"match":[{"vars":[["arg_shop","==","aa"]]}],"weighted_upstreams":[{"upstream":{"name":"upstream_A","nodes":{"uat-open-app-ads.uat.sv

[GitHub] [apisix] lizhouyang opened a new issue #5834: request help: how to set redirect_uri, when i use openid-connect

2021-12-16 Thread GitBox
lizhouyang opened a new issue #5834: URL: https://github.com/apache/apisix/issues/5834 ### Issue description hello , i use [spring-authorization-server](https://github.com/spring-projects/spring-authorization-server) as a OpenID authorization server. It requires a redirect_uri to li

[GitHub] [apisix-docker] bzp2010 edited a comment on pull request #254: feat: bump APISIX Dashboard to 2.10

2021-12-16 Thread GitBox
bzp2010 edited a comment on pull request #254: URL: https://github.com/apache/apisix-docker/pull/254#issuecomment-995899930 # Please don't merge for now, I can't get the local build test to pass correctly. -- This is an automated message from the Apache Git Service. To respond to the mes

[GitHub] [apisix-docker] bzp2010 commented on pull request #254: feat: bump APISIX Dashboard to 2.10

2021-12-16 Thread GitBox
bzp2010 commented on pull request #254: URL: https://github.com/apache/apisix-docker/pull/254#issuecomment-995899930 Please don't merge for now ! -- 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

[GitHub] [apisix-java-plugin-runner] RagavMaddali commented on issue #65: java.lang.IllegalStateException: Failed to execute CommandLineRunner

2021-12-16 Thread GitBox
RagavMaddali commented on issue #65: URL: https://github.com/apache/apisix-java-plugin-runner/issues/65#issuecomment-995822594 > if you use mac m1, please import the aarch64 version of the netty-transport-native-kqueue package > in other cases, please check the permissions of the runner

[GitHub] [apisix-java-plugin-runner] arabot777 commented on issue #65: java.lang.IllegalStateException: Failed to execute CommandLineRunner

2021-12-16 Thread GitBox
arabot777 commented on issue #65: URL: https://github.com/apache/apisix-java-plugin-runner/issues/65#issuecomment-995818872 > 1. if you use mac m1, please import the aarch64 version of the netty-transport-native-kqueue package 2. in other cases, please check the permissions of the r

[GitHub] [apisix-java-plugin-runner] RagavMaddali commented on issue #65: java.lang.IllegalStateException: Failed to execute CommandLineRunner

2021-12-16 Thread GitBox
RagavMaddali commented on issue #65: URL: https://github.com/apache/apisix-java-plugin-runner/issues/65#issuecomment-995804317 do we have a way to resolve the issue -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[GitHub] [apisix] Josh-Cena commented on pull request #5823: docs: remove the redundant space between Chinese characters

2021-12-16 Thread GitBox
Josh-Cena commented on pull request #5823: URL: https://github.com/apache/apisix/pull/5823#issuecomment-995796155 Hold on, why close this? Are we going to come up with a better resolution or is this just wontfix? I honestly think this is a legitimate fix and we can just fix this everywhere

[GitHub] [apisix] Nidaozi closed pull request #5823: docs: remove the redundant space between Chinese characters

2021-12-16 Thread GitBox
Nidaozi closed pull request #5823: URL: https://github.com/apache/apisix/pull/5823 -- 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-u

[GitHub] [apisix] Nidaozi commented on a change in pull request #5823: docs: remove the redundant space between Chinese characters

2021-12-16 Thread GitBox
Nidaozi commented on a change in pull request #5823: URL: https://github.com/apache/apisix/pull/5823#discussion_r770516115 ## File path: docs/zh/latest/architecture-design/plugin.md ## @@ -26,8 +26,8 @@ title: Plugin `Plugin` 配置可直接绑定在 `Route` 上,也可以被绑定在 `Service` 或 `Consumer`上。

[GitHub] [apisix] juzhiyuan commented on pull request #5831: feat: add `file-logger` plugin

2021-12-16 Thread GitBox
juzhiyuan commented on pull request #5831: URL: https://github.com/apache/apisix/pull/5831#issuecomment-995739305 Hi, maybe you'd better add a TODO checklist in this PR's description 🤔 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [apisix-dashboard] juzhiyuan commented on issue #2246: [openapi upload error] kin-openapi lastest version is 0.86.0, and our go.mod version is 0.32.0

2021-12-16 Thread GitBox
juzhiyuan commented on issue #2246: URL: https://github.com/apache/apisix-dashboard/issues/2246#issuecomment-995726005 > Of course that we may miss some route's parameter. And we could make sure all parameters that Apache APISIX needs are kept? 😄 -- This is an automated message fr

[GitHub] [apisix] webfrogs opened a new pull request #5832: doc: fix typo in reqeust-id plugin documents.

2021-12-16 Thread GitBox
webfrogs opened a new pull request #5832: URL: https://github.com/apache/apisix/pull/5832 ### What this PR does / why we need it: fix typo in snowflake documents ### Pre-submission checklist: * [x] Did you explain what problem does this PR solve? Or what

[GitHub] [apisix-dashboard] nimohunter commented on issue #2246: [openapi upload error] kin-openapi lastest version is 0.86.0, and our go.mod version is 0.32.0

2021-12-16 Thread GitBox
nimohunter commented on issue #2246: URL: https://github.com/apache/apisix-dashboard/issues/2246#issuecomment-995686769 > > so can i move the swagger json path summary as operationId? > > Actually, I'm not very sure about this, may need @nic-chen's help to have a check. thank

[GitHub] [apisix] guoqqqi opened a new pull request #5831: feat: add `file-logger` plugin

2021-12-16 Thread GitBox
guoqqqi opened a new pull request #5831: URL: https://github.com/apache/apisix/pull/5831 ### What this PR does / why we need it: 1. add file-logger plugin Related: Discuss on the [mailing list](https://mail.google.com/mail/u/0/?zx=ynbavjb165m7#inbox/QgrcJHsHnPNSqGvMKclFwpZBtkf

[GitHub] [apisix] panhow commented on issue #3498: apisix access have 500 status code

2021-12-16 Thread GitBox
panhow commented on issue #3498: URL: https://github.com/apache/apisix/issues/3498#issuecomment-995632845 > @panhow this issue is old. > > you can create a new issue with your reproduce steps(apisix version, os version, etc.) > > https://github.com/apache/apisix/issues/new?as

[GitHub] [apisix] nic-chen commented on issue #5796: bug: The traffic split plug-in runs and reports an error according to the official configuration

2021-12-16 Thread GitBox
nic-chen commented on issue #5796: URL: https://github.com/apache/apisix/issues/5796#issuecomment-995630190 hi @tzssangglass Do you have time to help take a look? thanks! The script generated by the dashboard looks like this: ```lua local core = require("apisix.core")

[GitHub] [apisix] zaunist commented on issue #5817: request help: mac m1 make install error cannot mkdir /usr/share/lua

2021-12-16 Thread GitBox
zaunist commented on issue #5817: URL: https://github.com/apache/apisix/issues/5817#issuecomment-995626061 Hi, @zjzwjcbj . It's recommend to develop on Linux. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [apisix-ingress-controller] tokers commented on issue #799: proposal: Add annotations to combine ApisixPluginConfig with k8s ingress resource

2021-12-16 Thread GitBox
tokers commented on issue #799: URL: https://github.com/apache/apisix-ingress-controller/issues/799#issuecomment-995625284 @lxm Assigned! -- 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 spe

[GitHub] [apisix] github-actions[bot] commented on issue #3159: request help: when config one route,but post failed

2021-12-16 Thread GitBox
github-actions[bot] commented on issue #3159: URL: https://github.com/apache/apisix/issues/3159#issuecomment-995620937 This issue has been marked as stale due to 350 days of inactivity. It will be closed in 2 weeks if no further activity occurs. If this issue is still relevant, please simp

[GitHub] [apisix] tokers commented on pull request #5825: feat: upgrade luarocks to 3.8.0 which converts git:// to https://

2021-12-16 Thread GitBox
tokers commented on pull request #5825: URL: https://github.com/apache/apisix/pull/5825#issuecomment-995615095 Not sure whether this is good for the user experience as it adds more constraints for the version of luarocks. -- This is an automated message from the Apache Git Service. To re

[GitHub] [apisix] juzhiyuan commented on a change in pull request #5823: docs: remove the redundant space between Chinese characters

2021-12-16 Thread GitBox
juzhiyuan commented on a change in pull request #5823: URL: https://github.com/apache/apisix/pull/5823#discussion_r770384060 ## File path: docs/zh/latest/architecture-design/plugin.md ## @@ -26,8 +26,8 @@ title: Plugin `Plugin` 配置可直接绑定在 `Route` 上,也可以被绑定在 `Service` 或 `Consumer`

[GitHub] [apisix] juzhiyuan commented on pull request #5829: docs: add offline install to 'how-to-build.md'

2021-12-16 Thread GitBox
juzhiyuan commented on pull request #5829: URL: https://github.com/apache/apisix/pull/5829#issuecomment-995612651 > > Contents LGTM, just to make sure, the `./apisix` folder is created from where? > > @juzhiyuan I'm not sure what do you mean , `sudo mkdir -p apisix` this step is to

[GitHub] [apisix] 123liubao commented on a change in pull request #5829: docs: add offline install to 'how-to-build.md'

2021-12-16 Thread GitBox
123liubao commented on a change in pull request #5829: URL: https://github.com/apache/apisix/pull/5829#discussion_r770372456 ## File path: docs/en/latest/how-to-build.md ## @@ -54,6 +54,23 @@ $ sudo yum --showduplicates list apisix $ sudo yum install apisix ``` +### Install

[GitHub] [apisix] 123liubao commented on a change in pull request #5829: docs: add offline install to 'how-to-build.md'

2021-12-16 Thread GitBox
123liubao commented on a change in pull request #5829: URL: https://github.com/apache/apisix/pull/5829#discussion_r770372711 ## File path: docs/zh/latest/how-to-build.md ## @@ -54,6 +54,23 @@ $ sudo yum --showduplicates list apisix $ sudo yum install apisix ``` +### 通过 RPM

[GitHub] [apisix] Josh-Cena commented on a change in pull request #5823: docs: remove the redundant space between Chinese characters

2021-12-16 Thread GitBox
Josh-Cena commented on a change in pull request #5823: URL: https://github.com/apache/apisix/pull/5823#discussion_r770361686 ## File path: docs/zh/latest/architecture-design/plugin.md ## @@ -26,8 +26,8 @@ title: Plugin `Plugin` 配置可直接绑定在 `Route` 上,也可以被绑定在 `Service` 或 `Consumer`

[GitHub] [apisix] leslie-tsang commented on a change in pull request #5829: docs: add offline install to 'how-to-build.md'

2021-12-16 Thread GitBox
leslie-tsang commented on a change in pull request #5829: URL: https://github.com/apache/apisix/pull/5829#discussion_r770354967 ## File path: docs/zh/latest/how-to-build.md ## @@ -54,6 +54,23 @@ $ sudo yum --showduplicates list apisix $ sudo yum install apisix ``` +### 通过 R

[GitHub] [apisix] xuminwlt commented on issue #5817: request help: mac m1 make install error cannot mkdir /usr/share/lua

2021-12-16 Thread GitBox
xuminwlt commented on issue #5817: URL: https://github.com/apache/apisix/issues/5817#issuecomment-995587417 It is not the problem of M1, but also the permissions of MAC system to system path.see "macos sip". -- This is an automated message from the Apache Git Service. To respond to the m

[GitHub] [apisix] shuaijinchao commented on a change in pull request #5820: fix(sls-logger): log entry unable get millisecond timestamp

2021-12-16 Thread GitBox
shuaijinchao commented on a change in pull request #5820: URL: https://github.com/apache/apisix/pull/5820#discussion_r770352424 ## File path: t/plugin/sls-logger.t ## @@ -188,9 +184,41 @@ hello world ngx.say(data) } } request -GET /t --- respons

[GitHub] [apisix] spacewander commented on issue #5802: bug: no connection to MQTT broker possible by using mqtt_proxy

2021-12-16 Thread GitBox
spacewander commented on issue #5802: URL: https://github.com/apache/apisix/issues/5802#issuecomment-995579251 I tried `mosquitto_pub -t test -m "Hello" -h 127.0.0.1 -p 9100` & `mosquitto_sub -t test -v`, and it worked well with me. Maybe you can provide the detailed commands & confi

[GitHub] [apisix] leslie-tsang commented on pull request #5829: docs: add offline install to 'how-to-build.md'

2021-12-16 Thread GitBox
leslie-tsang commented on pull request #5829: URL: https://github.com/apache/apisix/pull/5829#issuecomment-995577091 > Contents LGTM, just to make sure, the `./apisix` folder is created from where? folder `./apisix` create by CMD `sudo mkdir -p apisix`, user can replace it with any

[GitHub] [apisix] spacewander commented on a change in pull request #5820: fix(sls-logger): log entry unable get millisecond timestamp

2021-12-16 Thread GitBox
spacewander commented on a change in pull request #5820: URL: https://github.com/apache/apisix/pull/5820#discussion_r770344198 ## File path: t/plugin/sls-logger.t ## @@ -188,9 +184,41 @@ hello world ngx.say(data) } } request -GET /t --- response

[GitHub] [apisix] 123liubao commented on pull request #5829: docs: add offline install to 'how-to-build.md'

2021-12-16 Thread GitBox
123liubao commented on pull request #5829: URL: https://github.com/apache/apisix/pull/5829#issuecomment-995574556 > Contents LGTM, just to make sure, the `./apisix` folder is created from where? @juzhiyuan I'm not sure what do you mean , `sudo mkdir -p apisix` this step is to create

[GitHub] [apisix] spacewander commented on pull request #5829: docs: add offline install to 'how-to-build.md'

2021-12-16 Thread GitBox
spacewander commented on pull request #5829: URL: https://github.com/apache/apisix/pull/5829#issuecomment-995573256 @leslie-tsang Please take a look. -- 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 t

[apisix] branch master updated (de65fc4 -> a68a03c)

2021-12-16 Thread spacewander
This is an automated email from the ASF dual-hosted git repository. spacewander pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/apisix.git. from de65fc4 fix(mqtt-proxy): client id can be empty (#5816) add a68a03c docs: Fix typo in documentation (#583

[GitHub] [apisix] spacewander commented on pull request #5825: feat: upgrade luarocks to 3.8.0 which converts git:// to https://

2021-12-16 Thread GitBox
spacewander commented on pull request #5825: URL: https://github.com/apache/apisix/pull/5825#issuecomment-995572479 Luarocks automatically handles the URL conversion in this commit: https://github.com/luarocks/luarocks/commit/9ff512e35455939f02eaec2318e3acc77782fdeb, which is included in v

[GitHub] [apisix] spacewander merged pull request #5830: docs: Fix typo in documentation

2021-12-16 Thread GitBox
spacewander merged pull request #5830: URL: https://github.com/apache/apisix/pull/5830 -- 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: notificatio

[GitHub] [apisix] leslie-tsang commented on pull request #5727: feat: add CSRF plugin

2021-12-16 Thread GitBox
leslie-tsang commented on pull request #5727: URL: https://github.com/apache/apisix/pull/5727#issuecomment-995569788 > Would you please take a look when you have time? Thanks. Hello there, Would you mind to pass the CI test first ? -- This is an automated message from the Apache Gi

[GitHub] [apisix] leslie-tsang commented on a change in pull request #5727: feat: add CSRF plugin

2021-12-16 Thread GitBox
leslie-tsang commented on a change in pull request #5727: URL: https://github.com/apache/apisix/pull/5727#discussion_r770335616 ## File path: apisix/plugins/csrf.lua ## @@ -0,0 +1,169 @@ +-- +-- Licensed to the Apache Software Foundation (ASF) under one or more +-- contributor

[GitHub] [apisix-docker] bzp2010 edited a comment on pull request #254: feat: bump APISIX Dashboard to 2.10

2021-12-16 Thread GitBox
bzp2010 edited a comment on pull request #254: URL: https://github.com/apache/apisix-docker/pull/254#issuecomment-995530108 Hi, all. PTAL, however, it should be noted that these modifications cannot be tested by CI, and CI can only be triggered by `push`, so please look at the modification

[GitHub] [apisix] tao12345666333 commented on pull request #5825: feat: upgrade luarocks to 3.8.0 which converts git:// to https://

2021-12-16 Thread GitBox
tao12345666333 commented on pull request #5825: URL: https://github.com/apache/apisix/pull/5825#issuecomment-995552921 I am not familiar with the operating mechanism of luarocks. :face_exhaling: Is there any explanation or release note for this change? -- This is an automated message fro

[GitHub] [apisix-dashboard] zaunist commented on issue #2095: Feature request: support appending query string in redirect plugin

2021-12-16 Thread GitBox
zaunist commented on issue #2095: URL: https://github.com/apache/apisix-dashboard/issues/2095#issuecomment-995549545 > @zaunist could you help to check this? A great pleasure -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[apisix-dashboard] branch master updated (4ee0021 -> 0b1abaf)

2021-12-16 Thread juzhiyuan
This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git. from 4ee0021 feat: use apisix-build-tools master branch (#2249) add 0b1abaf test(balancer): migrate ba

[GitHub] [apisix-dashboard] juzhiyuan commented on issue #2095: Feature request: support appending query string in redirect plugin

2021-12-16 Thread GitBox
juzhiyuan commented on issue #2095: URL: https://github.com/apache/apisix-dashboard/issues/2095#issuecomment-995541322 @zaunist could you help to check this? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [apisix-dashboard] juzhiyuan merged pull request #2237: test(balancer): migrate balancer test to ginkgo implement

2021-12-16 Thread GitBox
juzhiyuan merged pull request #2237: URL: https://github.com/apache/apisix-dashboard/pull/2237 -- 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: not

[GitHub] [apisix-dashboard] juzhiyuan commented on issue #2246: [openapi upload error] kin-openapi lastest version is 0.86.0, and our go.mod version is 0.32.0

2021-12-16 Thread GitBox
juzhiyuan commented on issue #2246: URL: https://github.com/apache/apisix-dashboard/issues/2246#issuecomment-995540467 > so can i move the swagger json path summary as operationId? Actually, I'm not very sure about this, may need @nic-chen's help to have a check. -- This is an au

[GitHub] [apisix] juzhiyuan commented on issue #5708: request help: go-plugin-runner error after starting in debug mode

2021-12-16 Thread GitBox
juzhiyuan commented on issue #5708: URL: https://github.com/apache/apisix/issues/5708#issuecomment-995538311 > Bro, I also met the general problem, can you tell me how to solve it? Hi, please create a new issue and attach the detailed reproduction steps, so we could help you :) --

[GitHub] [apisix-docker] bzp2010 commented on pull request #254: feat: bump APISIX Dashboard 2.10

2021-12-16 Thread GitBox
bzp2010 commented on pull request #254: URL: https://github.com/apache/apisix-docker/pull/254#issuecomment-995530108 Hi, @nic-chen. PTAL, however, it should be noted that these modifications cannot be tested by CI, and CI can only be triggered by `push`, so please look at the modifications

[GitHub] [apisix-docker] vcqr commented on issue #227: 2379: bind: address already in use

2021-12-16 Thread GitBox
vcqr commented on issue #227: URL: https://github.com/apache/apisix-docker/issues/227#issuecomment-995528924 > > @biubiue do you still have this issue? > > I has resolved this problem , by stop my local k8s 这样是正解 -- This is an automated message from the Apache Git Servic

<    1   2