我想将系统初始化为 Chef工作站。我正在浏览命令“knife configure --initial
”。
从文档中,我了解到这会要求提供新客户名称,并联系API服务以向服务注册新客户端。
我的问题是,使用 Chef服务器配置的现有客户名称的步骤是什么?
是否有替代方案:
knife configure --initial
Please enter a clientname for the new client: ____
答案 0 :(得分:0)
如果使用现有客户端,则只需编写自己的配置文件即可。如果您使用的是最新版本的Chef,则可以使用.chef/credentials
文件,如
[default]
client_name = yourusername
client_key = /path/to/user.pem
chef_server_url = https://mychefserver.com/organizations/myorg