在使用当前的mysql 8.4.0食谱时,我在部署时会收到全屏的弃用错误。
Deprecated features used!
rename install_method to new_resource.install_method at 1 location:
- /root/chef-solo/local-mode-cache/cache/cookbooks/mysql/libraries/mysql_service.rb:34:in `installation'
See https://docs.chef.io/deprecations_namespace_collisions.html for further details.
github项目没有显示任何与弃用警告相关的未解决问题。
有没有人知道如何删除这些消息,这样我就可以有一个干净的部署?
发布于 2017-07-21 04:46:56
你将不得不等到食谱修复问题,但这只是一个警告,所以你不需要担心。这是厨师13.2中的一个新警告,所以我们仍在努力清理东西。在2018年4月Chef 14之前,该功能实际上不会被删除,所以不要着急:)
https://stackoverflow.com/questions/45223721
复制相似问题