flagger icon indicating copy to clipboard operation
flagger copied to clipboard

Remove support for Linkerd + SMI

Open stefanprodan opened this issue 6 months ago • 1 comments

Linkerd has deprecated the SMI integration and now it fully supports the Gateway API https://linkerd.io/2.18/features/gateway-api/

Tasks:

  • [ ] Update Linkerd e2e to use Gateway API
  • [ ] Remove support for SMI API and migrate the Linkerd specific code and unit tests to Gateway API
  • [ ] Update the Linkerd tutorial to Gateway API
  • [ ] Update the Flagger section in the Linkerd website

stefanprodan avatar Oct 15 '25 07:10 stefanprodan

Hi Stefan, currently we rely on Flagger to manage SMI TrafficSplit resource, and then have our controller that reconciles on TrafficSplit and propagates the change. We don't use Linkerd, and also haven't started using the Gateway API yet.

sayap avatar Oct 27 '25 05:10 sayap