Upgrading from 0.8.3 to 0.9.0 - Failed to update ephemeral runner set with removed finalizer #3421
-
Hi, I tried upgrading from 0.8.3 to 0.9.0 using FluxCD and facing below error, I tried to deploy the config in a new namespace with new runner group as a workaround. But still its referring to the old namespace and old runner scaleset name.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I had to delete the old namespace by setting finalizer as null in the namespace spec as the finalizer was not allowing to delete it. But I am clueless why the controller deployed in new namespace still referring the old scaleset name and namespaces ? |
Beta Was this translation helpful? Give feedback.
-
I was running into this issue as well. I had to manually edit the old |
Beta Was this translation helpful? Give feedback.
I was running into this issue as well. I had to manually edit the old
EphemeralRunnerSet
's and remove the finalizer, as well as addspec.patchID: 1
. It looks like this field was added in the0.9.0
release.