Additional Labels are not applied #517
Labels
kind/bug
Something isn't working
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Milestone
What happened:
When specifying additional labels on the
RKE2ControlPlane
object, these labels are not applied to the resources owned by the RCP.What did you expect to happen:
Machine
resources created by RCP only receive the following labels:How to reproduce it:
Add labels under
metadata.labels
on the RCP:Check
Machine
owned by RCP and checkmetadata.labels
, only the labels referenced above will be added.Anything else you would like to add:
This is affecting MachineHealthChecks created from a
Cluster
that is usingspec.topology
and ClusterClass to create a CAPI Cluster.topology.cluster.x-k8s.io/owned: ''
label is expected to be on theMachine
or any RCP owned resources but is not getting propagated down.Environment:
The text was updated successfully, but these errors were encountered: