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
Copy file name to clipboardExpand all lines: modules/images-configuration-parameters.adoc
+5-8Lines changed: 5 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,20 +41,17 @@ The namespace for this ConfigMap is `openshift-config`. The format of the
41
41
ConfigMap is to use the registry hostname as the key, and the PEM-encoded
42
42
certificate as the value, for each additional registry CA to trust.
43
43
44
-
|`registrySources`
45
-
|`registrySources`: Contains configuration that determines how the container
46
-
runtime should treat individual registries when accessing images for builds and
47
-
pods. For instance, whether or not to allow insecure access. It does not contain
48
-
configuration for the internal cluster registry.
49
-
50
44
|`externalRegistryHostnames`
51
45
|`externalRegistryHostnames`: Provides the hostnames for the default external
52
46
image registry. The external hostname should be set only when the image registry
53
47
is exposed externally. The first value is used in `publicDockerImageRepository`
54
48
field in ImageStreams. The value must be in `hostname[:port]` format.
55
49
56
50
|`registrySources`
57
-
|Holds cluster-wide information about how to handle the registries config.
51
+
|`registrySources`: Contains configuration that determines how the container
52
+
runtime should treat individual registries when accessing images for builds and
53
+
pods. For instance, whether or not to allow insecure access. It does not contain
54
+
configuration for the internal cluster registry.
58
55
59
56
`insecureRegistries`: Registries which do not have a valid TLS certificate or
60
57
only support HTTP connections.
@@ -71,7 +68,7 @@ Either `blockedRegistries` or `allowedRegistries` can be set, but not both.
71
68
72
69
[WARNING]
73
70
====
74
-
When the `allowedRegistries` parameter is defined, all registries including `registry.redhat.io` and `quay.io` are blocked unless explicitly listed. If using the parameter, declare source registries `registry.redhat.io` and `quay.io` as required by payload images within your environment, to prevent Pod failure. For disconnected clusters, mirror registries should also be added.
71
+
When the `allowedRegistries` parameter is defined, all registries including `registry.redhat.io` and `quay.io` are blocked unless explicitly listed. If using the parameter, declare source registries `registry.redhat.io` and `quay.io` as required by payload images within your environment, to prevent pod failure. For disconnected clusters, mirror registries should also be added.
75
72
====
76
73
77
74
The `status` field of the `image.config.openshift.io/cluster` resource holds
0 commit comments