We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NGINX Ingress controller version: 0.27.0
Kubernetes version: 1.16.4
Environment:
uname -a
What happened:
nginx: [error] Failed to load tracing library /usr/local/lib/libdd_opentracing.so: Error loading shared library /usr/local/lib/libdd_opentracing.so: No such file or directory nginx: configuration file /tmp/nginx-cfg869960893 test failed ------------------------------------------------------------------------------- W0114 13:26:54.648206 6 queue.go:130] requeuing initial-sync, err ------------------------------------------------------------------------------- Error: exit status 1
ConfigMap
kind: ConfigMap apiVersion: v1 metadata: name: nginx-nginx-ingress-controller labels: app.kubernetes.io/name: ingress-nginx app.kubernetes.io/part-of: ingress-nginx data: # enable-opentracing: "true" datadog-collector-host: $HOST_IP
Helm values.yaml
controller: service: type: NodePort nodePorts: http: 30080 https: 30443 metrics: enabled: true extraEnvs: - name: HOST_IP valueFrom: fieldRef: fieldPath: status.hostIP
/kind bug
The text was updated successfully, but these errors were encountered:
Closing. This is already fixed in master #4920 Today we plan to release 0.27.1 with the fix.
Sorry, something went wrong.
No branches or pull requests
NGINX Ingress controller version: 0.27.0
Kubernetes version: 1.16.4
Environment:
uname -a
): 5.3.0-1007-awsWhat happened:
ConfigMap
Helm values.yaml
/kind bug
The text was updated successfully, but these errors were encountered: