We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a664e3 commit 2a721d6Copy full SHA for 2a721d6
controllers/pod_controller_functions.go
@@ -41,7 +41,7 @@ func (r *PodReconciler) UpdateKubeObject(pod client.Object, ctx context.Context)
41
if apierrors.IsNotFound(err) {
42
// The Pod has been deleted since we read it.
43
// Requeue the Pod to try to reconciliate again.
44
- return ctrl.Result{Requeue: true}, nil
+ return ctrl.Result{Requeue: false}, nil
45
}
46
log.Error(err, "unable to update pod")
47
return ctrl.Result{}, err
0 commit comments