knife-zero
knife-zero copied to clipboard
Run chef-client/cinc-client at remote node with chef-zero(local-mode) via HTTP over SSH port fowarding.
Hi, I have installed cinc-client to my local machine and created a virtual machine. Its name is AppcircleVM.local and I can ssh to it. I tried different methods to bootstrap...
Hello and thank you very much for this project. Recently I have been traveling and had to deploy long running recipes with flaky internet connection. Unfotunately the connection dropped a...
due to knife 17 being a requirement for 2.4.x, it requires chef >= 17 itself. We still have chef >= 15 in knife-zero though and should adjust that (it can...
I'm completely new to Chef so please excuse me if I'm missing something obvious. I've installed Chef-DK and Knife-Zero on my mac, and can successfully bootstrap my test node (a...
When using knife zero nowdays i get ``` WARN: Starting local-mode server in deprecated socket mode (CHEF-18) at /opt/chefdk/embedded/lib/ruby/gems/2.4.0/gems/chef-13.2.20/bin/knife:25:in `'. ``` Are there any plans or alternatives to the socket...
If possible, relocation to core.
It seems that even when there's a `node/example.com.json`, `knife zero chef_client example.com` doesn't work, and instead, we must use `knife zero chef_client name:example.com` Would be great if `knife-zero` assumed a...
Hi! Is it possible to use **ssh config file** or **ssh agent** with `knife zero`? I was able to use it with '_-i ~/path_to_key_' option only. I there a better...