Skip to content
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

Include VMs in the topology view #1807

Open
varodrig opened this issue Jun 11, 2024 · 3 comments
Open

Include VMs in the topology view #1807

varodrig opened this issue Jun 11, 2024 · 3 comments

Comments

@varodrig
Copy link

varodrig commented Jun 11, 2024

Describe the bug

A clear and concise description of what the bug is. (provide screenshots if applicable)

Expected Behavior

See the virtualmachines created that are currently shown in the Developer Topology View.

apiVersion: kubevirt.io/v1
kind: VirtualMachine

What are the steps to reproduce this bug?

  1. RHDH access
  2. Access to the namespace where the VMs has been created
  3. click on the topology tab inside RHDH.

Versions of software used and environment

const watchedResources = [
ModelsPlural.deployments,
ModelsPlural.pods,
ModelsPlural.services,
ModelsPlural.replicasets,
ModelsPlural.ingresses,
ModelsPlural.daemonsets,
ModelsPlural.statefulsets,
ModelsPlural.cronjobs,
ModelsPlural.jobs,
ModelsPlural.routes,
TektonModels.taskruns,
TektonModels.pipelineruns,
TektonModels.pipelines,
ModelsPlural.checlusters,
];

Validated with @Zaperex
image
image

@varodrig varodrig added kind/bug Something isn't working status/triage labels Jun 11, 2024
@github-actions github-actions bot added the jira label Jun 11, 2024
@rm3l
Copy link
Member

rm3l commented Jun 11, 2024

@varodrig @Zaperex Is this a bug or a feature request? Looks like a feature request to me, as I didn't see anything related to VMs in the feature epic related to this topology plugin (#58)

@Zaperex
Copy link
Member

Zaperex commented Jun 11, 2024

I think it should fall under a feature or enhancement, it was just newly requested by @varodrig

@varodrig
Copy link
Author

related to #1893

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants