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

Improve debugging for brokered resources #599

Open
adracus opened this issue Jan 9, 2023 · 0 comments
Open

Improve debugging for brokered resources #599

adracus opened this issue Jan 9, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@adracus
Copy link
Contributor

adracus commented Jan 9, 2023

Summary

machinebroker and volumebroker generate names for the brokered resources that might appear cryptic or lengthy in the
target cluster. There should be an easy way to track brokered objects across clusters.

Basic example

If a Machine gets created via machinebroker, the resulting entity might look like this:

my-namespace 12019901783616d84f7f1a806e948abc90a017c54eb3ac2450a0835a0322a23 my-class my-pool Running 1h

When created via machinepoollet, the broker annotations of the brokered machine contain the name, namespace and uid of the source machine.

Motivation

It is cumbersome to dive through the annotations / traverse multiple clusters to see how a machine got from a source to a target cluster. To debug easily and properly, there should be tooling to deal with the 'brokerage'.

For original issue, see #598

@adracus adracus added the enhancement New feature or request label Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

1 participant