Che deployment on OpenShift should be as simple as on Docker
See original GitHub issueThe epic is about the few small steps that would make the deployment of Che on OpenShift consistent with the deployment on Docker:
- Add the scripts and doc to run Che on OpenShift https://github.com/redhat-developer/rh-che/issues/284
- Adapting default Che runtime stacks to run on OpenShift as unprivileged containers https://github.com/redhat-developer/rh-che/issues/155
- Don’t abort a workspace bootstrap if SSH agent fails to be started (in an unprivileged container) (https://github.com/redhat-developer/rh-che/issues/346)
- Extend Che CLI to start Che on OpenShift (https://github.com/redhat-developer/rh-che/issues/418)
- Inject CHE_* environment variables when bootstrapping Che on OpenShift
- Adapt Docker image
eclipse/che-server
(alpine based) to run on OpenShift - Package Che as a minishift addon (c.f. https://github.com/minishift/minishift/issues/1264#issuecomment-329120040) (https://github.com/redhat-developer/rh-che/issues/353)
Issue Analytics
- State:
- Created 6 years ago
- Reactions:2
- Comments:23 (16 by maintainers)
Top Results From Across the Web
Simplified Deployment of Local Container Images to ...
This extension allows developers to deploy their Docker containers on a free Developer Sandbox for Red Hat OpenShift environment (that they can ......
Read more >Red Hat OpenShift makes container orchestration easier
An enterprise-ready Kubernetes container platform with full-stack automated operations to manage hybrid cloud, multicloud, and edge deployments.
Read more >Developing Multi-Pod Apps with Kubernetes and Che
In this blog I will use Kubernetes deployment YAMLs for a microservices application that I run on Minikube. This creates a Che workspace...
Read more >How do I load a dockerimage in eclipse-che?
The command attribute of the dockerimage along with other arguments, is used to modify the entrypoint command of the container created from ...
Read more >Openshift Vs. Kubernetes : What is the Difference? [2022 ...
Both Kubernetes and OpenShift feature robust and scalable architecture that enables rapid and large-scale application development, deployment, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Closing this issue since the only task left was about updating Che CLI and we decided to not implement it and making the minishift addon as the default way to start Che on minishift (https://github.com/redhat-developer/rh-che/issues/506).
@l0rd , @benoitf - we shall discuss on how to get item 5 in the epic, to be done via cli - as we kind of agreed that using script based approach is no good Ux