Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign uppanic on nil access on getting statefulset status #1062
Closed
Comments
This comment has been minimized.
This comment has been minimized.
Thanks for reporting this |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When a StatefulSet is unable to initialize an initial deployment because of some reason like resource quota it never gets an observed generation. The check at resourceKinds.go:212 gets a nil dereference.
The statefulset in question that is crashing flux looks like has a status section like:
It is currently stuck since the user has used all of their current quota.