Closed
Bug 1617688
Opened 6 years ago
Closed 6 years ago
Support scaling dev deployments down to 0
Categories
(Taskcluster :: Operations and Service Requests, enhancement)
Taskcluster
Operations and Service Requests
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: dustin, Assigned: dustin)
Details
We are running 436 deployments in taskcluster-dev. That's not cheap!
Let's add a yarn dev:scaledown or something like that which will scale all deployments for a dev environment down to 0. Then when we're not using our deployments we can try to remember to scale 'em down. Running yarn dev:apply will scale them back up.
| Assignee | ||
Comment 1•6 years ago
|
||
Some chat discussion, and we found that:
- I should be saying "workloads" not "deployments" - the list in the GKE console UI shows both.
- that total is now 270, not 436. I have no idea why.
- running
yarn dev:deletehas the effect we want, and can be reversed with a simpleyarn dev:apply.
I'll try that out now, and probaly close this up as WORKSFORME.
Assignee: nobody → dustin
| Assignee | ||
Comment 2•6 years ago
|
||
Yep, thanks Owlish for pointing out that dev:delete works :)
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•