-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using kitchen-nodes with dokken #30
Comments
So glad it has worked for you! To be honest I have never tried with kitchen-dokken. What's the error you get? |
Wow man, you are on top of this project! 👍 Here's what I get: -----> Creating <server-ubuntu-1604>...
Finished creating <server-ubuntu-1604> (0m4.62s).
-----> Converging <server-ubuntu-1604>...
Preparing files for transfer
Preparing dna.json
Resolving cookbook dependencies with Berkshelf 5.2.0...
Removing non-cookbook files before transfer
Preparing nodes
Preparing validation.pem
Preparing client.rb
rpc error: code = 13 desc = invalid header field value "oci runtime error: exec failed: container_linux.go:247: starting container process caused \"exec: \\\"sudo\\\": executable file not found in $PATH\"\n"
>>>>>> ------Exception-------
>>>>>> Class: Kitchen::ActionFailed
>>>>>> Converge failed on instance <server-ubuntu-1604>. Please see .kitchen/logs/server-ubuntu-1604.log for more details I'm pretty new to |
@toddmichael hey I am having the same issue as you. Were you ever able to find a solution? |
Same here, cant find a way to search dokken nodes... |
Have had wild success with
kitchen-nodes
and was happy to get the opportunity to personally thank you, @mwrock, before your HashiConf presentation this year. I just recently started moving all mykitchen-vagrant
andkitchen-docker
stuff over tokitchen-dokken
and have also had great success with it. Today I got to a cookbook that requireskitchen-nodes
so I tried converting it fromkitchen-docker
tokitchen-dokken
, but it failed. Is this even possible? If not, no worries. Just always look to implement some consistency in my process is all. Cheers.Todd Michael
The text was updated successfully, but these errors were encountered: