FelixMoelders / ankaios-dashboard

The Ankaios Dashboard is deployed as a workload within an Ankaios Cluster and allows for debugging, workload creation/config/deletion and more.
MIT License
2 stars 0 forks source link

Unknown Ankaios agents listed in Add Workload input form #24

Open inf17101 opened 4 days ago

inf17101 commented 4 days ago

If a user wants to create a new workload in the Dashboard, the dropdown of the available Ankaios agents includes not existing agents:

image

Only agent_A exists, but the dropdown seems to show also other agents like agent_B, agent_C.

Used image: ankaios-dashboard:latest (v0.1)

FelixMoelders commented 3 days ago

I will have a look at that problem!

FelixMoelders commented 2 days ago

Is there a way to find out all agents that exist in the ankaios system, even those that dont have any workload yet? Currently i prepare a fix, that uses the desiredState to aggregate possible agents.

inf17101 commented 1 day ago

Is there a way to find out all agents that exist in the ankaios system, even those that dont have any workload yet? Currently i prepare a fix, that uses the desiredState to aggregate possible agents.

In the next release, we will release a feature that makes it possible to list all connected Ankaios agents: https://github.com/eclipse-ankaios/ankaios/issues/155. For now, you can only see the Ankaios agents already managing workloads.