-
Notifications
You must be signed in to change notification settings - Fork 65
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
Update registry operator docs to mention required operator-sdk version #662
Comments
Hi @dharmit Can you check the version of controller-gen on your system? It should be 0.6.x I believe. This issue should’ve already been fixed by devfile/registry-operator#16, so I’m wondering if an older version of controller-gen is overwriting the v1 CRD version to v1beta1 |
I didn't hear/know of I found I'm fine by closing this issue. Do you think it makes sense to document this on registry-operator repo? (it's a genuine question, not a rhetoric where I expect the answer to be "yes".) 😄 Thanks for your help @johnmcollier 👍🏾 |
Yeah it should be documented. FYI, for clusters with olm installed, we recommend installing the operator via its olm bundle. But I’m realizing that we don’t have those instructions in the registry readme, so I’ll add that to the readme as well. |
We should get this updated as part of epic #1007 |
Requirements for #1092 to close (changes being made in devfile/registry-operator#42) might resolve this issue. Operator SDK version requirement should be listed alongside the cluster version requirement. |
devfile/registry-operator#42 has the required changes to close this issue, taking over this issue. |
Using this issue to track the addition of version requirements to the registry operator documentation. These version requirements include:
Please comment on this if anything additional should be added to this list. |
The registry operator will now only support OCP 4.12 at the time of writing. Further support for newer OCP versions will be updated in the documentation. We plan on adding a matrix document to best illustrate our version support of OCP and Kubernetes going forward. |
Extended target date due to other priority tasks and to provide additional time for review. |
A matrix document has been created to illustrate the registry operator support of container orchestration systems. The PR for this issue is now ready for re-review: devfile/registry-operator#42 |
Changes done to the documentation to tie in the Operator SDK versioning with the Kubernetes API versioning. The PR for this issue is now ready for re-review: devfile/registry-operator#42 |
Waiting on re-review of this PR, will extend into next sprint to provide more time for this. |
/kind bug
Which area this bug is related to?
/area registry
What versions of software are you using?
Operating System: Fedora 34
Go Pkg Version: How do I find this? Which go package's version are you asking for?
Bug Summary
Describe the bug:
On minikube 1.23.2 or OCP 4.9,
make install && make deploy
command to install the Registry Operator fails with below error:To Reproduce:
Get a latest minikube or CRC and try running
make install && make deploy
for Registry Operator on it.Expected behavior
Registry Operator installation to succeed.
Additional context
https://kubernetes.io/docs/reference/using-api/deprecation-guide/#v1-22
Target Date: 05-30-2023
The text was updated successfully, but these errors were encountered: