Skip to content

Commit 07fe1de

Browse files
Update rust/operator-binary/src/restart_controller/pod.rs
Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com>
1 parent d43f3d1 commit 07fe1de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • rust/operator-binary/src/restart_controller

rust/operator-binary/src/restart_controller/pod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ async fn report_result(
230230
{
231231
if error_message == EVICT_ERROR_MESSAGE {
232232
tracing::info!(
233-
k8s.object_ref = %pod_ref,
233+
k8s.object.ref = %pod_ref,
234234
error = %evict_pod_error,
235235
"Tried to evict Pod, but wasn't allowed to do so, as it would violate the Pod's disruption budget. Retrying later"
236236
);

0 commit comments

Comments
 (0)