knative / client-contrib

Community contributed `kn` plugins.
Apache License 2.0
10 stars 23 forks source link

[kn-admin]As a Knative administrator, I want to list autoscaling configs which apply to overall Knative platform. #44

Open zhanggbj opened 4 years ago

zhanggbj commented 4 years ago

A developer may set some autoscaling configs like --limits-cpu or --limits-memory as what kn service create described today. However, a Knative administrator may need to update some overall configs like stable-window or panic-window-percentage or ticker-interval for the whole Knative platform. The kn-admin will list all the config we support to update by kn-admin

$ kn admin autoscaling list

If there're any other autoscale configs which should be controlled by Knative administrator, please feel free to leave a comment in this issue. Thanks!

zhanggbj commented 4 years ago

Pending on #71 to decide all the config we need.

zhanggbj commented 4 years ago

/assign