ubuntu – 当我运行“刀客户列表”时无法加载私钥

前端之家收集整理的这篇文章主要介绍了ubuntu – 当我运行“刀客户列表”时无法加载私钥前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
配置文件写入/ home / ubuntu / sudo /home/ubuntu/chef-repo/.chef/knife.rb
ubuntu@mychefclient:~$knife client list
WARNING: No knife configuration file found
ERROR: Your private key could not be loaded from /etc/chef/client.pem
Check your configuration file and ensure that your private key is readable
请检查一下knife.rb文件是否在.chef / knife.rb中.

如果不运行以下命令:

knife configure initial

所以它将创建knife.rb,然后检查客户端密钥在knife.rb中的路径,并交叉检查client.pem是否存在于该位置.

如果这不行.

只需转到客户端节点,并从/ etc / chef中删除client.pem,然后运行chef-client,这样它将再次创建client.pem.现在将该client.pem复制到服务器上,并将该位置添加到knife.rb中

它会明确地工作:)

原文链接:https://www.f2er.com/ubuntu/349148.html

猜你在找的Ubuntu相关文章