From af10c8473e531c584668a7bce3cd4c40f3cd170e Mon Sep 17 00:00:00 2001 From: Jason Deal Date: Mon, 2 Dec 2024 14:37:10 -0800 Subject: [PATCH] docs: fix header type in migration guide --- website/content/en/v1.0/upgrading/v1-migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/en/v1.0/upgrading/v1-migration.md b/website/content/en/v1.0/upgrading/v1-migration.md index cfa948d6dae2..7b242c404fd3 100644 --- a/website/content/en/v1.0/upgrading/v1-migration.md +++ b/website/content/en/v1.0/upgrading/v1-migration.md @@ -619,7 +619,7 @@ spec: maxPods: 20 ``` -### NodeClassRef Requirements +#### NodeClassRef Requirements Starting with Karpenter `v1.1.0`, `nodeClassRef.group` and `nodeClassRef.kind` are strictly required on both NodePools and NodeClaims. Ensure these values are set for all resources **before** upgrading Karpenter.