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
Currently raising NGX_ERROR seems to result in ingress-nginx going down. This could possibly be resolved by config validation in the ingress-nginx project or a different mechanism for handling errors in nginx-opentracing.
The text was updated successfully, but these errors were encountered:
At IBM Observability by Instana APM we handle this with a K8s autotrace mutating webhook admission controller. It automatically does the required transformations of ConfigMap and deployment. Further components provide the required tracer binaries and symlinks to them fully automatically all together so that this case cannot happen.
We have the right timing and delay the startup of the NGINX of Ingress NGINX until the tracer is configured properly.
This solves a chicken-and-egg problem.
Related ingress-nginx issue
Currently raising NGX_ERROR seems to result in ingress-nginx going down. This could possibly be resolved by config validation in the ingress-nginx project or a different mechanism for handling errors in nginx-opentracing.
The text was updated successfully, but these errors were encountered: