-
Notifications
You must be signed in to change notification settings - Fork 474
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
template: ask for backup/restore considerations #1707
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Miguel Duarte Barroso <[email protected]>
Not sure this deserves a specific section, or if a highlighted sentence in the Thoughts ? |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@maiqueb: all tests passed! Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Inactive enhancement proposals go stale after 28d of inactivity. See https://github.com/openshift/enhancements#life-cycle for details. Mark the proposal as fresh by commenting If this proposal is safe to close now please do so with /lifecycle stale |
/remove-lifecycle stale |
@dhellmann ping ... could you take a look ? @JoelSpeed / @bparees I see you've updated the template in the past ... What do you think of this change ? |
We have designed features without any regard for backup/restore of the cluster, and it shows.
For instance, the primary UDN impacted API is not idempotent: if we provision the namespaces and workloads first, and only then the NADs / UDNs, the network topology will look totally different, which might give the user something other than what they desired in the first place.