Skip to content

Commit 493c562

Browse files
committed
Add note regarding resource deletion
1 parent 7795d4f commit 493c562

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,10 @@ Noticeably, we don't manage Flux using Flux itself. This could easily get us in
343343

344344
The commercial [Weave Cloud](https://www.weave.works/product/cloud/) agents will automatically update, by using a separate update path managed through a deployed service.
345345

346+
**Automatically deleting services**
347+
348+
Flux won't automatially delete services that are running on the cluster but don't exist in the control repository. While that might seem like a good idea at first, this would not allow Flux to be deployed to to existing clusters, as it would immediately delete all running deployments as soon as installed! Instead, you'll have to manually delete resources after removing them from the control repository.
349+
346350
Further resources
347351
-----------------
348352

0 commit comments

Comments
 (0)