From f343cba551a38fe153caeff032b8df08ce4c39a6 Mon Sep 17 00:00:00 2001 From: Nick Tran Date: Wed, 14 Aug 2024 12:39:30 -0700 Subject: [PATCH] docs: update note for amd --- website/content/en/preview/upgrading/v1-migration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/content/en/preview/upgrading/v1-migration.md b/website/content/en/preview/upgrading/v1-migration.md index 0b5d6789cd7b..bf1f416f9cfc 100644 --- a/website/content/en/preview/upgrading/v1-migration.md +++ b/website/content/en/preview/upgrading/v1-migration.md @@ -17,6 +17,7 @@ Before you begin upgrading to `v1.0.0`, you should know that: * Version `v1.0.0` 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. You will need to migrate all stored manifests to v1 API versions on Karpenter v1.0+. Keep in mind that this is a conversion and not dual support, which means that resources are updated in-place rather than migrated over from the previous version. * If you need to rollback the upgrade to v1, you need to upgrade to a special patch version of the minor version you came from. For instance, if you came from v0.33.5, you'll need to downgrade back to v0.33.6. More details on how to do this in [Downgrading]({{}}). * Validate that you are running at least Kubernetes 1.25. Use the [compatibility matrix]({{}}) to confirm you are on a supported Kubernetes version. +* Karpenter runs a helm post-install-hook as part of upgrading to and from v1.0.0. If you're running Karpenter on a node not running on x86_64, you'll need to update your `values.postInstallHook.image` values in your helm `values.yaml` file to point to a compatible image. See the [Changelog]({{}}) for details about actions you should take before upgrading to v1.0 or v1.1.