-
Notifications
You must be signed in to change notification settings - Fork 79
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
Feature Request: Update inventory before exiting, even on error, cancel, or timeout. #432
Comments
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
/remove-lifecycle rotten This would be great for reducing API load during partial failure. |
Updating the inventory (sending inventory events) before exiting should make the inventory more up to date when
applier.Run
is cancelled (ex: from global timeout) or errors (ex: from poller error).If needed, this feature could be optional with an UpdateInventoryOnError option, or similar.
/cc @haiyanmeng @Liujingfang1 @janetkuo (Config Sync stakeholders)
The text was updated successfully, but these errors were encountered: