This repository was archived by the owner on Apr 17, 2025. It is now read-only.
Commit 66687ac
committed
Remove webhooks from CRDs and unbreak K8s 1.22
HNC hasn't has CRD conversion webhooks implemented since v0.6, but
somehow we still had them in our CRDs. It looks like earlier versions of
K8s simply ignored them but 1.22 hits internal errors if the webhooks
can't be called, even though no conversion is actually occurring.
Tested: can't install HNC successfully on 1.22 without this change; can
install successfully with it. Also, before this change, if I edit the
CRDs on the server to remove the conversion webhooks, HNC starts
working.1 parent 7a25601 commit 66687ac
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments