Factory flow should support k8s/OS tool in Devfile #12266
Labels
kind/enhancement
A feature request - must adhere to the feature request template.
status/in-progress
This issue has been taken by an engineer and is under active development.
Description
The goal is to improve factory flow to support k8s/OS tool with a relative path to a configuration file specified in Devfile.
# An example of Devfile with Kubernetes/OpenShift tool specified
An idea is not to embed k8s/OS yaml into Devfile model but just reference file with k8s/OS content that is located in the same repository where Devfile lives.
Then
resolve factory
flow should parse Devfile and fetch k8s/OS tool configuration content by specified relative path in repository. Then the environment should be provisioned intoFactory#getWorkspaceConfig
with fetched k8s/OS configuration as content of recipe with typekubernetes/openshift
.# An example OpenShift Tool Configuration
The text was updated successfully, but these errors were encountered: