我已经设置了一个厨师服务器和工作站。当我试图将一个节点添加到服务器时,它给出了以下错误。
Resource Not Found:
-------------------
The server returned a HTTP 404. This usually indicates that your chef_server_url is incorrect.
Relevant Config Settings:
-------------------------
chef_server_url "https://amit-virtual-machine:443/organizations/kiwitech.com"
但是当节点机器尝试与knife ssl check
连接时,连接已成功建立。
我的client.rb
节点看起来像
log_location STDOUT
chef_server_url "https://amit-virtual-machine:443/organizations/kiwitech"
validation_client_name "chef-validator"
node_name "node1"
trusted_certs_dir "/etc/chef/trusted_certs"`
我的厨师版是12。 这是我的第一次,所以任何小细节都会有所帮助
答案 0 :(得分:0)
最后我发现,我没有生成验证密钥。在生成Web控制台的验证密钥后,我用旧密钥替换了它。它起作用了。