A new command to add K8s component to the Devfile from file #6338
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/Low
Nice to have issue. It's not immediately on the project roadmap to get it done.
/kind feature
Which functionality do you think we should add?
Add a new command to odo that will add K8s component to the Devfile from a file.
Why is this needed?
This command might be helpful in cases where you need to modify the Devfile to add a K8s resource without doing so manually.
For e.g., defining a DB microservice inside Devfile that the application can connect to via ServiceBinding; odo will ensure the microservice is created for a successful bind.
Using the command will avoid having to use kubectl or oc client to create the service as well.
The text was updated successfully, but these errors were encountered: