virtualization icon indicating copy to clipboard operation
virtualization copied to clipboard

fix(core): vmclass node reconcile

Open danilrwx opened this issue 8 months ago • 2 comments

Description

When creating a vmclass with cpu features, if the node is not ready yet and does not have the necessary labels, the vmclass is left hanging in pending.

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

When creating a cluster, as well as when adding or updating nodes, vmclass can start hanging in pending until the user updates the resource

What is the expected result?

It is also necessary to watch and check node labels and update the vmclass.

Checklist

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

Changelog entries

section: vmclass
type: fix
summary: Add missing reconcile after node updating for vmclass

danilrwx avatar May 21 '25 19:05 danilrwx

Workflow has started. Follow the progress here: Workflow Run

The target step completed with status: success.

deckhouse-BOaTswain avatar May 22 '25 08:05 deckhouse-BOaTswain

Workflow has started. Follow the progress here: Workflow Run

The target step completed with status: success.

deckhouse-BOaTswain avatar May 23 '25 16:05 deckhouse-BOaTswain