Mikko Caldara
Mikko Caldara
hmm ok, sounds like a reasonable workaround ;) Although it's basically duplicating the code... Thanks
Ok, so, I implemented that code in my wrapper cookbook, which depends on the `docker` cookbook. Problem is still there because Chef attempts to install the gem during the compilation...
I just copy pasted the code from the `_autoload.rb` and modified it: https://gist.github.com/mikkoc/dabb211e39a84b1e3fb1 I'm sure there's better ways of achieving it. For example, `chef-vault` works quite well for us: https://github.com/chef-cookbooks/chef-vault/blob/master/recipes/default.rb...
Is there an easy way to test 1.8.0, like a nightly AMI or similar? The pods startup time for bottlerocket is currently abysmal compared to our regular AmazonLinux2 AMIs:
We are seeing the same issue, despite increasing memory requests and limits: currently at 512M/1G. Nothing in the logs just before the OOMKilled (which happened on `Mon, 06 May 2024...