728x90
60. Ingress 생성 시 오류 (tistory.com)
Error from server (InternalError): error when creating "00.ingress.yaml": Internal error occurred: failed calling webhook "validate.nginx.ingress.kubernetes.io": failed to call webhook: Post "https://ingress-nginx-controller-admission.ingress-nginx.svc:443/networking/v1/ingresses?timeout=10s": dial tcp 10.107.222.36:443: connect: connection refused
요런 ingress 에러 생긴 경우
해결법
인증과 관련된 ingress 설정을 제거.
최근(2020년도 3월) ingress 가 update 가 되고 발생하는 오류인데
정확한 해결법이 정리되어있지 않음
개인적으로 알아낸 해결법 :
kubectl delete validatingwebhookconfiguration ingress-nginx-admission
재설치 ㄱㄱ
728x90
'팁' 카테고리의 다른 글
vscode 프로세스에서 없는 파이프에 쓰려고 했습니다. (0) | 2022.06.07 |
---|---|
kubernetes coredns 0/1 Running, coredns 0/1 CrashLoopBackOff (0) | 2022.05.23 |
SyntaxError: Cannot use import statement outside a module (0) | 2022.03.30 |
FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory (0) | 2022.03.30 |
Error: error:0308010C:digital envelope routines::unsupported (0) | 2022.03.30 |