You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deleting the clusterIP field when the service should be headless will
cause it to be assigned a new IP on restore; instead it should retain
the headless state after restoration.
Fixessous-chefs#168
Signed-off-by: Nolan Brubaker <[email protected]>
(cherry picked from commit d87e8ee)
Cookbook version
2.0.2
Chef-client version
12.16.42
Platform Details
Windows 10
Scenario:
Attempting to use ark to grab a 7z file (https://sourceforge.net/projects/boost/files/boost/1.62.0/boost_1_62_0.7z) and extract it to C:\Program Files(x86)\boost
Steps to Reproduce:
Expected Result:
I expect the file to get downloaded, the directory to get created, the content extracted inside.
Actual Result:
Once I've applied a number of patches for various other issues: #166, #167, #161, #165 - it still fails because I didn't override the default setting for owner ('root'). On Windows systems, there is no 'root', and the cookbook should default to a proper equivalent like root_owner here: https://github.com/chef-cookbooks/chef-client/blob/master/libraries/helpers.rb#L37
The text was updated successfully, but these errors were encountered: