팁
failed calling webhook "validate.nginx.ingress.kubernetes.io":
tonyhan18
2022. 5. 23. 09:26
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