Pavan Kumar Aleti
Pavan Kumar Aleti
@paleti5 is me with a different GitHub account. I solved that with a shell script as I couldn't find solution from terraform.
--- apiVersion: v1 kind: PersistentVolumeClaim metadata: name: pvc-data-lake namespace: NAMESPACE spec: accessModes: - ReadWriteMany resources: requests: storage: 10Gi volumeName: pv-data-lake storageClassName: "" --------------------------------- #pvc-sed.sh #! /bin/sh ########### ## Usage: ###########...
> In my case, Namespace was not deleting and generating an error `context deadline exceeded` after doing research I figured out that the namespace is stuck in a terminating state....