Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSO Operator crashes in K8s 1.22 #62

Open
zhenfangwg2 opened this issue May 3, 2023 · 1 comment
Open

SSO Operator crashes in K8s 1.22 #62

zhenfangwg2 opened this issue May 3, 2023 · 1 comment

Comments

@zhenfangwg2
Copy link

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

@ccojocar
Copy link
Owner

ccojocar commented May 4, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants