Skip to content

Commit

Permalink
Added the table for objects supported in Che 7. (#753)
Browse files Browse the repository at this point in the history
* Added the table for objects supported in Che 7.

Signed-off-by: Supriya Takkhi <[email protected]>

* Removed the extra lines from the 'ref_objects-supported-in-eclipse-che.adoc' file.

Signed-off-by: Supriya Takkhi <[email protected]>
  • Loading branch information
supriya-bharadwaj authored and slemeur committed Jul 23, 2019
1 parent ae88d8a commit eeb7505
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,8 @@ include::ref_devfile-reference.adoc[leveloffset=+1]
// * For more details on writing assemblies, see the link:https://github.com/redhat-documentation/modular-docs#modular-documentation-reference-guide[Modular Documentation Reference Guide].
// * Use a consistent system for file names, IDs, and titles. For tips, see _Anchor Names and File Names_ in link:https://github.com/redhat-documentation/modular-docs#modular-documentation-reference-guide[Modular Documentation Reference Guide].

include::ref_objects-supported-in-eclipse-che.adoc[leveloffset=+1]

:context: {parent-context-of-making-a-workspace-portable-using-a-devfile}


Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
[id="objects-supported-in-eclipse-che"]
= Objects supported in Eclispe Che 7

The following table lists the objects that are partially supported in Eclipse Che 7:

[cols="5*", options="header"]
|===
|Object
|API
|Kubernetes Infra
|OpenShift Infra
|Notes

|Pod
|Kubernetes
|Yes
|Yes
|-

|Deployment
|Kubernetes
|Yes
|Yes
|-

|ConfigMap
|Kubernetes
|Yes
|Yes
|-

|PVC
|Kubernetes
|Yes
|Yes
|-

|Secret
|Kubernetes
|Yes
|Yes
|-

|Service
|Kubernetes
|Yes
|Yes
|-

|Ingress
|Kubernetes
|Yes
|No
|Minishift allows you to create Ingress and it works when the host is specified (OpenShift creates a route for it). But, the `loadBalancer` IP is not provisioned. To add Ingress support for the OpenShift infrastructure node, generate routes based on the provided Ingress.

|Route
|OpenShift
|No
|Yes
|The OpenShift recipe must be made compatible with the Kubernetes Infrastructure and, instead of the provided route, generate Ingress.

|Template
|OpenShift
|Yes
|Yes
|The Kubernetes API does not support templates. A workspace with a template in the recipe starts successfully and the default parameters are resolved.
|===

0 comments on commit eeb7505

Please sign in to comment.