prometheus扩容失败

【 TiDB 使用环境】测试
【 TiDB 版本】V5.4.3
【复现路径】做过哪些操作出现的问题
【遇到的问题:问题现象及影响】
【资源配置】
【附件:截图/日志/监控】
在部署TiDB集群时,prometheus的9090端口和麒麟V10的SYSTEMD进程端口冲突,systemd是1号进程不能kill。部署后,尝试通过缩容再扩容的方式修改prometheus的端口。
缩容很顺利,命令:tiup cluster scale-in demo -N :9090
扩容报错:
cat prometheus_9099.yaml
monitoring_servers:
- host:
port: 9099

tiup cluster scale-out demo prometheus_9099.yaml
Error: none of ssh password, identity file, SSH_AUTH_SOCK specified(tui.id_read_failed)

其他组件没问题?这个看着是系统不支持啊?

我又更新了一下错误信息,您看一下?
操作系统 麒麟V10, CPU 海光,TiDB v5.4.3

tiup cluster scale-out demo prometheus_9099.yaml -p
使用-p 给口令,执行结果是:
+Detect CPU Arch Name:

  • detecting node Arch info … Error
    Error:failed to fetch cpu-arch or kernel-name: executor.ssh.execute_failed: Failed to execute command over SSH for ‘’ …
    cause: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none password], no supported methods remain

这是认证失败呢

cause: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none password], no supported methods remain

但是口令是对的,有条件的话官方可以在实验室验证一下 prometheus 先scale-in再scale-out。

因为是新建环境,我直接把集群destory掉又重新部署的,现在prometheus好了。

此话题已在最后回复的 60 天后被自动关闭。不再允许新回复。