我使用刀独奏与厨师独奏一起工作,但我发现我不能使用很多刀命令,除了knife solo
例如:
$ knife role list
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 solo
例如:
$ knife role list
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 -r . --defaults
(当然,opscode 是寻找更多信息的最佳地点http://docs.opscode.com/knife_configure.html)