반응형
Ingress 생성 시 오류
[오류 메세지]
Internal error occurred: failed calling webhook "validate.nginx.ingress.kubernetes.io"
해결법
인증과 관련된 ingress 설정을 제거.
최근(2020년도 3월) ingress 가 update 가 되고 발생하는 오류인데
정확한 해결법이 정리되어있지 않음
개인적으로 알아낸 해결법 : kubectl delete validatingwebhookconfiguration ingress-nginx-admission
제 글을 복사할 시 출처를 명시해주세요.
글에 오타, 오류가 있다면 댓글로 알려주세요! 바로 수정하겠습니다!
반응형
'Kubernetes > Kubernetes 에러 경험' 카테고리의 다른 글
Cannot enforce AppArmor: AppArmor is not enabled on the host (0) | 2021.01.12 |
---|---|
Pod 생성 시 CrashLoopBackOff 상태 (0) | 2021.01.12 |
Kubernetes 이미지 갱신 오류 (0) | 2021.01.12 |
Master, Worker node NotReady 에러 (0) | 2021.01.12 |
kubernetes localhost:8008 was refused 에러 (0) | 2021.01.12 |