Open tpetchel opened 7 years ago
Thanks for forwarding this report @tpetchel - getting this moved to the correct repo and triaged.
Chef (and Ruby) on Windows is slow and it really sucks. But thank you for the repro that shows there is a distinct slowness using the customer powershell prompt versus a regular powershell prompt. That is something we can go investigate.
Description
I'm relaying a report from a user who's getting started with Chef on an Azure instance. The user is going through Learn the basics, where you run
chef-client --local-mode
to get a feel for how Chef works. I understand this is not how you typically run Chef in practice.This issue isn't directly related to Azure; it's simply where we discovered it. (running on a Standard DS1 v2 instance)
Given this basic recipe (call it web.rb)
chef-client --local-mode web.rb
to complete when run from a Chef DK PowerShell prompt. (when IIS is not yet installed)ChefDK Version
Platform Version
Windows Server 2012 R2 Datacenter
Replication Case
chef-client --local-mode
two times