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
Right now only the template container is carried over to the migration job. While not all sidecars should be copied, it would be good if the default was to copy all of them as well as allowing some kind of include/exclude list based on container names.
If neither is specified, all sidecars (i.e. all containers other than the template container) are copied. Include means "only these", exclude is "all but these" (with neither copying the template container since that's already handled). Specifying both should be a validation error.
The text was updated successfully, but these errors were encountered:
Right now only the template container is carried over to the migration job. While not all sidecars should be copied, it would be good if the default was to copy all of them as well as allowing some kind of include/exclude list based on container names.
Proposed API:
If neither is specified, all sidecars (i.e. all containers other than the template container) are copied. Include means "only these", exclude is "all but these" (with neither copying the template container since that's already handled). Specifying both should be a validation error.
The text was updated successfully, but these errors were encountered: