Hi @Roberto Sarati,
Thank you for sharing the information.
It seems that the issue might be due to the pod you’re trying to delete having a QoS class set to Burstable. Kubernetes automatically assigns a QoS class based on the resource requests and limits when the pod is created, and this QoS class cannot be changed later.
To resolve this, please update the pod’s QoS class to BestEffort before attempting to delete it. This adjustment should help you avoid the immutability error.
If you have any further queries, do let us know.