-
Notifications
You must be signed in to change notification settings - Fork 64
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
Create devfile for devfile registry deployments #1200
Comments
Changing priority to blocker as it is blocking changes in the deployment setup of the community devfile registry. |
Using |
This will let us deploy to OpenShift and Kubernetes using common specs.
Now using separated resources files with variable references. |
Created odo v3 deployment check, currently investigating the following error message experienced with odo in GitHub workflow:
|
Error was caused by the ingress controller not being ready before kubectl wait pods -l app.kubernetes.io/name=ingress-nginx,app.kubernetes.io/component=controller --namespace ingress-nginx --for=condition=Ready --timeout=600s |
Devfile confirmed compatiblity with odo v3 and ODC: |
PR ready for review: devfile/registry#256 |
Which area this feature is related to?
/area registry
/area releng
Which functionality do you think we should add?
Why is this needed? Is your feature request related to a problem?
Create a devfile for making deployments of our devfile registries to devfile adopted platforms such as Red Hat Trusted Application Pipeline.
Detailed description:
Currently our community devfile registry is using a OpenShift template for deployment on our dedicated hosting environment. It would be great to have a outerloop devfile with resource deployment specs under the source repository to allow deployments using devfile consumers. In addition, this could also give more options of deployments to those wanting to deploy to their own Kubernetes or OpenShift environments.
Describe the solution you'd like
Create a devfile which defines the deployment layout for the devfile registry
Convert existing OpenShift template into compatible deployment spec which can be referenced by the devfile or independently used with other methods
Make any necessary modifications to scripts
Update documentation to describe these changes
Add tests for at least the existing platforms
Apply both tasks for the community devfile registry
and the product devfile registry.Describe alternatives you've considered
Alternatively, we can do one of the following:
Additional context
The text was updated successfully, but these errors were encountered: