Define VPA as single app with components #3002
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
We labelled the vpa "backwards" when we introduced it. This means we have 3 apps defined in our application registry, when we only need one.
Change all components to have
application: vpa
application: vertical-pod-autoscaler
and a customcomponent
label.To roll this out in a "safe" way I added pre-apply delete for all components. For
updater
andrecommender
this is ok to happen all the time, for admission-controller I renamed it to have-new
suffix which I will rename later with another PR once this is all rolled out.