Skip to content

Commit

Permalink
Merge pull request #24 from telekom/fix/node-selector
Browse files Browse the repository at this point in the history
Fix L2VNI nodeSelector
  • Loading branch information
chdxD1 committed Jun 29, 2023
2 parents 5529e46 + 07aee7a commit 03efbfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/layer2networkconfiguration_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ func (r *Layer2NetworkConfigurationReconciler) ReconcileDebounced(ctx context.Co
}
if !selector.Matches(labels.Set(node.ObjectMeta.Labels)) {
logger.Info("local node does not match nodeSelector of layer2", "layer2", layer2.ObjectMeta.Name, "node", nodeName)
return err
continue
}
}

Expand Down

0 comments on commit 03efbfa

Please sign in to comment.