配置文件写入/ home / ubuntu / sudo /home/ubuntu/chef-repo/.chef/knife.rb
@H_502_6@
请检查一下knife.rb文件是否在.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 configure initial
所以它将创建knife.rb,然后检查客户端密钥在knife.rb中的路径,并交叉检查client.pem是否存在于该位置.
如果这不行.
只需转到客户端节点,并从/ etc / chef中删除client.pem,然后运行chef-client,这样它将再次创建client.pem.现在将该client.pem复制到服务器上,并将该位置添加到knife.rb中
它会明确地工作:)