nforgeio / neonKUBE

Public NeonKUBE Kubernetes distribution related projects
https://neonkube.io
Apache License 2.0
76 stars 13 forks source link

neon-cluster-operator: GlAuthController fails due to missing neon-system-db connection string? #1865

Closed jefflill closed 8 months ago

jefflill commented 8 months ago

The GlAuthController is failing due to an uninitialized neon-system-db connection string. Here's where the exception is thrown:

Image

and here's where the the controller reconciles:

Image

jefflill commented 8 months ago

I can't repro this again though. I was running the operator on my workstation and had a break on InvalidOperationException.

I looked through the code and the controller's StartAsync() method seems to be setting the connection string OK, so I can't explain this behavior.