MLOPS/kubernetes

Solution to resolve terminating namespace

개발허재 2023. 1. 27. 14:23

Find the resources that are not deleted

kubectl api-resources --verbs=list --namespaced -o name | xargs -n 1 kubectl get --show-kind --ignore-not-found -n <terminating-namespace>

and delete api resources