Open NNicoletti opened 1 year ago
Helm Chart v2.x has many breaking changes, it can't upgrade from v1.x directly
@tao12345666333 ok thank you. I will downgrade back to 1.4.0 to get it up for now. I'll figure out what needs to be done to upgrade it later and do a fresh install once we're ready!
EDIT: Added control plane helm chart to better understand the problem.
I was attempting to do 2 things:
mqtt-proxy
plugin and turn onstream_proxy
so I can use itError I get is:
I realize this is a pretty common error, and I ran into it when figuring out the decoupled deployment a lot. I had a working decoupled deployment and didn't think that either of the 2 things I was attempting to change would cause this.
Any help?
In creating this issue, I noticed that there are two deployment spots:
apisix.deployment
anddeployment
. Is that on purpose? Which one is the correct to use when using Helm Chart 2.0.0?Helm charts for both data plane and control plane below. Control plan was successful and I see 3 etcd pods in my cluster.
ONE MORE EDIT: I attempted to install by updating
apisix.deployment
to use the correct certs/host as well as underdeployment
and it still failed. Not sure what is correct usage here. Fwiw it also failed when trying to downgrade using Helm Chart 1.4.0 AFTER attempting to use 2.0.0.Data Plane (failed):
Control Plane (success):