Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(dev): upgrade to APISIX 3.9.0 #745

Closed

Conversation

shreemaan-abhishek
Copy link
Contributor

@mstefany
Copy link
Contributor

mstefany commented Apr 3, 2024

Version 3.9.0 does not work, because enable_http2 needs to be on apisix level, not on apisix.ssl.listen level:

enable_http2: {{ .Values.gateway.tls.http2.enabled }}

+ apisix-ingress-controller-8565f87c67-74j96 › apisix
apisix-ingress-controller-8565f87c67-74j96 apisix /usr/local/openresty//luajit/bin/luajit ./apisix/cli/apisix.lua init
apisix-ingress-controller-8565f87c67-74j96 apisix
apisix-ingress-controller-8565f87c67-74j96 apisix WARNING: using fixed Admin API token has security risk.
apisix-ingress-controller-8565f87c67-74j96 apisix Please modify "admin_key" in conf/config.yaml .
apisix-ingress-controller-8565f87c67-74j96 apisix
apisix-ingress-controller-8565f87c67-74j96 apisix
apisix-ingress-controller-8565f87c67-74j96 apisix ERROR: port level enable_http2 in ssl.listen is deprecatedfrom 3.9 version, and you should use enable_http2 in apisix level.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants