Joaquin Menchaca
Joaquin Menchaca
The compile error for `windows/libraries/windows_package.rb` is due to the removal of `chef/mixin/language` in Chef 14. But the `windows_package.rb` still relies on this. Thus it seems that `windows_package.rb` is no longer...
Upon further research, it seems according to docs from https://github.com/chef-cookbooks/windows, quite a few of the libraries have been updated and included as resources in Chef 14. So I removed the...
I created this blog to give a how-to step-by-step and workaround for issue: * https://medium.com/@Joachim8675309/packer-building-win-2016-vagrant-image-97877a79ecef
Related. The cookbook shouldn't crash the very least. Wrote up bug in https://github.com/chef-cookbooks/windows/issues/564, but they don't seem interested in looking at it.
I will look at it when I get a chance. Not sure if the author is interested, as this project hasn't been touched for 2+ years. Perhaps one easy fix...
@trixomixolydian Win2012 json doesn't use Chef Solo as the provisioner, it uses `scripts/provision.ps1`. Win2016 does unfortunately.
Win2012 uses shell provisioner, and I am guessing @mwrock chose chef-solo w/ windows cookbook to make managing win updates easier. But then as time passed, windows cookbook is no longer...
Would these be configured to something besides the hostname internal to Kubernetes? Thus the command to run the container is using get from `hostname -f`. This is setup inside the...
From discussion, it is related to https://github.com/dgraph-io/dgraph/pull/5585.
One reason I have to do manual injection with `nginx-mesh-ctl` inject is because there's no mechanism to exclude outbound/inbound for auto-injection, such as adding an annotation in the deployment spec...