Skip to content

Commit 3163004

Browse files
committed
add note to docs about webhook configurations for upgrade
1 parent bb2efce commit 3163004

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

website/content/en/v1.0/upgrading/v1-migration.md

+12
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,18 @@ You should still review the upgrade procedure; the sequence of operations remain
299299
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" >}}).
300300
{{% /alert %}}
301301

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+
302314
11. Upgrade your cloudformation stack and remove the temporary `v1` controller policy.
303315

304316
```bash

0 commit comments

Comments
 (0)