Note: in the Bottlerocket v1.0.8 release, for the aws-k8s-1.20 and aws-k8s-1.21 variants, we set the default Kubernetes CPU manager policy to "static". We heard from several users that this breaks usage of the Fluent Bit log processor. In Bottlerocket v1.1.3, we've changed the default back to "none", but have added a setting so you can use the "static" policy if desired. To do so, set settings.kubernetes.cpu-manager-policy
to "static". To do this in user data, for example, pass the following:
[settings.kubernetes]
cpu-manager-policy = "static"
OS Changes
- Fix parsing of lists of values in domain name search field of DHCP option sets (#1646, thanks @hypnoce!)
- Add setting for configuring Kubernetes CPU manager policy and reconcile policy (#1638)
Build Changes
Documentation Changes
- Update references to the ECS variant for GA release (#1637)