From 1ba3a3ea5b6cd152a20a0928c4f9d5ded41a7db0 Mon Sep 17 00:00:00 2001 From: Natasha Rooney Date: Thu, 22 Aug 2024 13:06:12 -0400 Subject: [PATCH] docs: Adding pointer to troubleshooting guide for crd update errors v1-migration.md (#6842) Co-authored-by: Jonathan Innis --- website/content/en/docs/upgrading/v1-migration.md | 8 +++++++- website/content/en/preview/upgrading/v1-migration.md | 8 +++++++- website/content/en/v1.0/upgrading/v1-migration.md | 8 +++++++- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/website/content/en/docs/upgrading/v1-migration.md b/website/content/en/docs/upgrading/v1-migration.md index 7f0d3418cdb4..b21274d35172 100644 --- a/website/content/en/docs/upgrading/v1-migration.md +++ b/website/content/en/docs/upgrading/v1-migration.md @@ -76,7 +76,9 @@ The upgrade guide will first require upgrading to your latest patch version prio --set webhook.serviceNamespace="${KARPENTER_NAMESPACE}" \ --set webhook.port=8443 ``` - +{{% alert title="Note" color="warning" %}} +If you receive a `label validation error` or `annotation validation error` consult the [troubleshooting guide]({{}}) for steps to resolve. +{{% /alert %}} 7. Upgrade Karpenter to the latest patch version of your current minor version's. At the end of this step, conversion webhooks will run but will not convert any version. @@ -125,6 +127,10 @@ The upgrade guide will first require upgrading to your latest patch version prio --set webhook.port=8443 ``` +{{% alert title="Note" color="warning" %}} +If you receive a `label validation error` or `annotation validation error` consult the [troubleshooting guide]({{}}) for steps to resolve. +{{% /alert %}} + 11. Upgrade Karpenter to the new version. At the end of this step, conversion webhooks run to convert the Karpenter CRDs to v1. ```bash diff --git a/website/content/en/preview/upgrading/v1-migration.md b/website/content/en/preview/upgrading/v1-migration.md index 7f0d3418cdb4..b21274d35172 100644 --- a/website/content/en/preview/upgrading/v1-migration.md +++ b/website/content/en/preview/upgrading/v1-migration.md @@ -76,7 +76,9 @@ The upgrade guide will first require upgrading to your latest patch version prio --set webhook.serviceNamespace="${KARPENTER_NAMESPACE}" \ --set webhook.port=8443 ``` - +{{% alert title="Note" color="warning" %}} +If you receive a `label validation error` or `annotation validation error` consult the [troubleshooting guide]({{}}) for steps to resolve. +{{% /alert %}} 7. Upgrade Karpenter to the latest patch version of your current minor version's. At the end of this step, conversion webhooks will run but will not convert any version. @@ -125,6 +127,10 @@ The upgrade guide will first require upgrading to your latest patch version prio --set webhook.port=8443 ``` +{{% alert title="Note" color="warning" %}} +If you receive a `label validation error` or `annotation validation error` consult the [troubleshooting guide]({{}}) for steps to resolve. +{{% /alert %}} + 11. Upgrade Karpenter to the new version. At the end of this step, conversion webhooks run to convert the Karpenter CRDs to v1. ```bash diff --git a/website/content/en/v1.0/upgrading/v1-migration.md b/website/content/en/v1.0/upgrading/v1-migration.md index 7f0d3418cdb4..b21274d35172 100644 --- a/website/content/en/v1.0/upgrading/v1-migration.md +++ b/website/content/en/v1.0/upgrading/v1-migration.md @@ -76,7 +76,9 @@ The upgrade guide will first require upgrading to your latest patch version prio --set webhook.serviceNamespace="${KARPENTER_NAMESPACE}" \ --set webhook.port=8443 ``` - +{{% alert title="Note" color="warning" %}} +If you receive a `label validation error` or `annotation validation error` consult the [troubleshooting guide]({{}}) for steps to resolve. +{{% /alert %}} 7. Upgrade Karpenter to the latest patch version of your current minor version's. At the end of this step, conversion webhooks will run but will not convert any version. @@ -125,6 +127,10 @@ The upgrade guide will first require upgrading to your latest patch version prio --set webhook.port=8443 ``` +{{% alert title="Note" color="warning" %}} +If you receive a `label validation error` or `annotation validation error` consult the [troubleshooting guide]({{}}) for steps to resolve. +{{% /alert %}} + 11. Upgrade Karpenter to the new version. At the end of this step, conversion webhooks run to convert the Karpenter CRDs to v1. ```bash