-
Notifications
You must be signed in to change notification settings - Fork 373
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
Documentation On How To Upgrade Antrea CNI #5695
Comments
Hi @gbonazzoli you can check this section https://github.com/antrea-io/antrea/blob/main/docs/versioning.md#antrea-upgrade-and-supported-version-skew to see if this can help you or not. Could you let us know what's the old version and new version for your upgrade? Antrea didn't support "graceful" upgrades if the versions gap are large. |
I guess we could rename this section from |
Thanks a lot, I upgraded Antrea CNI with the following:
Looking at the upgrade process I was lucky. It was first upgraded the controller and then, one by one, the agents on the three node cluster. The version I was coming was |
I believe the controller and the "first" agent will usually upgrade concurrently. But once again, as far as we know, nothing breaks when some agents upgrade after the controller, which is why we haven't provided separate manifests. When using the Helm chart to install / upgrade, there is no specific order being enforced either.
That doesn't sound right. Where do you get this version string? This should only happen if you use the current dev version of Antrea and apply https://raw.githubusercontent.com/antrea-io/antrea/main/build/yamls/antrea.yml. Even then, you would get 1.14-dev, since we are currently working on Antrea v1.14. |
The same `kubectl apply` command that is used for first-time installation can also be used for upgrading to a more recent version. Fixes antrea-io#5695 Signed-off-by: Antonin Bas <abas@vmware.com>
The same `kubectl apply` command that is used for first-time installation can also be used for upgrading to a more recent version. Fixes #5695 Signed-off-by: Antonin Bas <abas@vmware.com>
Can someone help me in finding the document that describes the procedure to upgrade Antrea CNI.
I find only documentation regarding its installation.
I think it is only a matter to run
kubectl apply -f ....
as the installation but I've a doubt if it must be preceded by a deletion with the same yaml file that was used during the cluster's installation.Thank you.
The text was updated successfully, but these errors were encountered: