Hello, after upgrading from 2.7.5 to 2.8.2 I notic...
# general
c
Hello, after upgrading from 2.7.5 to 2.8.2 I noticed that
fleet-agent
in
cattle-fleet-local-system
namespace is still running on the previous version (v0.7.1-rc.1 - due to another upgrade issue we had https://github.com/rancher/rancher/issues/42191). I see a BundleDeployment failing due to
Error: cannot re-use a name that is still in use
, so I guess the problem has to do with the existing
fleet-agent-local
helm release. Can I simply delete the helm release so the BundleDeployment can proceed or something else? update: it seems that deleting the fleet-agent-local helm release which got stuck solved the issue 🙌