중요한건 꺾이지 않는 맥북
Solution to resolve terminating namespace 본문
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
'MLOPS > kubernetes' 카테고리의 다른 글
컨테이너에 telnet도 curl도 없을 때 통신 확인하는 방법 (0) | 2023.04.19 |
---|---|
connection_failure,TLS_error:_268435703:SSL_routines:OPENSSL_internal:WRONG_VERSION_NUMBER (0) | 2023.02.02 |
[kubernetes metrics-server] x509: cannot validate certificate for {IP} because it doesn't contain any IP SANs (0) | 2023.01.19 |
Kubeflow + BentoML Yatai on kubernetes (0) | 2023.01.17 |
minikube 클러스터 삭제 후 kubeadm init 에러 (0) | 2023.01.10 |