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 autoscaling list command #17

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ Usage:
kn admin autoscaling [command]

Available Commands:
list List autoscaling config
update update autoscaling config

Flags:
Expand Down Expand Up @@ -243,6 +244,29 @@ Updated Knative autoscaling config
-----
=====

#### As a Knative administrator, I want to list autoscaling configs which apply to overall Knative platform.

.List autoscaling configs.
=====
-----
$ kn admin autoscaling list
NAME VALUE
activator-capacity 100.0
container-concurrency-target-default 100.0
enable-scale-to-zero false
max-scale-down-rate 3.0
max-scale-up-rate 1000.0
panic-threshold-percentage 100.0
panic-window-percentage 10.0
pod-autoscaler-class kpa.autoscaling.knative.dev
requests-per-second-target-default 200.0
scale-to-zero-grace-period 30s
scale-to-zero-pod-retention-period 0s
stable-window 1m
target-burst-capacity 200.0
-----
=====

#### As a Knative administrator, I want to enable Knative Serving profiling and download profile data.

.Enable Knative Serving profiling.
Expand Down
Loading