apisix-helm-chart icon indicating copy to clipboard operation
apisix-helm-chart copied to clipboard

关于helm仓库 gateway 和 dashboard不兼容的情况

Open valiner opened this issue 3 years ago • 2 comments

image

目前最新gateway app版本2.7 dashboard 2.8 ,dashboard新建路由会有字段keepalive_pool,但是2.8gateway没有处理,导致一直报错 err:additional properties forbidden, found keepalive_pool

gateway app版本2.6 dashboard 2.7 没有问题

这个问题搞了我半天!!!

valiner avatar Oct 07 '21 11:10 valiner

Due to historical reasons, the Gateway, Dashboard and Ingress controller in this project are all independently maintained. Currently we are gradually unifying its versions and will ensure that all components in the same Helm chart version are compatible.

tao12345666333 avatar Oct 07 '21 12:10 tao12345666333

It seems that we cannot directly update the dashboard sub-project, because dashboard and apisix have versions corresponding. image https://github.com/apache/apisix-dashboard#readme

gxthrj avatar Oct 08 '21 00:10 gxthrj