You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 11, 2023. It is now read-only.
SMI provides us with a rich set of primitives to configure our service mesh. SMI does not cover the entire set of features Envoy proxy provides. A service mesh operator, who needs functionality which exists in Envoy but is not serviced via SMI would reach a cliff. To provide a way beyond what SMI currently offers we need to provide the ability for an OSM user to switch to xDS v3 protocol directly.
One such example is the use of a new CRD to configure Envoy circuit breaking - example is in our ./experimental folder.
We need to develop the example we have further to provide more of xDS v3 directly configurable via a CRD.