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

knative-v1.1.0 cli is too recent for Openshift RH serverless. #296

Open
ludovicmotte opened this issue May 4, 2022 · 0 comments
Open

knative-v1.1.0 cli is too recent for Openshift RH serverless. #296

ludovicmotte opened this issue May 4, 2022 · 0 comments

Comments

@ludovicmotte
Copy link
Contributor

Describe the bug
knative-v1.1.0 (kn cli) is too recent for Openshift RH serverless.
This tutorial should use knative-v1.0.1 instead.

To Reproduce
Steps to reproduce the behavior:
When using --scale-min option in:
kn service create prime-generator
--concurrency-target=10
--scale-min=2
--image=quay.io/rhdevelopers/prime-generator:v27-quarkus

With kn 1.1.0, it will add annotation autoscaling.knative.dev/min-scale but latest Openshift Serverless is working only with autoscaling.knative.dev/minScale

Expected behavior
minScale should be taken into account by Openshift

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant