[Doc] Clarify prerequisites for Che install.
See original GitHub issueIs your enhancement related to a problem? Please describe.
The recent versions of Che runs on K8s or OpenShift. And I couldn’t find the minimum version information about K8s and OpenShift. As sometimes K8s API version is obsoleted and removed, clarifying supported versions is important to users. (refs comment in #15278 )
Previously, the similar issue was raised as #9576. But the link to the doc was broken. So it should be discussed again, IMO.
Describe the solution you’d like
Prerequisites (supported versions of K8s / OpenShift) are shown on eclipse/che/README.md
or somewhere.
Describe alternatives you’ve considered
Just in case deploying with Helm, supported K8s version information can be embedded to Chart.yaml
.
Subtasks
- Find out what’s the minimum Kubernetes version supported: v1.9.11
- Find out what’s the minimum OpenShift version supported: v3.11
- Find out what’s the minimum helm version supported: v2.15.2
- Mention the minimum versions in the installation requirements section of Che documentation
- Add a chectl preflight check step that verifies that the platform version is supported:
- Check the version when
--platform=k8s
- Check the version when
--platform=openshift
- Check the version when
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Introduction to Eclipse Che :: Eclipse Che Documentation
Accelerate project and developer onboarding: As a zero-install development environment that runs in your browser, Eclipse Che makes it easy for anyone to...
Read more >Overview - Kubernetes
This page is an overview of Kubernetes. Kubernetes is a portable, extensible, open source platform for managing containerized workloads and ...
Read more >FAQs - BIS.doc.gov
A license rider consists of clarifying or explanatory language added to a license by BIS. Although license riders are not requirements, BIS sometimes...
Read more >Structure of the US Education System: Bachelor's Degrees
U.S. bachelor degree programs usually include requirements for breadth as well as depth of study, and students will fulfill what are called liberal...
Read more >Chemical Clarification Precipitation Methods - State of Michigan
Chemical Coagulation; Flocculation; Separation. Hydroxide Precipitation. Most Soluble Heavy Metals Will Precipitate. When pH is Raised to a Given Point. Cu( ...
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
Makes sense @monaka thanks for raising it. @tolusha I am adding that to
team/deploy
as that’s something that should be check at installation time when usingchectl
(I have added that as a subtask). Anyway I think that the minimum versions are kubernetes 1.9 and OpenShift 3.8 but it should be verified.@tolusha, @l0rd: on PR check jobs we are normally installing Eclipse Che on minikube 1.1.1 by using helm of v2.13.0-rc.2+gb0d4c9e version. WDYT about setting helm minimal version to 2.13?