1

The infrastructure that I am working on uses Chef environments to manage the cookbook versions that are converged to nodes.

While I can use knife to check what cookbook versions are available, and what cookbook versions are deployed in nodes or across an environment, is there any way I can use knife to see when a node switched from the previous version of a cookbook to the current version?

Garreth McDaid
  • 3,449
  • 1
  • 27
  • 42

1 Answers1

0

No, this data is not stored by Chef. You would need to check something else like your Chef Automate run history data or source control history.

coderanger
  • 858
  • 4
  • 13