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
<1> Indicates the name of the image registry and repository.
89
-
<2> Indicates the registry and repository containing the content that is mirrored.
90
-
<3> You can configure a namespace inside a registry to use any image in that namespace. If you use a registry domain as a source, the `ImageContentSourcePolicy` resource is applied to all repositories from the registry.
99
+
<2> Indicates multiple mirror repositories for each target repository. If one mirror is down, the target repository can use another mirror.
100
+
<3> Indicates the registry and repository containing the content that is mirrored.
101
+
<4> You can configure a namespace inside a registry to use any image in that namespace. If you use a registry domain as a source, the `ImageContentSourcePolicy` resource is applied to all repositories from the registry.
102
+
<5> If you configure the registry name, the `ImageContentSourcePolicy` resource is applied to all repositories from a source registry to a mirror registry.
103
+
<6> Pulls the image `mirror.example.net/image@sha256:...`.
104
+
<7> Pulls the image `myimage` in the source registry namespace from the mirror `mirror.example.net/myimage@sha256:...`.
105
+
<8> Pulls the image `registry.example.com/example/myimage` from the mirror registry `mirror.example.net/registry-example-com/example/myimage@sha256:...`. The `ImageContentSourcePolicy` resource is applied to all repositories from a source registry to a mirror registry `mirror.example.net/registry-example-com`.
91
106
92
107
. Create the new `ImageContentSourcePolicy` object:
93
108
+
@@ -114,12 +129,12 @@ NAME STATUS ROLES AGE VERSION
.. Pull an image digest to the node from the source and check if it is resolved by the mirror. `ImageContentSourcePolicy` objects support image digests only, not image tags.
0 commit comments