Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Service Initial Scale #7682

Closed
3 tasks
taragu opened this issue Apr 22, 2020 · 1 comment · Fixed by #8846
Closed
3 tasks

Service Initial Scale #7682

taragu opened this issue Apr 22, 2020 · 1 comment · Fixed by #8846
Assignees
Labels
area/API API objects and controllers area/autoscale kind/feature Well-understood/specified features, ready for coding.
Milestone

Comments

@taragu
Copy link
Contributor

taragu commented Apr 22, 2020

/area API
/area autoscale

Proposal: https://docs.google.com/document/d/1VG1aR9bHsQZbU3hRkMPnKyCcj7loCl5imBu3_EQ3Jdw/edit

Describe the feature

This issue is evolved from #4098. We'd like to allow operators and users to indicate the initial scale of a new service. We are introducing two operator knobs in config-autoscaler:

  • default-initial-scale identifies the default scale for all new Revisions upon creation.
  • allow-zero-initial-scale indicates whether value 0 is allowed as in the Revision annotation.

We also introduce an annotation on Revisions called autoscaling.internal.knative.dev/initialScale, which specifies the initial scale of the Revision. Its implied value is default-initial-scale in config-autoscaler.

TODO:

  • Implementation
  • e2e tests
  • Documentation
@taragu taragu added the kind/feature Well-understood/specified features, ready for coding. label Apr 22, 2020
@knative-prow-robot knative-prow-robot added area/API API objects and controllers area/autoscale labels Apr 22, 2020
@vagababov vagababov added this to the Serving 0.15.x milestone Apr 22, 2020
@vagababov
Copy link
Contributor

/assign taragu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/API API objects and controllers area/autoscale kind/feature Well-understood/specified features, ready for coding.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants