Skip to content

Commit feffba2

Browse files
authored
docs: add additional breaking changes to the 1.7 upgrade guide (#8492)
1 parent bbd977e commit feffba2

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

website/content/en/preview/upgrading/upgrade-guide.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,11 @@ Karpenter `1.1.0` drops the support for `v1beta1` APIs.
9797
- Karpenter now creates instance profiles with a specific path structure `/karpenter/{region}/{cluster-name}/{nodeclass-uid}/` instead of the generic root path `/`
9898
- This change helps with better organization and management of instance profiles
9999
- No action is required for existing instance profiles, but new ones will use this path structure
100-
* Additional IAM permissions required:
101-
- The following new IAM permissions are required for the Karpenter controller role:
102-
- `iam:ListInstanceProfiles`: Required for managing instance profiles
100+
- Additional IAM permissions required:
101+
- The following new IAM permissions are required for the Karpenter controller role:
102+
- `iam:ListInstanceProfiles`: Required for managing instance profiles
103+
* The `karpenter_pods_pods_drained_total` metric has been renamed to `karpenter_pods_drained_total`
104+
* The `karpenter_nodeclaims_disrupted_total` metric reason `liveness` has been renamed to `registration_timeout`
103105

104106
### Upgrading to `1.6.0`+
105107

0 commit comments

Comments
 (0)