Delete an instance
Deleting a Valkey resource removes its Operator-managed workloads and Services.
This operation is destructive and is not a backup workflow.
Expected impact
Before you delete
-
Stop application writes and confirm that clients no longer use the instance.
-
Complete and verify your external backup or data export.
-
Record the PVCs and their reclaim policy:
-
Protect any PVC that must be retained. In the inspected baseline,
spec.storage.retainAfterDeletedhas no effect: generated PVCs are always left in place after deletion. Do not treat the leftover PVCs as deleted data, and do not assume a delivered build behaves identically without verifying it.
Delete the instance
Watch deletion and finalizer processing:
After the Valkey resource disappears, inspect remaining PVCs and Secrets before
deleting them explicitly:
Also confirm that no generated workload or Service remains:
Do not remove finalizers added by the Operator to force deletion unless product support has confirmed the remaining child resources and data-retention consequences.