ccojocar/sso-operator

SSO Operator crashes in K8s 1.22

Opened this issue · 1 comments

After upgrading cluster version to 1.22 we found SSO-operator ends up in crashing-loop with following error log:

time="2023-05-03T12:28:43Z" level=error msg="failed to register the SSO CRD: the server could not find the requested resource"

This is because SSO-Operator uses v1beta1 API to create CRD and that API is removed by K8s 1.22

It might be since the operator wasn't updated in quite a while. Please feel free to send a pull request if you mange to get it working. Thanks