MirtoBusico edited a comment on issue #853: URL: https://github.com/apache/apisix-ingress-controller/issues/853#issuecomment-1040189346
> > The warning in the log still complains the v2beta1 version > > @MirtoBusico This is a configuration item, in configmap. It can be changed at values.yaml https://github.com/apache/apisix-helm-chart/blob/051998d8cc1816674fcbc3c8029f9e7d1330e3d5/charts/apisix-ingress-controller/values.yaml#L113-L115 Thanks @tao12345666333 Now I'll reinstall with (if I understand correctly) ``` helm install apisix apisix/apisix -f apisix-values.yaml \ --set ingress-controller.config.apisix.serviceNamespace=apisix \ --set ingress-controller.config.apisix.serviceName=apisix-admin \ --set ingress-controller.config.kubernetes.apisixRouteVersion=apisix.apache.org/v2beta3 \ --namespace apisix ``` After I reinstalled I'll post th output of ``` curl http://127.0.0.1:9180/apisix/admin/upstreams/394532502988915297 -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -X GET ``` from apisix pod -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
