[GitHub] [apisix] tzssangglass commented on issue #5723: CPU usage gets higher when Apache APISIX is running a long time

2021-12-07 Thread GitBox
tzssangglass commented on issue #5723: URL: https://github.com/apache/apisix/issues/5723#issuecomment-987934535 related to: https://github.com/apache/apisix/issues/5692 can you provide packet capture data for the network between apisix and etcd? -- This is an automated message

[GitHub] [apisix] tzssangglass commented on issue #5596: request help: customize Nginx variable in the configuration

2021-12-07 Thread GitBox
tzssangglass commented on issue #5596: URL: https://github.com/apache/apisix/issues/5596#issuecomment-987926989 > so maybe we are missing an http_server_location_configuration_snippet item. Yes, that's what I mean about our lack of provision for users to set custom variables. Would

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

2021-12-07 Thread GitBox
juzhiyuan commented on pull request #5728: URL: https://github.com/apache/apisix/pull/5728#issuecomment-987915927 @zuiyangqingzhou Hi, please also update 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] juzhiyuan commented on a change in pull request #5728: refine the ua-restriction plugin configuration checksum logic

2021-12-07 Thread GitBox
juzhiyuan commented on a change in pull request #5728: URL: https://github.com/apache/apisix/pull/5728#discussion_r763979941 ## File path: apisix/plugins/ua-restriction.lua ## @@ -34,11 +35,11 @@ local schema = { type = "boolean", default = false,

[GitHub] [apisix] tzssangglass commented on issue #5706: request help: How to route according to the configuration of nacos metadata?

2021-12-07 Thread GitBox
tzssangglass commented on issue #5706: URL: https://github.com/apache/apisix/issues/5706#issuecomment-987915215 Maybe we can enhance nacos discovery to make it work. Would anyone like to give a detailed example? For example, from which interface of nacos do we get information? What

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

2021-12-07 Thread GitBox
juzhiyuan commented on a change in pull request #5727: URL: https://github.com/apache/apisix/pull/5727#discussion_r763978097 ## File path: apisix/plugins/csrf.lua ## @@ -0,0 +1,150 @@ +local core= require("apisix.core") +local ngx = ngx +local plugin_name =

[GitHub] [apisix] juzhiyuan commented on pull request #5686: feat: add a tool that can help users quickly try your project

2021-12-07 Thread GitBox
juzhiyuan commented on pull request #5686: URL: https://github.com/apache/apisix/pull/5686#issuecomment-987909316 > > IMO, we need to discuss in ML first, TeamCode is a commercial product and requires user login to use > > Hi, I sent a mail to the address:

[GitHub] [apisix] juzhiyuan commented on issue #5719: bug: 当我使用kafka-logger插件时候,kafka里没有获取到写入时间

2021-12-07 Thread GitBox
juzhiyuan commented on issue #5719: URL: https://github.com/apache/apisix/issues/5719#issuecomment-987908278 Hi, could you please provide more steps so I could reproduce it? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [apisix] xuminwlt commented on issue #5706: request help: How to route according to the configuration of nacos metadata?

2021-12-07 Thread GitBox
xuminwlt commented on issue #5706: URL: https://github.com/apache/apisix/issues/5706#issuecomment-987902430 +1 need too. -- 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

[GitHub] [apisix] xuminwlt opened a new issue #5729: request help: module 'toolkit.json' not found when use test-nginx for unit test

2021-12-07 Thread GitBox
xuminwlt opened a new issue #5729: URL: https://github.com/apache/apisix/issues/5729 ### Issue description ![image](https://user-images.githubusercontent.com/5835937/145031554-91ed0c6e-f69d-4d9f-a290-5dcaeab8bee1.png) test-nginx project is clone like this root/ is

[GitHub] [apisix-ingress-controller] tokers commented on issue #784: request help: regex_uri in proxy-rewriter

2021-12-07 Thread GitBox
tokers commented on issue #784: URL: https://github.com/apache/apisix-ingress-controller/issues/784#issuecomment-987894374 > ``` > > apiVersion: apisix.apache.org/v2beta2 > > kind: ApisixRoute > > metadata: > > name: frontend-route > > spec: > >

[GitHub] [apisix] tokers commented on pull request #5718: docs: refactor Installation Guide

2021-12-07 Thread GitBox
tokers commented on pull request #5718: URL: https://github.com/apache/apisix/pull/5718#issuecomment-987891961 > > docs: refactor Installation Guide > > > > Hi @tzssangglass, I'm confused by this file  Because this file's title is `How to build Apache APISIX`, it's more

[GitHub] [apisix-ingress-controller] tokers commented on a change in pull request #774: fix: delete the cluster object when give up the leadership

2021-12-07 Thread GitBox
tokers commented on a change in pull request #774: URL: https://github.com/apache/apisix-ingress-controller/pull/774#discussion_r763953716 ## File path: tools.go ## @@ -1,3 +1,4 @@ +//go:build tools Review comment: I have updated it but I don't have time to validate

[GitHub] [apisix] tokers commented on a change in pull request #5728: refine the ua-restriction plugin configuration checksum logic

2021-12-07 Thread GitBox
tokers commented on a change in pull request #5728: URL: https://github.com/apache/apisix/pull/5728#discussion_r763952504 ## File path: apisix/plugins/ua-restriction.lua ## @@ -34,11 +35,11 @@ local schema = { type = "boolean", default = false,

[GitHub] [apisix] juzhiyuan commented on pull request #5449: feat(oidc): make it possible to validate tokens against provider host…

2021-12-07 Thread GitBox
juzhiyuan commented on pull request #5449: URL: https://github.com/apache/apisix/pull/5449#issuecomment-987879068 > Author of the PR here, just to avoid confusion. I have deployed the above fix already internally and its working there for me. From what I can see here merging is currently

[GitHub] [apisix] anderseknert commented on issue #5714: Proposal: support OpenPolicyAgent for access control

2021-12-07 Thread GitBox
anderseknert commented on issue #5714: URL: https://github.com/apache/apisix/issues/5714#issuecomment-987872952 Thanks for raising this @bzp2010  Let me know if there's any questions along the way with regards to OPA, and I'd be happy to answer them :) As for the suggested input

[GitHub] [apisix-ingress-controller] lxm commented on pull request #779: feat: support regex in path

2021-12-07 Thread GitBox
lxm commented on pull request #779: URL: https://github.com/apache/apisix-ingress-controller/pull/779#issuecomment-987855282 ping @tao12345666333 @gxthrj @lingsamuel -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [apisix] zlhgo edited a comment on issue #5596: request help: customize Nginx variable in the configuration

2021-12-07 Thread GitBox
zlhgo edited a comment on issue #5596: URL: https://github.com/apache/apisix/issues/5596#issuecomment-987792571 i have written a plugin for this issue, but there is a problem that the `set $upstream_name -;` directive must be placed in the location block, so maybe we are missing an

[GitHub] [apisix] zlhgo edited a comment on issue #5596: request help: customize Nginx variable in the configuration

2021-12-07 Thread GitBox
zlhgo edited a comment on issue #5596: URL: https://github.com/apache/apisix/issues/5596#issuecomment-987792571 i have written a plugin for this issue, but there is a problem that the `set $upstream_name -;` directive must be placed in the location block, so maybe we are missing a

[GitHub] [apisix] zlhgo edited a comment on issue #5596: request help: customize Nginx variable in the configuration

2021-12-07 Thread GitBox
zlhgo edited a comment on issue #5596: URL: https://github.com/apache/apisix/issues/5596#issuecomment-987792571 i have written a plugin for this issue, but there is a problem that the `set $upstream_name -;` directive must be placed in the location section, so maybe we are missing a

[GitHub] [apisix] zlhgo edited a comment on issue #5596: request help: customize Nginx variable in the configuration

2021-12-07 Thread GitBox
zlhgo edited a comment on issue #5596: URL: https://github.com/apache/apisix/issues/5596#issuecomment-987792571 i have written a plugin for this issue, but there is a problem that the `set $upstream_name -;` directive must place in the location section, so maybe we are missing a

[GitHub] [apisix] fbartels commented on pull request #5449: feat(oidc): make it possible to validate tokens against provider host…

2021-12-07 Thread GitBox
fbartels commented on pull request #5449: URL: https://github.com/apache/apisix/pull/5449#issuecomment-987830406 Author of the PR here, just to avoid confusion. I have deployed the above fix already internally and its working there for me. From what I can see here merging is currently

[GitHub] [apisix-ingress-controller] codecov-commenter edited a comment on pull request #788: fix: ingress LB status records

2021-12-07 Thread GitBox
codecov-commenter edited a comment on pull request #788: URL: https://github.com/apache/apisix-ingress-controller/pull/788#issuecomment-987664591 #

[GitHub] [apisix] zlhgo edited a comment on issue #5596: request help: customize Nginx variable in the configuration

2021-12-07 Thread GitBox
zlhgo edited a comment on issue #5596: URL: https://github.com/apache/apisix/issues/5596#issuecomment-987792571 i have written a plugin for this issue, but there is a problem that the `set $upstream_name -;` directive must place in the location section, so maybe we are missing a

[GitHub] [apisix] zlhgo commented on issue #5596: request help: customize Nginx variable in the configuration

2021-12-07 Thread GitBox
zlhgo commented on issue #5596: URL: https://github.com/apache/apisix/issues/5596#issuecomment-987792571 i have written a plugin for this issue, but there is a problem that the `set $upstream_name -;` directive must place in the location section, so maybe we are missing a

[GitHub] [apisix-website] juzhiyuan merged pull request #796: docs: add Shivam committer Chinese version blog

2021-12-07 Thread GitBox
juzhiyuan merged pull request #796: URL: https://github.com/apache/apisix-website/pull/796 -- 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:

[apisix-website] branch master updated: docs: add Shivam committer Chinese version blog (#796)

2021-12-07 Thread juzhiyuan
This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/apisix-website.git The following commit(s) were added to refs/heads/master by this push: new aa81b30 docs: add Shivam committer

[GitHub] [apisix] zuiyangqingzhou opened a new pull request #5728: refine the ua-restriction plugin configuration checksum logic

2021-12-07 Thread GitBox
zuiyangqingzhou opened a new pull request #5728: URL: https://github.com/apache/apisix/pull/5728 fix: [5724](https://github.com/apache/apisix/issues/5724) ### What this PR does / why we need it: ### Pre-submission checklist: * [ ] Did you explain what

[GitHub] [apisix] Baoyuantop opened a new pull request #5727: feat: add CSRF plugin

2021-12-07 Thread GitBox
Baoyuantop opened a new pull request #5727: URL: https://github.com/apache/apisix/pull/5727 ### What this PR does / why we need it: Add CSRF plugin for APISIX Discuss in https://lists.apache.org/thread/ddj53svylg9s541vf2gpysxwgyrhwlzx ### Pre-submission checklist:

[GitHub] [apisix] juzhiyuan edited a comment on pull request #5718: docs: refactor Installation Guide

2021-12-07 Thread GitBox
juzhiyuan edited a comment on pull request #5718: URL: https://github.com/apache/apisix/pull/5718#issuecomment-987782053 Here has one issue about Make Test: https://github.com/apache/apisix/issues/5726 -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [apisix] juzhiyuan commented on pull request #5718: docs: refactor Installation Guide

2021-12-07 Thread GitBox
juzhiyuan commented on pull request #5718: URL: https://github.com/apache/apisix/pull/5718#issuecomment-987782053 Here has one PR about Make Test: https://github.com/apache/apisix/issues/5726 -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [apisix] tokers commented on issue #5723: apisix长时间运行,etcd CPU占用升高

2021-12-07 Thread GitBox
tokers commented on issue #5723: URL: https://github.com/apache/apisix/issues/5723#issuecomment-987776625 @zero-create Would you try to disable the `server-info` plugin to see what happens. -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [apisix] tokers commented on issue #5723: apisix长时间运行,etcd CPU占用升高

2021-12-07 Thread GitBox
tokers commented on issue #5723: URL: https://github.com/apache/apisix/issues/5723#issuecomment-987776298 It seems that the lease grant requests cost a lot of time. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [apisix] besich commented on issue #5726: docs: suggest separate “step 4: run test cases” from the installation document

2021-12-07 Thread GitBox
besich commented on issue #5726: URL: https://github.com/apache/apisix/issues/5726#issuecomment-987775618 problems encountered in executing make test to run unit tests. execute ```shell make ci-env-up make ci-env-up project_compose_ci=ci/pod/docker-compose.common.yml make

[GitHub] [apisix] besich opened a new issue #5726: docs:

2021-12-07 Thread GitBox
besich opened a new issue #5726: URL: https://github.com/apache/apisix/issues/5726 ### Improved or typo fixed. this document contains the relevant chapters “Step 4: Run Test Cases” i suggest that this chapter be separated into a markdown file. The reasons are as follows: *

[GitHub] [apisix-dashboard] codecov-commenter edited a comment on pull request #2200: test: migrate route_export_test e2e

2021-12-07 Thread GitBox
codecov-commenter edited a comment on pull request #2200: URL: https://github.com/apache/apisix-dashboard/pull/2200#issuecomment-963965563 #

[GitHub] [apisix-dashboard] github-actions[bot] commented on pull request #2152: feat: added dashboard backend api for apisix status summary

2021-12-07 Thread GitBox
github-actions[bot] commented on pull request #2152: URL: https://github.com/apache/apisix-dashboard/pull/2152#issuecomment-987766216 This pull request has been marked as stale due to 60 days of inactivity. It will be closed in 4 weeks if no further activity occurs. If you think that's

[GitHub] [apisix] github-actions[bot] commented on issue #2923: bug: missing ssl cert for ssl

2021-12-07 Thread GitBox
github-actions[bot] commented on issue #2923: URL: https://github.com/apache/apisix/issues/2923#issuecomment-987763713 This issue has been closed due to lack of activity. If you think that is incorrect, or the issue requires additional review, you can revive the issue at any time. --

[GitHub] [apisix] github-actions[bot] commented on pull request #4984: docs: fulfill discovery_type description

2021-12-07 Thread GitBox
github-actions[bot] commented on pull request #4984: URL: https://github.com/apache/apisix/pull/4984#issuecomment-987763764 This pull request/issue has been closed due to lack of activity. If you think that is incorrect, or the pull request requires review, you can revive the PR at any

[GitHub] [apisix] github-actions[bot] closed pull request #4984: docs: fulfill discovery_type description

2021-12-07 Thread GitBox
github-actions[bot] closed pull request #4984: URL: https://github.com/apache/apisix/pull/4984 -- 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:

[GitHub] [apisix] github-actions[bot] closed issue #2923: bug: missing ssl cert for ssl

2021-12-07 Thread GitBox
github-actions[bot] closed issue #2923: URL: https://github.com/apache/apisix/issues/2923 -- 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:

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

2021-12-07 Thread GitBox
GhangZh closed issue #5708: URL: https://github.com/apache/apisix/issues/5708 -- 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:

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

2021-12-07 Thread GitBox
GhangZh commented on issue #5708: URL: https://github.com/apache/apisix/issues/5708#issuecomment-987752837 > Thanks for the help, it was a problem with the environment variables that didn't get this configuration -- This is an automated message from the Apache Git Service. To

[GitHub] [apisix-dashboard] codecov-commenter edited a comment on pull request #2200: test: migrate route_export_test e2e

2021-12-07 Thread GitBox
codecov-commenter edited a comment on pull request #2200: URL: https://github.com/apache/apisix-dashboard/pull/2200#issuecomment-963965563 #

[GitHub] [apisix-website] okaybase commented on pull request #796: docs: add Shivam committer Chinese version blog

2021-12-07 Thread GitBox
okaybase commented on pull request #796: URL: https://github.com/apache/apisix-website/pull/796#issuecomment-987736649 congratulation~ -- 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

[GitHub] [apisix] zuiyangqingzhou opened a new issue #5724: bug: regular matches have bugs in specific scenarios

2021-12-07 Thread GitBox
zuiyangqingzhou opened a new issue #5724: URL: https://github.com/apache/apisix/issues/5724 ### Issue description The ngx.re.find method is used in the ua-restriction and uri-blocker plug-ins, but there is no strict logical checking of the regex parameter, which in some cases can

[GitHub] [apisix-website] yzeng25 commented on a change in pull request #796: docs: add Shivam committer Chinese version blog

2021-12-07 Thread GitBox
yzeng25 commented on a change in pull request #796: URL: https://github.com/apache/apisix-website/pull/796#discussion_r763795682 ## File path: website/i18n/zh/docusaurus-plugin-content-blog/2021/11/26/apache-apisix-committer-experience.md ## @@ -0,0 +1,61 @@ +--- +title: "成为

[GitHub] [apisix] spacewander closed issue #5417: bug: auto-generated apisix id is likely to be duplicated in containerized environments

2021-12-07 Thread GitBox
spacewander closed issue #5417: URL: https://github.com/apache/apisix/issues/5417 -- 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:

[GitHub] [apisix] spacewander merged pull request #5682: fix(patch): add global `math.randomseed` patch support

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

[apisix] branch master updated: fix(patch): add global `math.randomseed` patch support (#5682)

2021-12-07 Thread spacewander
This is an automated email from the ASF dual-hosted git repository. spacewander pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/apisix.git The following commit(s) were added to refs/heads/master by this push: new b85ebd4 fix(patch): add global

[GitHub] [apisix] juzhiyuan commented on pull request #5718: docs: refactor Installation Guide

2021-12-07 Thread GitBox
juzhiyuan commented on pull request #5718: URL: https://github.com/apache/apisix/pull/5718#issuecomment-987723380 > docs: refactor Installation Guide Hi @tzssangglass, I'm confused by this file  Because this file's title is `How to build Apache APISIX`, it's more like used in a

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

2021-12-07 Thread GitBox
spacewander commented on issue #5708: URL: https://github.com/apache/apisix/issues/5708#issuecomment-987721607 Can't reproduce on my side. My configuration is: ``` ext-plugin: path_for_test: /tmp/runner.sock #cmd: ["/home/lzx/git/apisix-go-plugin-runner/go-runner", "run",

[GitHub] [apisix] shuaijinchao commented on a change in pull request #5715: fix(log-rotate): after enabling compression collect log exceptions

2021-12-07 Thread GitBox
shuaijinchao commented on a change in pull request #5715: URL: https://github.com/apache/apisix/pull/5715#discussion_r763780260 ## File path: apisix/plugins/log-rotate.lua ## @@ -194,18 +231,33 @@ local function rotate() core.log.info("rotate interval:", interval)

[GitHub] [apisix] shuaijinchao commented on a change in pull request #5715: fix(log-rotate): after enabling compression collect log exceptions

2021-12-07 Thread GitBox
shuaijinchao commented on a change in pull request #5715: URL: https://github.com/apache/apisix/pull/5715#discussion_r763780260 ## File path: apisix/plugins/log-rotate.lua ## @@ -194,18 +231,33 @@ local function rotate() core.log.info("rotate interval:", interval)

[GitHub] [apisix-dashboard] codecov-commenter edited a comment on pull request #2200: test: migrate route_export_test e2e

2021-12-07 Thread GitBox
codecov-commenter edited a comment on pull request #2200: URL: https://github.com/apache/apisix-dashboard/pull/2200#issuecomment-963965563 #

[GitHub] [apisix-ingress-controller] lxm edited a comment on pull request #779: feat: support regex in path

2021-12-07 Thread GitBox
lxm edited a comment on pull request #779: URL: https://github.com/apache/apisix-ingress-controller/pull/779#issuecomment-987688535 > re-run all jobs. E2E tests failed with "check the ingress lb status is updated" this time, maybe something wrong with test cases. I can pass this

[GitHub] [apisix-ingress-controller] lxm commented on pull request #779: feat: support regex in path

2021-12-07 Thread GitBox
lxm commented on pull request #779: URL: https://github.com/apache/apisix-ingress-controller/pull/779#issuecomment-987688535 > re-run all jobs. E2E tests failed with "check the ingress lb status is updated" this time, maybe something wrong with test cases. I can pass this case

[GitHub] [apisix-website] yzeng25 commented on a change in pull request #796: docs: add Shivam committer Chinese version blog

2021-12-07 Thread GitBox
yzeng25 commented on a change in pull request #796: URL: https://github.com/apache/apisix-website/pull/796#discussion_r763743951 ## File path: website/i18n/zh/docusaurus-plugin-content-blog/2021/11/26/apache-apisix-committer-experience.md ## @@ -0,0 +1,61 @@ +--- +title: "成为

[GitHub] [apisix-website] juzhiyuan commented on issue #698: Update SkyWalking plugin's docs

2021-12-07 Thread GitBox
juzhiyuan commented on issue #698: URL: https://github.com/apache/apisix-website/issues/698#issuecomment-987673394 > the master branch is correct You're right, and let's lead users to use the Latest branch by default  I will close this issue soon. -- This is an automated message

[GitHub] [apisix-website] juzhiyuan closed issue #698: Update SkyWalking plugin's docs

2021-12-07 Thread GitBox
juzhiyuan closed issue #698: URL: https://github.com/apache/apisix-website/issues/698 -- 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:

[GitHub] [apisix-dashboard] codecov-commenter edited a comment on pull request #2200: test: migrate route_export_test e2e

2021-12-07 Thread GitBox
codecov-commenter edited a comment on pull request #2200: URL: https://github.com/apache/apisix-dashboard/pull/2200#issuecomment-963965563 #

[GitHub] [apisix-dashboard] codecov-commenter edited a comment on pull request #2200: test: migrate route_export_test e2e

2021-12-07 Thread GitBox
codecov-commenter edited a comment on pull request #2200: URL: https://github.com/apache/apisix-dashboard/pull/2200#issuecomment-963965563 #

[GitHub] [apisix] juzhiyuan commented on a change in pull request #5718: docs: refactor Installation Guide

2021-12-07 Thread GitBox
juzhiyuan commented on a change in pull request #5718: URL: https://github.com/apache/apisix/pull/5718#discussion_r763727963 ## File path: docs/en/latest/how-to-build.md ## @@ -21,22 +21,29 @@ title: How to build Apache APISIX # --> -## Step 1: Install dependencies +##

[GitHub] [apisix-dashboard] codecov-commenter edited a comment on pull request #2200: test: migrate route_export_test e2e

2021-12-07 Thread GitBox
codecov-commenter edited a comment on pull request #2200: URL: https://github.com/apache/apisix-dashboard/pull/2200#issuecomment-963965563 #

[GitHub] [apisix-ingress-controller] codecov-commenter commented on pull request #788: fix: ingress LB status records

2021-12-07 Thread GitBox
codecov-commenter commented on pull request #788: URL: https://github.com/apache/apisix-ingress-controller/pull/788#issuecomment-987664591 #

<    1   2