Skip to content

Support dedicatedPod field on container components #6786

Open
@rm3l

Description

@rm3l

/kind feature
/area devfile-spec

Which functionality do you think we should add?

dedicatedPod seems to be ignored currently by odo. Per the Devfile spec, it is supposed to allow running a container in its own Pod.

This seems to be a limitation in the Devfile library: devfile/api#670. So I guess it must be fixed in the library, then pulled into odo.

Why is this needed?

To improve our coverage of the Devfile spec

I guess supporting this might have other implications like:

  • port-forwarding: make sure to port-forward to the right pod
  • Limitations on unique port values might no longer make sense in some cases, e.g., having the same port defined in different container components is okay, as long as they are in different pods.
  • Impact on Podman
  • ...

Related

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/devfile-specIssues or PRs related to the Devfile specification and how odo handles and interprets it.kind/featureCategorizes issue as a feature request. For PRs, that means that the PR is the implementationlifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.priority/LowNice to have issue. It's not immediately on the project roadmap to get it done.

    Type

    No type

    Projects

    • Status

      No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions