-
Notifications
You must be signed in to change notification settings - Fork 263
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 setting containerConcurency #151
Comments
rhuss
added a commit
to rhuss/knative-client
that referenced
this issue
Jun 2, 2019
Autoscaler annotations are added to the revision template if --min-scale / --max-scale / --target are provided to `kn service create` or `kn service update` Fixes knative#151
rhuss
added a commit
to rhuss/knative-client
that referenced
this issue
Jun 3, 2019
Autoscaler annotations are added to the revision template if --min-scale / --max-scale / --target are provided to `kn service create` or `kn service update` Fixes knative#151
rhuss
added a commit
to rhuss/knative-client
that referenced
this issue
Jun 6, 2019
Autoscaler annotations are added to the revision template if --min-scale / --max-scale / --target are provided to `kn service create` or `kn service update` Fixes knative#151
rhuss
added a commit
to rhuss/knative-client
that referenced
this issue
Jun 6, 2019
Autoscaler concurrencty annotations are added to the revision template if --min-scale / --max-scale / --concurrency-target are provided to `kn service create` and `kn service update` Fixes knative#151
rhuss
added a commit
to rhuss/knative-client
that referenced
this issue
Jun 7, 2019
…ency-target/concurrency-limit Autoscaler concurrency annotations are added to the revision template if --min-scale / --max-scale / --concurrency-target/--concurrency-limit are provided to `kn service create` and `kn service update` Fixes knative#151
coryrc
pushed a commit
to coryrc/client
that referenced
this issue
May 14, 2020
Create the `~/.ssh` dir if it doesn't exist, don't assume it always exist. Bonus: fail fast also during cluster setup.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be nice to be able to set the
containerConcurrency
field viakn
:See last line.
Something like
--max-concurrency=1
The text was updated successfully, but these errors were encountered: