Setting --update-state=false
for the Ingress Controller results in a panic
#232
Labels
bug
Something isn't working
Summary
When I added the setting
--update-state=false
to the Ingress Controller's startup args, the controller would not start up. The logs emit a large stacktrace.Kong Ingress controller version
Kong or Kong Enterprise version
CE 1.0
Kubernetes version
Environment
uname -a
):What happened
I changed the update-state setting and got an error when starting the controller.
Expected behavior
The controller should start up and not error
Steps To Reproduce
- --update-state=false
to the argument listkubectl install kong-ingress-controller.yaml
kubectl logs kong-controller-6946f9b9cf-h2px9 -c ingress-controller -f
This happens to be very similar to the error noted in issue #57. However, I don't think it's the same cause so I opened a new issue.
Interestingly, the
update-status
flag is recognized a little earlier in the log:The text was updated successfully, but these errors were encountered: