Skip to content

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

@ludovicmotte

Description

@ludovicmotte

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions