-
Notifications
You must be signed in to change notification settings - Fork 594
New issue
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
Ingress-Controller Docker version 0.2.1 is crashing #186
Labels
bug
Something isn't working
Comments
@justinrcs Thanks for reporting this. I myself ran into this over the weekend. I've opened up #188 to fix it. |
hbagdi
added a commit
that referenced
this issue
Nov 1, 2018
ca2c087 changed the underlying library being used for interacting with Kong. It also introduced this bug where a nil reference was possible. The code has been refactored and includes a test. This is a stop-gap solution till we have the bigger refactor in place and make the code clean and testable. See: #186 From #188
I just tried upgrading to |
hbagdi
added a commit
that referenced
this issue
Nov 8, 2018
ca2c087 changed the underlying library being used for interacting with Kong. It also introduced this bug where a nil reference was possible. The code has been refactored and includes a test. This is a stop-gap solution till we have the bigger refactor in place and make the code clean and testable. See: #186 From #188
@justinrcs @miles This should be fixed in 0.2.2 |
Confirmed - 0.2.2 working, thank you |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
Ingress controller version 0.2.1 is crashing on start-up.
Kong Ingress controller version
Attempted both images:
kong-docker-kubernetes-ingress-controller.bintray.io/kong-ingress-controller-amd64:0.2.1
kong-docker-kubernetes-ingress-controller.bintray.io/kong-ingress-controller:0.2.1
Kong or Kong Enterprise version
kong: 0.14.1
Kubernetes version
paste
kubectl version
outputClient Version: version.Info{Major:"1", Minor:"9", GitVersion:"v1.9.0", GitCommit:"925c127ec6b946659ad0fd596fa959be43f0cc05", GitTreeState:"clean", BuildDate:"2017-12-16T03:15:38Z", GoVersion:"go1.9.2", Compiler:"gc", Platform:"darwin/amd64"} Server Version: version.Info{Major:"1", Minor:"10", GitVersion:"v1.10.8", GitCommit:"7eab6a49736cc7b01869a15f9f05dc5b49efb9fc", GitTreeState:"clean", BuildDate:"2018-09-14T15:54:20Z", GoVersion:"go1.9.3", Compiler:"gc", Platform:"linux/amd64"}
Environment
AWS / Kops
Debian GNU/Linux 8 (jessie)
uname -a
):Linux 4.4.121-k8s Status of controller? #1 SMP Sun Mar 11 19:39:47 UTC 2018 x86_64 GNU/Linux
Kops 1.10
What happened
Upgraded the ingress-controller to version 0.2.1, on re-deploy, the ingress-controller container crashes with the following stack trace:
Expected behavior
Ingress controller startup without crash
Steps To Reproduce
Update: version 0.1.2 is running as expected, the docs all point to 0.2.x; what is the recommended image to use?
The text was updated successfully, but these errors were encountered: