Skip to content

[Bug] dpol status reconcilation results in empty `dpol.status`

Kyverno Version

1.15

Kubernetes Version

1.33

Kubernetes Platform

Bare metal

Description

When using a DeletingPolicy, it fails to fill the dpol.status attribute with a non-empty value

2025-11-11T10:45:00Z INF github.com/kyverno/kyverno/pkg/controllers/deleting/controller.go:338 > updated deleting policy status name=cleanup-empty-replicasets namespace= status={"conditionStatus":{"message":""},"lastExecutionTime":null} v=0

Steps to reproduce

  1. Execute this policy cleanup-empty-replicasets

Expected behavior

This dpol.status should have information not empty.

Screenshots

No response

Kyverno logs

Slack discussion

No response

Troubleshooting

  • I have read and followed the documentation AND the troubleshooting guide.
  • I have searched other issues in this repository and mine is not recorded.