Skip to content

Commit

Permalink
concord-agent-operator: reduce chattiness of TryToDeletePodChange
Browse files Browse the repository at this point in the history
  • Loading branch information
ibodrov committed Jan 28, 2025
1 parent e689240 commit 0b740cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public void apply(KubernetesClient client) {
Map<String, String> labels = pod.getMetadata().getLabels();

if ("true".equals(labels.getOrDefault(AgentPod.PRE_STOP_HOOK_TERMINATION_LABEL, "false"))) {
log.warn("['{}'] -> has been marked for termination", podName);
log.debug("['{}'] -> has already been marked for termination", podName);
return;
}

Expand Down

0 comments on commit 0b740cd

Please sign in to comment.