-
Notifications
You must be signed in to change notification settings - Fork 550
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
PodGroupStatus.Scheduled is not updated due to the removal of PostBind #562
Comments
/assign |
maybe we should add this in podgroup controller? |
As you mentioned earlier, removing this code caused the problem.
Reconcile function because Reconcile runs regularly. If we were to add this code to the Reconcile function, we would not be able to accurately count the number of scheduled pods.
Instead of using Please let me know if I have misunderstood anything. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
The removal of the PostBind function for
PodGroups
has caused thepodgroupstatus.scheduled
field to no longer update and remain at 0.After the PR of integration test for
PodGroups
is merged, thepodgroupstatus.scheduled
field can be safely removed as it will no longer be necessary.The text was updated successfully, but these errors were encountered: