-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added the table for objects supported in Che 7. (#753)
* 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
1 parent
ae88d8a
commit eeb7505
Showing
2 changed files
with
71 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
67 changes: 67 additions & 0 deletions
67
src/main/pages/che-7/end-user-guide/ref_objects-supported-in-eclipse-che.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|=== |