You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/content/en/preview/upgrading/upgrade-guide.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,9 +97,11 @@ Karpenter `1.1.0` drops the support for `v1beta1` APIs.
97
97
- Karpenter now creates instance profiles with a specific path structure `/karpenter/{region}/{cluster-name}/{nodeclass-uid}/` instead of the generic root path `/`
98
98
- This change helps with better organization and management of instance profiles
99
99
- 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`
0 commit comments