func icon indicating copy to clipboard operation
func copied to clipboard

Support gradual rollout and traffic management in `func.yaml`

Open braunsonm opened this issue 1 year ago • 1 comments

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.

braunsonm avatar Feb 28 '24 21:02 braunsonm

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

lkingland avatar Mar 21 '24 12:03 lkingland

This issue is stale because it has been open for 90 days with no activity. It will automatically close after 30 more days of inactivity. Reopen the issue with /reopen. Mark the issue as fresh by adding the comment /remove-lifecycle stale.

github-actions[bot] avatar Jun 20 '24 01:06 github-actions[bot]