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
What would you like to be added:
SidecarSet
scope: Cluster => scope: Namespaced
Why is this needed:
The actual production process is divided by namespace. We have not yet considered which scenarios cannot be covered by namespace-level resources. Instead, cluster-level resource design will lead to constraints.
The text was updated successfully, but these errors were encountered:
it is a good suggestion, however it is not possible to change sidecarset to clusterscope, instead, an extra namespace scoped sidecarset should be introduced.
sidecarset is not conflict with native sidecar; native sidecar does not support sidecar injection and independent update, sidearset can inject normal and native sidecar, and sidecarset can inplace update normal sidecars
What would you like to be added:
SidecarSet
scope: Cluster => scope: Namespaced
Why is this needed:
The actual production process is divided by namespace. We have not yet considered which scenarios cannot be covered by namespace-level resources. Instead, cluster-level resource design will lead to constraints.
The text was updated successfully, but these errors were encountered: