Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Katapult doesn't remove deleted/renamed services #57

Open
ffissore opened this issue Feb 3, 2020 · 0 comments
Open

Katapult doesn't remove deleted/renamed services #57

ffissore opened this issue Feb 3, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@ffissore
Copy link
Contributor

ffissore commented Feb 3, 2020

At the moment, katapult relies on kubectl apply, applying whatever yaml came out of templates.
If something, eg a service, is removed or renamed in templates, kubectl will not remove it or it will create a new renamed service. This happens because kubectl has no notion of the cluster state. Tools like terraform instead do know about that state, and store it in a dedicated file.

Katapult should adopt the approach taken by tools like terraform and deal with the current state of the cluster, so that removing something, eg a service, which it previously created, results in the removal of that service

@ffissore ffissore added the enhancement New feature or request label Feb 3, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant