Copy devfile.yaml dependencies when running odo init
with --devfile-path
#5713
Labels
kind/feature
Categorizes issue as a feature request. For PRs, that means that the PR is the implementation
lifecycle/frozen
Indicates that an issue or PR should not be auto-closed due to staleness.
needs-triage
Indicates an issue or PR lacks a `triage/*` and requires one.
priority/Medium
Nice to have issue. Getting it done before priority changes would be great.
/kind feature
Which functionality do you think we should add?
When a devfile contains dependencies (either a non-inlined Kubernetes component, or a Dockerfile for Image component), running
odo init --devfile-path some/devfile.yaml
, will copy the devfile.yaml only in the current directory, not the dependencies (YAML manifest for Kubernetes component, Dockerfile, etc).It would be interesting that
odo init
also copeies these files, as the devfile.yaml is not usable without them.Why is this needed?
Per se, the devfile.yaml may not be usable without those referenced files.
The text was updated successfully, but these errors were encountered: