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
Since the MultiClusterService object also uses the same ServiceTemplateSpec as ManagedCluster, should we enforce compatibility for service deployment on it as well?
Although we can't do it the way it is done for ManagedCluster in the admission webhooks as we can't know beforehand which clusters the MultiClusterService will match.
The text was updated successfully, but these errors were encountered:
it could be checked within the mcs controller during the reconciliation, as it is now implemented in the template-ctrl (templates also cannot be checked in the validating webhook)
Since the
MultiClusterService
object also uses the same ServiceTemplateSpec asManagedCluster
, should we enforce compatibility for service deployment on it as well?Although we can't do it the way it is done for
ManagedCluster
in the admission webhooks as we can't know beforehand which clusters theMultiClusterService
will match.The text was updated successfully, but these errors were encountered: