You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: website/content/en/v1.0/upgrading/v1-migration.md
+12
Original file line number
Diff line number
Diff line change
@@ -299,6 +299,18 @@ You should still review the upgrade procedure; the sequence of operations remain
299
299
Karpenter has deprecated and moved a number of Helm values as part of the v1 release. Ensure that you upgrade to the newer version of these helm values during your migration to v1. You can find detail for all the settings that were moved in the [v1 Upgrade Reference]({{<ref "#helm-values" >}}).
300
300
{{% /alert %}}
301
301
302
+
{{% alert title="Note" color="primary" %}}
303
+
<!-- Note: don't indent this line to match the indenting of the alert box. Hugo will create a code block. -->
304
+
Karpenter versions 0.32.x through 0.37.x have a number of mutating webhooks and validating webhooks that are not present
305
+
in 1.0.x; if you are only using `helm` to generate manifests and are not using it to deploy them, you must clean up
306
+
these webhook configurations by hand: specifically, you will need to remove the following resources:
307
+
308
+
* `defaulting.webhook.karpenter.k8s.aws`
309
+
* `validation.webhook.karpenter.sh`
310
+
* `validation.webhook.config.karpenter.sh`
311
+
* `validation.webhook.karpenter.k8s.aws`
312
+
{{% /alert %}}
313
+
302
314
11. Upgrade your cloudformation stack and remove the temporary `v1` controller policy.
0 commit comments