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
Howerer there does not seem to be a way to have a ImageTagMirrorSet be created through this flow.
There is also no way to create a mirror with pull-from-mirror = "all" as the setting but I imagine this is an opinionated thing in OpenShift itself.
From my testing it doesn't even seem like creating a ImageTagMirrorSet manually inside a hosted cluster has any effect, the mirrors specified are never added to /etc/containers/registries.conf.
Are there any plans for adding support for this? If there are no immediate plans, could someone point me in the right direction on where to start if it is possible to contribute to this? 🙂
The text was updated successfully, but these errors were encountered:
It is currently possible to create a HostedCluster and specify imageContentSources like this:
Which results in a
ImageDigestMirrorSet
inside the cluster:This again configures
/etc/containers/registries.conf
on the nodes in the cluster:Howerer there does not seem to be a way to have a
ImageTagMirrorSet
be created through this flow.There is also no way to create a mirror with
pull-from-mirror = "all"
as the setting but I imagine this is an opinionated thing in OpenShift itself.
From my testing it doesn't even seem like creating a
ImageTagMirrorSet
manually inside a hosted cluster has any effect, the mirrors specified are never added to/etc/containers/registries.conf
.Are there any plans for adding support for this? If there are no immediate plans, could someone point me in the right direction on where to start if it is possible to contribute to this? 🙂
The text was updated successfully, but these errors were encountered: