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
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,19 @@ If you get the error `invalid ownership metadata; label validation error:` while
86
86
WHEN CREATING A NEW SECTION OF THE UPGRADE GUIDANCE FOR NEWER VERSIONS, ENSURE THAT YOU COPY THE BETA API ALERT SECTION FROM THE LAST RELEASE TO PROPERLY WARN USERS OF THE RISK OF UPGRADING WITHOUT GOING TO 0.32.x FIRST
87
87
-->
88
88
89
+
### Upgrading to `1.8.0`+
90
+
91
+
{{% alert title="Warning" color="warning" %}}
92
+
Karpenter `1.1.0` drops the support for `v1beta1` APIs.
93
+
**Do not** upgrade to `1.1.0`+ without following the [Migration Guide]({{<ref "../../v1.0/upgrading/v1-migration.md#before-upgrading-to-v110">}}).
94
+
{{% /alert %}}
95
+
96
+
* This version adds support for [Static Capacity](https://github.com/kubernetes-sigs/karpenter/pull/2521). Make sure to upgrade your karpenter CRDs to use this feature.
Copy file name to clipboardExpand all lines: website/content/en/v1.7/upgrading/upgrade-guide.md
-13Lines changed: 0 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,19 +86,6 @@ If you get the error `invalid ownership metadata; label validation error:` while
86
86
WHEN CREATING A NEW SECTION OF THE UPGRADE GUIDANCE FOR NEWER VERSIONS, ENSURE THAT YOU COPY THE BETA API ALERT SECTION FROM THE LAST RELEASE TO PROPERLY WARN USERS OF THE RISK OF UPGRADING WITHOUT GOING TO 0.32.x FIRST
87
87
-->
88
88
89
-
### Upgrading to `1.8.0`+
90
-
91
-
{{% alert title="Warning" color="warning" %}}
92
-
Karpenter `1.1.0` drops the support for `v1beta1` APIs.
93
-
**Do not** upgrade to `1.1.0`+ without following the [Migration Guide]({{<ref "../../v1.0/upgrading/v1-migration.md#before-upgrading-to-v110">}}).
94
-
{{% /alert %}}
95
-
96
-
* This version adds support for [Static Capacity](https://github.com/kubernetes-sigs/karpenter/pull/2521). Make sure to upgrade your karpenter CRDs to use this feature.
Copy file name to clipboardExpand all lines: website/content/en/v1.8/upgrading/upgrade-guide.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,19 @@ If you get the error `invalid ownership metadata; label validation error:` while
86
86
WHEN CREATING A NEW SECTION OF THE UPGRADE GUIDANCE FOR NEWER VERSIONS, ENSURE THAT YOU COPY THE BETA API ALERT SECTION FROM THE LAST RELEASE TO PROPERLY WARN USERS OF THE RISK OF UPGRADING WITHOUT GOING TO 0.32.x FIRST
87
87
-->
88
88
89
+
### Upgrading to `1.8.0`+
90
+
91
+
{{% alert title="Warning" color="warning" %}}
92
+
Karpenter `1.1.0` drops the support for `v1beta1` APIs.
93
+
**Do not** upgrade to `1.1.0`+ without following the [Migration Guide]({{<ref "../../v1.0/upgrading/v1-migration.md#before-upgrading-to-v110">}}).
94
+
{{% /alert %}}
95
+
96
+
* This version adds support for [Static Capacity](https://github.com/kubernetes-sigs/karpenter/pull/2521). Make sure to upgrade your karpenter CRDs to use this feature.
0 commit comments