-
Notifications
You must be signed in to change notification settings - Fork 31
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
Change the semantics of leaderWorkerSet Replicas #111
Change the semantics of leaderWorkerSet Replicas #111
Conversation
Signed-off-by: kerthcet <kerthcet@gmail.com>
Signed-off-by: kerthcet <kerthcet@gmail.com>
a10cf6b
to
cf3cf26
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! can we please update the documentation at https://github.com/kubernetes-sigs/lws/blob/main/api/leaderworkerset/v1/leaderworkerset_types.go#L179-L185?
// Replicas tracks the total number of groups currently created (updated or not, ready or not).
Replicas int32 `json:"replicas,omitempty"`
// ReadyReplicas tracks the number of groups that are in ready state (updated or not).
ReadyReplicas int32 `json:"readyReplicas,omitempty"`
// UpdatedReplicas tracks the number of groups that have been updated (ready or not).
UpdatedReplicas int32 `json:"updatedReplicas,omitempty"`
Thanks, looks good overall, I will continue the 0.2.0 release after this PR is merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done, PTAL
Signed-off-by: kerthcet <kerthcet@gmail.com>
5081253
to
83af7f7
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kerthcet, liurupeng The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind bug
What this PR does / why we need it
Which issue(s) this PR fixes
Fixes #96 (comment)
Special notes for your reviewer
Does this PR introduce a user-facing change?