ironcore-dev/metal-operator

Implement `ServerSelector` in `ServerClaimReconciler`

afritzler opened this issue · 0 comments

Summary

We expose the ServerSelector in the ServerClaim typ to schedule a claim to a Server which matches the label selector in the ServerSelector field. However currently the selector is not implemented in the claim reconciler.

Expected outcome

  • Implementation handling the serverSelector in the ServerClaim
  • Unit tests ensuring the correct behaviour