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

Add support for --scale-init #959

Closed
duglin opened this issue Jul 29, 2020 · 1 comment · Fixed by #990
Closed

Add support for --scale-init #959

duglin opened this issue Jul 29, 2020 · 1 comment · Fixed by #990
Assignees
Labels
kind/feature New feature or request
Milestone

Comments

@duglin
Copy link
Contributor

duglin commented Jul 29, 2020

Now that we have support for defining the initial scale for a service, it would be nice if kn supported it via a top-level option instead of just as an annotation.

e.g.
kn service create echo --image duglin/echo --annotation autoscaling.knative.dev/initialScale=0
vs
kn service create echo --image duglin/echo --scale-init=0

or --scale-initial

@duglin duglin added the kind/feature New feature or request label Jul 29, 2020
@hemanrnjn
Copy link
Contributor

/assign

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants