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

Support gradual rollout and traffic management in func.yaml #2191

Open
braunsonm opened this issue Feb 28, 2024 · 1 comment
Open

Support gradual rollout and traffic management in func.yaml #2191

braunsonm opened this issue Feb 28, 2024 · 1 comment

Comments

@braunsonm
Copy link

For feature parity with serving, the func CLI should support traffic management and gradual rollout features of the Service CR.

See: https://knative.dev/docs/serving/traffic-management/ and https://knative.dev/docs/serving/rolling-out-latest-revision/#procedure

I think this would be a reasonable addition considering func has options for concurrency configuration and autoscaling.

@lkingland
Copy link
Member

I think it this would be a reasonable addition as well. I would mention, however, that we are not looking for feature parity with Knative Serving. For any advanced configuration which is not exposed directly through the Functions abstraction, you can use func build to get a container and then define a knative service as normal in a .yaml

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

2 participants