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 has been archived by the owner on Jun 26, 2023. It is now read-only.
Cer-controller updated its WH support from v1beta1 to v1 (open-policy-agent/cert-controller#34). HNC has already updated to v1 for WHs (#1434) but our cert-controller still supports v1beta1:
https://github.com/kubernetes-sigs/multi-tenancy/blob/a6253034e7d197089b6d3003c459c5f394355dd7/incubator/hnc/vendor/github.com/open-policy-agent/cert-controller/pkg/rotator/rotator.go#L72-L74
It's currently working because the builtin type is still serving both v1beta1 and v1.
However after K8s v1.22, v1beta1 WH api will be unserved. We need to upgrade our cert-controller so HNC won't break.
The text was updated successfully, but these errors were encountered: