Skip to content

Commit 0e93e47

Browse files
committed
fix(deisctl): omit cache from `deisctl stop platform"
1 parent 78e4998 commit 0e93e47

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

deisctl/cmd/cmd.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,6 @@ func stopDefaultServices(b backend.Backend, wg *sync.WaitGroup, outchan chan str
270270
outchan <- fmt.Sprintf("Control plane...")
271271
b.Stop([]string{"controller", "builder", "database", "registry@*"}, wg, outchan, errchan)
272272
wg.Wait()
273-
b.Stop([]string{"cache"}, wg, outchan, errchan)
274-
wg.Wait()
275273

276274
outchan <- fmt.Sprintf("Logging subsystem...")
277275
b.Stop([]string{"logger", "logspout"}, wg, outchan, errchan)

0 commit comments

Comments
 (0)