-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Don't scale to 1 upon deploy #4098
Copy link
Copy link
Closed
Labels
area/APIAPI objects and controllersAPI objects and controllersarea/autoscalekind/featureWell-understood/specified features, ready for coding.Well-understood/specified features, ready for coding.kind/specDiscussion of how a feature should be exposed to customers.Discussion of how a feature should be exposed to customers.
Milestone
Metadata
Metadata
Assignees
Labels
area/APIAPI objects and controllersAPI objects and controllersarea/autoscalekind/featureWell-understood/specified features, ready for coding.Well-understood/specified features, ready for coding.kind/specDiscussion of how a feature should be exposed to customers.Discussion of how a feature should be exposed to customers.
In what area(s)?
/area API
/area autoscale
Other classifications:
/kind good-first-issue
/kind spec
Describe the feature
Right now when a new KnService is deployed it is automatically scaled up to one instance. I believe this is incorrect, it should be scaled to zero by default. For a couple of reasons:
/cc @nimakaviani
edit: proposal: provide a config knob so people can choose if they want to scale to 1 on deploy.