参考:http://www.52devops.com/chuck/814.html

  查看salt-minion的运行状态,显示salt-master已经缓存了这个minion,但是minion在重新认证之前将要等待10秒,其实此情况是正常情况,因为salt-master没有接收minion的认证,但是由于master上无法查看minion的应有id而是显示了错误的id导致

The Salt Master has cached the public key报错解决办法

 

  minion删除minion_id 

/etc/salt/minion_id 

  master端删除key

salt-key -a test-mysql-master

  重启master和mimion

The Salt Master has cached the public key报错解决办法

 

相关文章:

  • 2022-02-25
  • 2021-06-24
  • 2022-12-23
  • 2021-05-30
  • 2022-12-23
  • 2022-12-23
  • 2021-07-17
  • 2021-04-29
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-09
  • 2021-12-27
  • 2021-08-31
相关资源
相似解决方案