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
{{ message }}
This repository was archived by the owner on Apr 17, 2025. It is now read-only.
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.
0 commit comments