Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions website/content/en/preview/upgrading/upgrade-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,11 @@ Karpenter `1.1.0` drops the support for `v1beta1` APIs.
- Karpenter now creates instance profiles with a specific path structure `/karpenter/{region}/{cluster-name}/{nodeclass-uid}/` instead of the generic root path `/`
- This change helps with better organization and management of instance profiles
- No action is required for existing instance profiles, but new ones will use this path structure
* Additional IAM permissions required:
- The following new IAM permissions are required for the Karpenter controller role:
- `iam:ListInstanceProfiles`: Required for managing instance profiles
- Additional IAM permissions required:
- The following new IAM permissions are required for the Karpenter controller role:
- `iam:ListInstanceProfiles`: Required for managing instance profiles
* The `karpenter_pods_pods_drained_total` metric has been renamed to `karpenter_pods_drained_total`
* The `karpenter_nodeclaims_disrupted_total` metric reason `liveness` has been renamed to `registration_timeout`

### Upgrading to `1.6.0`+

Expand Down