Skip to content

Commit

Permalink
docs: Remove references to v1beta1 in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jigisha620 committed Sep 4, 2024
1 parent c83c154 commit 73d1a1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 495 deletions.
4 changes: 2 additions & 2 deletions website/content/en/preview/upgrading/upgrade-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ WHEN CREATING A NEW SECTION OF THE UPGRADE GUIDANCE FOR NEWER VERSIONS, ENSURE T
### Upgrading to `1.0.0`+
{{% alert title="Warning" color="warning" %}}
Karpenter `1.0.0` introduces v1 APIs, including _significant_ changes to the API and upgrade procedures for the Karpenter controllers. **Do not** upgrade to `1.0.0`+ without referencing the [v1 Migration Upgrade Procedure]({{<ref "v1-migration#upgrade-procedure" >}}).
Karpenter `1.0.0` introduces v1 APIs, including _significant_ changes to the API and upgrade procedures for the Karpenter controllers. **Do not** upgrade to `1.0.0`+ without referencing the [v1 Migration Upgrade Procedure]({{<ref "../../v1.0/upgrading/v1-migration#upgrade-procedure" >}}).
This version adds [conversion webhooks](https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definition-versioning/#webhook-conversion) to automatically pull the v1 API version of previously applied v1beta1 NodePools, EC2NodeClasses, and NodeClaims. Karpenter will stop serving the v1beta1 API version at v1.1.0 and will drop the conversion webhooks at that time. Migrate all stored manifests to v1 API versions on Karpenter v1.0+.
{{% /alert %}}
Below is the full changelog for v1, copied from the [v1 Migration Upgrade Procedure]({{<ref "v1-migration#upgrade-procedure" >}}).
Below is the full changelog for v1, copied from the [v1 Migration Upgrade Procedure]({{<ref "../../v1.0/upgrading/v1-migration#upgrade-procedure" >}}).
* Features:
* AMI Selector Terms has a new Alias field which can only be set by itself in `EC2NodeClass.Spec.AMISelectorTerms`
Expand Down
Loading

0 comments on commit 73d1a1f

Please sign in to comment.