sudo87 commented on PR #11968:
URL: https://github.com/apache/cloudstack/pull/11968#issuecomment-5597688700
Tested this on a live CKS cluster (KVM, CSI enabled). Deployed a workload
with a PVC (reclaimPolicy: Delete), then deleted the cluster to trigger this
script.
With the patched script, the log correctly showed:
```
Processing PVC pr11968-test-pvc in namespace default (PV: pvc-... has
reclaimPolicy=Delete)
Deleting Deployment: pr11968-test-app
Deleting PVC pr11968-test-pvc in namespace default
Script completed successfully!
```
Deployment was identified and deleted by its actual name — no (standard
input) errors. Confirms the fix works as intended.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]