Replies: 1 comment
-
I think you will need to go through this document: https://apisix.apache.org/docs/apisix/next/upgrade-guide-from-2.15.x-to-3.0.0/ So there are only some configurations to be relocated afaik. And some plugins will require updating the config.
If you have ingress or LB, it's also possible to:
In any case, adopt v3 as a regional proxy, and then move to global later. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to upgrade my cluster's apisix version from 2 to 3, but I'm not sure what the best approach is. It seems infeasible to directly migrate the contents of a specific etcd key prefix to a new key, right? Can I only migrate the previous routes and consumers one by one through the admin API? Is there a better way?
Beta Was this translation helpful? Give feedback.
All reactions