Skip to content

Commit

Permalink
Merge pull request #306 from karelyatin/ovs_ready_condition
Browse files Browse the repository at this point in the history
Use OVSNumberReady for evaluating NetworkAttachment Readiness
  • Loading branch information
openshift-merge-bot[bot] committed Jun 14, 2024
2 parents d45e9a0 + 62462a1 commit baf3fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/ovncontroller_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ func (r *OVNControllerReconciler) reconcileNormal(ctx context.Context, instance
instance.Status.OVSNumberReady = ovsdset.GetDaemonSet().Status.NumberReady

// verify if network attachment matches expectations
networkReady, networkAttachmentStatus, err := nad.VerifyNetworkStatusFromAnnotation(ctx, helper, networkAttachmentsNoPhysNet, ovsServiceLabels, instance.Status.NumberReady)
networkReady, networkAttachmentStatus, err := nad.VerifyNetworkStatusFromAnnotation(ctx, helper, networkAttachmentsNoPhysNet, ovsServiceLabels, instance.Status.OVSNumberReady)
if err != nil {
return ctrl.Result{}, err
}
Expand Down

0 comments on commit baf3fc1

Please sign in to comment.