Release 1.31.0-rc2
Pre-release
Pre-release
What's Changed
- Enable to use Karpenter v1 controller policy by @coord-e in #371
- Use inline policy for v1beta to avoid resource recreation by @coord-e in #372
Other Changes
- Specify @cookpad/platform-task-force as a code owner by @coord-e in #375
Full Changelog: 1.31.0-rc1...1.31.0-rc2
Upgrade notes
This release supports upgrading to Karpenter to v1 via the karpenter
module.
- By default the module will provision IAM resources for v1 & v1beta versions of karpenter.
- After you have upgraded your Karpenter installation, you may want to set
v1beta = false
, future releases may defaultv1beta = false
, and eventually these resources (and support for Karpenter < v1) will be dropped. - To support this migration the v1 version of the IAM policy is now deployed as a managed policy, rather than as an inline role policy (due to IAM policy size limitations).
- We have added the
iam_policy_name_prefix
variable to cluster config to support name-spacing created IAM policies, where required, if you are already settingiam_role_name_prefix
you may also want to set this in a similar fashion.