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

refactor(vmop): change vm label from name to uid #460

Merged
merged 1 commit into from
Oct 21, 2024

Conversation

diafour
Copy link
Member

@diafour diafour commented Oct 21, 2024

Description

  • VM name may exceed 63 characters limit on the label value
  • UID is more robust for the purpose to get all related VMOPs.
  • UID is already set for VMIP resources.

Why do we need it, and what problem does it solve?

We need a way to fetch all VMOPs related to a particular VM (think of UI).

What is the expected result?

Checklist

  • The code is covered by unit tests.
  • e2e tests passed.
  • Documentation updated according to the changes.
  • Changes were tested in the Kubernetes cluster manually.

- VM name may exceed 63 characters limit on the label value
- UID is more robust for the purpose to get all related VMOPs.
- UID is already set for VMIP resources.

Signed-off-by: Ivan Mikheykin <[email protected]>
@diafour diafour self-assigned this Oct 21, 2024
@diafour diafour merged commit 248b2ae into main Oct 21, 2024
12 checks passed
@diafour diafour deleted the refactor/vmop/add-vm-uid-to-label branch October 21, 2024 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants