You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use nginxdemos/nginx-ingress:latest (or 1.0.0-beta0) and container refuses to start with following messages (note SSL error):
I0901 11:16:30.936556 1 nginx.go:371] The main NGINX configuration file had been updated
nginx: [emerg] BIO_new_file("/etc/nginx/secrets/default") failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/etc/nginx/secrets/default','r') error:2006D080:BIO routines:BIO_new_file:no such file)
I0901 11:16:30.942754 1 reflector.go:198] Starting reflector *v1.ConfigMap (30s) from github.com/nginxinc/kubernetes-ingress/nginx-controller/controller/controller.go:318
I0901 11:16:30.942845 1 reflector.go:236] Listing and watching *v1.ConfigMap from github.com/nginxinc/kubernetes-ingress/nginx-controller/controller/controller.go:318
I0901 11:16:30.943015 1 reflector.go:198] Starting reflector *v1beta1.Ingress (30s) from github.com/nginxinc/kubernetes-ingress/nginx-controller/controller/controller.go:312
I0901 11:16:30.943074 1 reflector.go:236] Listing and watching *v1beta1.Ingress from github.com/nginxinc/kubernetes-ingress/nginx-controller/controller/controller.go:312
E0901 11:16:30.943434 1 main.go:146] nginx command exited with an error: exit status 1
I0901 11:16:30.943476 1 main.go:156] Shutting down the controller
I0901 11:16:30.943493 1 main.go:131] Waiting for the controller to exit...
The text was updated successfully, but these errors were encountered:
@seletskiy that is a good point. thanks. however, just to be more clear, if you add a cert and a key into the /etc/nginx/secrets/default file in the image, you don't have to provide any TLS Secret.
I'm trying to use
nginxdemos/nginx-ingress:latest
(or1.0.0-beta0
) and container refuses to start with following messages (note SSL error):The text was updated successfully, but these errors were encountered: