-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Nil pointer panic in CA 1.15.1 #2214
Labels
Comments
/kind bug |
I also encountered this error:
|
I see the exact same sigsegv on a 1.15.3 cluster running 1.15.1 ca
|
I believe this is fixed by #2096. |
Fixed with #2096 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running some tests to see if I can trigger #2154 eventually, and I got a nil pointer panic:
This was cluster-autoscaler 1.15.1 on a Kubernetes 1.16.0-alpha.1 cluster on Azure, provisioned with aks-engine.
This may not be reproducible easily, but I'm posting the panic here in case there's an obvious
if foo == nil
check that we can add.The text was updated successfully, but these errors were encountered: