Skip to content

Commit

Permalink
Add fixes for upgrade guide
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-innis committed Oct 15, 2023
1 parent e48cf37 commit dfe7a6a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions website/content/en/preview/upgrade-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ For more information on Karpenter's support for these keys, view [this tracking

To make upgrading easier, we aim to minimize the introduction of breaking changes with the following components:

* Provisioner API
* NodePool API
* EC2NodeClass API
* Helm Chart

We try to maintain compatibility with:
Expand Down Expand Up @@ -70,9 +71,9 @@ If you get the error `invalid ownership metadata; label validation error:` while
In general, you can reapply the CRDs in the `crds` directory of the Karpenter helm chart:

```shell
kubectl apply -f https://raw.githubusercontent.com/aws/karpenter{{< githubRelRef >}}pkg/apis/crds/karpenter.sh_provisioners.yaml
kubectl apply -f https://raw.githubusercontent.com/aws/karpenter{{< githubRelRef >}}pkg/apis/crds/karpenter.sh_machines.yaml
kubectl apply -f https://raw.githubusercontent.com/aws/karpenter{{< githubRelRef >}}pkg/apis/crds/karpenter.k8s.aws_awsnodetemplates.yaml
kubectl apply -f https://raw.githubusercontent.com/aws/karpenter{{< githubRelRef >}}pkg/apis/crds/karpenter.sh_nodepols.yaml
kubectl apply -f https://raw.githubusercontent.com/aws/karpenter{{< githubRelRef >}}pkg/apis/crds/karpenter.sh_nodeclaims.yaml
kubectl apply -f https://raw.githubusercontent.com/aws/karpenter{{< githubRelRef >}}pkg/apis/crds/karpenter.k8s.aws_ec2nodeclasses.yaml
```

### How Do We Break Incompatibility?
Expand Down

0 comments on commit dfe7a6a

Please sign in to comment.