-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
odo describe component
should display actual resources created and not just their Devfile component names
#6229
Comments
I agree that the new suggested output is better, but this is not a bug. It works as it was originally intended (#5661) This is a feature request or feature enhancement. It should be converted to a user story. |
A friendly reminder that this issue had no activity for 90 days. Stale issues will be closed after an additional 30 days of inactivity. |
This issue was closed because it has been inactive for 30 days since being marked as stale. |
/remove-lifecycle rotten Still relevant. |
@rm3l: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/kind user-story
User Story
As a user I want to
odo describe component
to show the k8s resources that are managed by odo and not just the name of the Devfile component So that I know what the resource really is.Acceptance Criteria
<devfile component name>: <Resource>/<Resource Name>
Links
/kind user-story
Reproduction steps
odo deploy
to deploy it on the cluster.odo describe component
and check the section on "Kubernetes Component"The text was updated successfully, but these errors were encountered: