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

[Backport-1.12.x] fix: Restrict Knative service trait to Http exposed and passive endpoints #4379

Conversation

christophd
Copy link
Contributor

Manual backport of #4368

  • Only apply Knative service trait on integrations that either use passive consumers or expos at least one Http endpoint
  • Integrations are considered unsuitable for Knative service trait when they exclusively use active consumers that are not Http based
  • Do not use Knative service with min-scale=1 for unsuitable integrations instead use normal deployment

…ints

- Only apply Knative service trait on integrations that either use passive consumers or expos at least one Http endpoint
- Integrations are considered unsuitable for Knative service trait when they exclusively use active consumers that are not Http based
- Do not use Knative service with `min-scale=1` for unsuitable integrations instead use normal deployment
@squakez
Copy link
Contributor

squakez commented May 17, 2023

native check failure unrelated.

@squakez squakez merged commit 636aa1c into apache:release-1.12.x May 17, 2023
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

Successfully merging this pull request may close these issues.

3 participants