You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently running a cluster deployed using v3.4 nebula graph using 1.4.2 operator. When I upgraded to 1.6.3, the controller pod keeps crashing with this error. Please note that I DID apply the new CRDs.
Expected behavior
No crashes
The text was updated successfully, but these errors were encountered:
Looking into the code, it seems like it's panicking when it's trying to access the agent's resource object. And this isn't defined for previous versions of the schema. I had to upgrade nebula-cluster to 1.6.3 as well (where the agent portion) of the cluster object is added.
I think I have log rotate enabled, but I think it's related to accessing the agent's resource object (since that seems to be what's on line 310 of nebulacluster_common
Describe the bug (required)
Your Environments (required)
Currently running a cluster deployed using v3.4 nebula graph using 1.4.2 operator. When I upgraded to 1.6.3, the controller pod keeps crashing with this error. Please note that I DID apply the new CRDs.
Expected behavior
No crashes
The text was updated successfully, but these errors were encountered: