-
Notifications
You must be signed in to change notification settings - Fork 3
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
ConcensusStore does not maintain status in relation to managed StatefulSet #1
Comments
OverviewUpon creating a new ConsensusStore resource, it appears that no information about the StatefulSet is used to inform on the ConsensusStore's status. If we create this ConsensusStore as an example:
The beginning of its life looks something like this.
When I submitted atomix/atomix.github.io#26 I saw what appears to be unhandled conditions during startup as well:
Also the controller does not seem to update it's status when it can't apply changes to the StatefulSet like this:
The controller actually can't update the field on the StatefulSet, but I don't see any errors in the controller logs from it attempting to apply an update. Only this is produced:
What happens when you try to make changes to the volumeClaimTemplate with kubectl manually would be this error:
Possible Improvements
|
My initial comment needs improvement, I'll post an update with better details shortly.
The text was updated successfully, but these errors were encountered: