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
Add a way to configure a fallback policy for imageDigestSources
1. Add an install-config option to specify `sourcePolicy` that
captures user's intention regarding the fallback policy when there
is an error getting images from the mirror
2. Update the ImageDigestcwMirrorSet manifest with this policy. API
changes were not required because this value was already present in
the API.
3. Update logic to translate from deprecated `imageContentSources`
to `imageDigestSources` with the new `sourcePolicy` in place.
4. Updated install-config validation and tests for this new field.
0 commit comments