-
Notifications
You must be signed in to change notification settings - Fork 75
Closed
openshift/console
#12000Labels
kind/enhancementNew feature or requestNew feature or request
Description
Which area/kind this issue is related to?
OpenShift Developer Console (ODC)
Issue Description
ODC 4.12 release plans on adopting devfile v2.2.0 and this entails the import flow on ODC which will consume the outer loop resources specified on the devfile samples https://github.com/devfile/registry/blob/main/extraDevfileEntries.yaml
Currently, the ODC uses the inner loop devfile library generate functions and relies on the devfile.yaml attribute alpha.dockerimage-port
but we must switch to the kubernetes resources defined in the kubernetes component, for example:
- name: outerloop-deploy
kubernetes:
uri: outerloop.yaml
ODC should create all the resources specified in outerloop.yaml for its Devfile import flow
Metadata
Metadata
Assignees
Labels
kind/enhancementNew feature or requestNew feature or request