-
Notifications
You must be signed in to change notification settings - Fork 120
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
Garbage collector for machine-controller-manager #3
Labels
kind/enhancement
Enhancement, improvement, extension
Comments
hardikdr
added
the
kind/discussion
Discussion (enaging others in deciding about multiple options)
label
Feb 5, 2018
@hardikdr and @prashanth26 I changed the description, because it's actually no option to leave orphans around, i.e. it's no "should"/"could", but a "must". We create (potentially very expensive) resources for our customers, so we "must" make sure not to leave orphans. |
vlerenc
removed
the
kind/discussion
Discussion (enaging others in deciding about multiple options)
label
Feb 11, 2018
hardikdr
changed the title
Garbage collector for node-controller-manager
Garbage collector for machine-controller-manager
Feb 15, 2018
ccwienk
added
the
lifecycle/rotten
Nobody worked on this for 12 months (final aging stage)
label
Aug 16, 2018
vlerenc
removed
the
lifecycle/rotten
Nobody worked on this for 12 months (final aging stage)
label
Aug 16, 2018
prashanth26
pushed a commit
that referenced
this issue
Sep 7, 2018
External driver implementation for AWS.
AxiomSamarth
pushed a commit
to AxiomSamarth/machine-controller-manager
that referenced
this issue
Jul 9, 2021
Update comments
aylei
pushed a commit
to aylei/machine-controller-manager
that referenced
this issue
Aug 9, 2021
Create compute cli with default service account
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Story
Motivation
The machine controller manager should make sure not to leave any orphan machines (or other resources) in the IaaS (a risk stemming from our ability to create resources in the IaaS in a headless way), otherwise we might have to deal with potentially unbound and enormous costs (!). We should therefore implement our controllers in such a way as to keep track of our resources and delete orphans consequently.
Acceptance Criteria
Implementation Proposal
Definition of Done
The text was updated successfully, but these errors were encountered: