You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: