Support devfile with more than one Kubernetes tool
See original GitHub issueDescription
Devfile example:
specVersion: 0.0.1
name: fix-the-kube
projects:
- name: nodejs-mongo-app
source:
type: git
location: 'https://github.com/ijason/NodeJS-Sample-App.git'
tools:
- name: theia-editor
type: cheEditor
id: org.eclipse.che.editor.theia:1.0.0
- name: exec-plugin
type: chePlugin
id: che-machine-exec-plugin:0.0.1
- name: mongodb
type: kubernetes
local: mongo-controller.yaml
- name: nodejs
type: kubernetes
local: node-controller.yaml
Controllers yamls can be found at kubernetes example
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Introduction to Devfile - GitHub Pages
There are currently four types of components supported. There is two simpler types, such as cheEditor and chePlugin and two more complex -...
Read more >Building a custom devfile registry
To package any external devfile stacks or samples in your devfile registry, go to the root of your repository and create an extraDevfileEntries.yaml...
Read more >Chapter 4. Authoring devfiles - Red Hat Customer Portal
A devfiles is a YAML file that CodeReady Workspaces consumes and transforms into a cloud workspace composed of multiple containers. It is possible...
Read more >Support Devfile format to generate a workspace #11549
The goal of this epic is to support the devfile format in Eclipse Che on all ... Support devfile with more than one...
Read more >Devfile v2 and IDE plug-ins in Eclipse Che - Medium
Milestone 1 introduced the first support of devfile v2 (start a basic ... 3 is the next target, including Kubernetes support and more....
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
@garagatyi @ibuziuk we are taking this issue to our sprint. @sleshchenko are going to work on it.
Since OSIO-Che and Che platform teams are not yet sure who will work on this issue we discussed technical details of the implementation with @sleshchenko We decided that scope of this task would be: