k8s中EMQX从5.4升级到5.10版本,直接报错:
2025-06-24T05:32:31.462604+00:00 [warning] msg: cm_registry_mnesia_down, node: ‘emqx@emqx-core-c98c98d86-1.emqx-headless.emqx.svc.cluster.local’
2025-06-24T05:32:31.690837+00:00 [error] Supervisor: {local,emqx_machine_sup}. Context: start_error. Reason: {‘EXIT’,terminating}. Offender: id=emqx_machine_boot,pid=undefined.
2025-06-24T05:32:31.692200+00:00 [error] crasher: initial call: application_master:init/3, pid: <0.4754.0>, registered_name: , exit: {{“SINGLE_NODE_LICENSE, make sure this node and peer nodes are configured with a valid license”,{emqx_license_app,start,[normal,]}},[{application_master,init,3,[{file,“application_master.erl”},{line,143}]},{proc_lib,init_p_do_apply,3,[{file,“proc_lib.erl”},{line,329}]}]}, ancestors: [application_controller,<0.10.0>], message_queue_len: 1, messages: [{‘EXIT’,<0.4755.0>,normal}], links: [<0.3391.0>], dictionary: , trap_exit: true, status: running, heap_size: 233, stack_size: 29, reductions: 68; neighbours:
2025-06-24T05:32:31.692202+00:00 [error] crasher: initial call: application_master:init/3, pid: <0.3538.0>, registered_name: , exit: {{{shutdown,{failed_to_start_child,emqx_machine_boot,{‘EXIT’,terminating}}},{emqx_machine_app,start,[normal,]}},[{application_master,init,3,[{file,“application_master.erl”},{line,143}]},{proc_lib,init_p_do_apply,3,[{file,“proc_lib.erl”},{line,329}]}]}, ancestors: [application_controller,<0.10.0>], message_queue_len: 1, messages: [{‘EXIT’,<0.3539.0>,normal}], links: [<0.3391.0>], dictionary: , trap_exit: true, status: running, heap_size: 233, stack_size: 29, reductions: 121; neighbours:
Listener tcp:default on 0.0.0.0:1883 stopped.
Listener ssl:default on :8883 stopped.
Listener ws:default on :8083 stopped.
Listener wss:default on :8084 stopped.
Kernel pid terminated (application_controller) (“{application_start_failure,emqx_license,{"SINGLE_NODE_LICENSE, make sure this node and peer nodes are configured with a valid license",{emqx_license_app,start,[normal,]}}}”)
5.10不兼容5.4的,可以在operator那文档和issue中找找相关话题