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
updated blocked parameters and ca file in output
hcp topic map suppotr gather data conflict resolved
resolved callout
applied new trusted ca and config platform allowlist on editing command and not configuring
applied ying suggestions about platform in example outputs
applied maggie suggestions
created new module for platform allowlist
removed platform allowlist from parameters file
removed plus sign from parameters file
added platform list in create and edit workflow outputs
removed line from platform allowed
<1> `Allowed Registries`: A comma-separated list of registries for which image pull and push actions are allowed.
106
-
<2> `Insecure Registries`: A comma-separated list of registries which do not have a valid TLS certificate or only support HTTP connections.
107
-
<3> `Allowed Registries for Import`: Limits the container image registries from which normal users can import images. The format should be a comma-separated list of `domainName:insecure`.
108
-
<4> `domainName`: Specifies a domain name for the registry.
109
-
<5> `insecure`: Indicates whether the registry is secure or insecure.
110
+
<2> `Blocked Registries`: A comma-separated list of registries for which image pull and push actions are blocked. Parameters `allowedRegistries`, `blockedRegistries` are mutually exclusive.
111
+
<3> `Insecure Registries`: A comma-separated list of registries which do not have a valid TLS certificate or only support HTTP connections.
112
+
<4> `Allowed Registries for Import`: Limits the container image registries from which normal users can import images. The format should be a comma-separated list of `domainName:insecure`.
113
+
<5> `domainName`: Specifies a domain name for the registry.
114
+
<6> `insecure`: Indicates whether the registry is secure or insecure.
115
+
<7> `Platform Allowlist`: A reference to the id of the list of registries that needs to be whitelisted for the platform to work.
116
+
<8> `Registries`: The list of registries that needs to be whitelisted for the platform to work.
117
+
<9> `Additional Trusted CA`: A JSON file containing the registry hostname as the key, and the PEM-encoded certificate as the value, for each additional registry CA to trust.
110
118
111
119
. List your nodes to check the applied changes by running the following command:
Copy file name to clipboardExpand all lines: modules/images-configuration-parameters-hcp.adoc
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -32,9 +32,6 @@ Parameters such as `DisableScheduledImport`, `MaxImagesBulkImportedPerRepository
32
32
|`registry-config-additional-trusted-ca`
33
33
|A JSON file containing the registry hostname as the key, and the PEM-encoded certificate as the value, for each additional registry CA to trust.
34
34
35
-
|`registry-config-platform-allowlist`
36
-
|A list of Red{nbsp}Hat registries is automatically allowed. This list can be periodically updated and impacted clusters will receive a notification with the new allowlist ID. In such cases, the user must use this parameter to update from the previous expected ID to the newly expected ID.
<1> `Allowed Registries`: A comma-separated list of registries for which image pull and push actions are allowed.
114
-
<2> `Insecure Registries`: A comma-separated list of registries which do not have a valid TLS certificate or only support HTTP connections.
115
-
<3> `Allowed Registries for Import`: Limits the container image registries from which normal users can import images. The format should be a comma-separated list of `domainName:insecure`.
116
-
<4> `domainName`: Specifies a domain name for the registry.
117
-
<5> `insecure`: Indicates whether the registry is secure or insecure.
118
+
<2> `Blocked Registries`: A comma-separated list of registries for which image pull and push actions are blocked. Parameters `allowedRegistries`, `blockedRegistries` are mutually exclusive.
119
+
<3> `Insecure Registries`: A comma-separated list of registries which do not have a valid TLS certificate or only support HTTP connections.
120
+
<4> `Allowed Registries for Import`: Limits the container image registries from which normal users can import images. The format should be a comma-separated list of `domainName:insecure`.
121
+
<5> `domainName`: Specifies a domain name for the registry.
122
+
<6> `insecure`: Indicates whether the registry is secure or insecure.
123
+
<7> `Platform Allowlist`: A reference to the id of the list of registries that needs to be whitelisted for the platform to work.
124
+
<8> `Registries`: The list of registries that needs to be whitelisted for the platform to work.
125
+
<9> `Additional Trusted CA`: A JSON file containing the registry hostname as the key, and the PEM-encoded certificate as the value, for each additional registry CA to trust.
A list of Red Hat registries is automatically allowed and it is visible when running rosa describe cluster. This list can be periodically updated to ensure platform can be operated correctly. Impacted clusters will receive a notification with the new allowlist ID. In such cases, the user must use this parameter to update from the previous expected ID to the newly expected ID. Update or edit the image registry for the cluster by running the following command:
11
+
12
+
[source,terminal]
13
+
----
14
+
$ rosa edit cluster --registry-config-platform-allowlist <newID>
0 commit comments