-
Notifications
You must be signed in to change notification settings - Fork 1
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
Migrate OpenShift workloads to non-deprecated APIs #13
Comments
I just checked os docs for 4.17. I see that indeed, the From the quick scroll through fedora-infra I see that for example coreos-koji-tagger as you mentioned uses deploymentconfig. |
each of the projects that we own should be deployable in the Fedora staging OpenShift. I would say if you can even get pods running and builds building it would be enough. You don't have to verify that the service can come up completely. |
Just a comment to summarize my recent findings:
|
Since one of the hackathon themes is 'AI', out of curiosity I asked (Yi Coder 9B LLM -> link to model download for LM Studio) about the ansible-linter complains:
And the reply:
|
We have several projects in Fedora's OpenShift that we rely on:
Most of them (if not all) are using outdated/deprecated constructs like
DeploymentConfig
.BuildConfig
may be deprecated too. In all cases we need to update our projects to use new APIs/Objects so that they don't cease to work in the future.The text was updated successfully, but these errors were encountered: