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
If default backend is declared in an Ingress resource, the controller panics
Kong Ingress controller version
0.7.0 This is not a problem with 0.6.0
Kong or Kong Enterprise version
1.4.3
1.15
echo "apiVersion: extensions/v1beta1 kind: Ingress metadata: name: test spec: backend: serviceName: billing servicePort: 80 tls: - hosts: - foo.com secretName: tls-secret" | kubectl apply -f -
The controller crashes due to a nil pointer reference.
The text was updated successfully, but these errors were encountered:
fix(parser) process default backend correctly
7bc626f
service.Protocol needs to be set otherwise the code panics. Fix #511
894fb14
service.Protocol needs to be set otherwise the code panics. Fix #511 From #515
Successfully merging a pull request may close this issue.
Summary
If default backend is declared in an Ingress resource, the controller panics
Kong Ingress controller version
0.7.0
This is not a problem with 0.6.0
Kong or Kong Enterprise version
1.4.3
Kubernetes version
1.15
Environment
Steps To Reproduce
The controller crashes due to a nil pointer reference.
The text was updated successfully, but these errors were encountered: