-
Notifications
You must be signed in to change notification settings - Fork 88
Closed
Description
Is your feature request related to a problem? Please describe.
Now use the postStart script to add nodes to the xenon cluster. This method will cause the cluster to be restarted when the number of replicas is changed.
Describe the solution you'd like
Add relevant logic to the operator instead of script.
step:
-
Set the cluster status to
Scale In/Scale outwhen Replicas changes. -
Wait for all Pods ready to make RAFT's master-slave status (Previous practice is starting at the Xenon container of each Pod)
-
If all Pod are new (init or closed), set the Pod of the serial number 0 to the leader directly
Describe alternatives you've considered
Additional context
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request