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
I used opsRequest to scale in a component by specifying an instance to offline using OnlineToOfflineInstance.
I did not specify any lifecycle in the componentDefinition.
Problem:
A nil pointer panic occurred, causing Kubeblocks to enter a crashLoop.
the code which causing panic
Note: In the trace path, it appears that a lifecycle action was triggered by kbagent, but as illustrated above, I did not specify any lifecycle in the componentDefinition.
The text was updated successfully, but these errors were encountered:
Describe the Bug
Background:
opsRequest
to scale in a component by specifying an instance to offline usingOnlineToOfflineInstance
.Problem:
A nil pointer panic occurred, causing Kubeblocks to enter a crashLoop.
the code which causing panic
Note: In the trace path, it appears that a lifecycle action was triggered by kbagent, but as illustrated above, I did not specify any lifecycle in the componentDefinition.
The text was updated successfully, but these errors were encountered: