Plugin configuration unchanged. Applying plugin configuration to rabbit@k3s-190... failed. * Could not contact node rabbit@k3s-190. Changes will take effect at broker restart. * Options: --online - fail if broker cannot be contacted. --offline - do not try to contact broker.
时间: 2024-04-28 12:22:03 浏览: 131
这个错误提示来自 RabbitMQ,意思是无法连接到名为“rabbit@k3s-190”的节点。可能的原因包括 RabbitMQ 服务器正在重新启动、网络故障或者防火墙阻止了连接。在尝试解决问题之前,您应该确认 RabbitMQ 服务器是否正在运行,并且该节点的名称是否正确。另外,您可以尝试使用 `rabbitmqctl` 命令行工具来检查节点的状态,以及使用 `rabbitmq-diagnostics` 工具来分析系统日志以获取更多信息。
阅读全文