Skip to content

Commit 10b89e1

Browse files
authored
Merge pull request #82276 from stevsmit/42308-limitation-addition
Adds a limitation to private storage endpoint on azure feature
2 parents 8114284 + 8fd9eea commit 10b89e1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/registry-configuring-private-storage-endpoint-azure.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,8 @@ The following limitations apply when configuring a private storage endpoint on A
2626

2727
* When configuring the Image Registry Operator to use a private storage endpoint, public network access to the storage account is disabled. Consequently, pulling images from the registry outside of {product-title} only works by setting `disableRedirect: true` in the registry Operator configuration. With redirect enabled, the registry redirects the client to pull images directly from the storage account, which will no longer work due to disabled public network access. For more information, see "Disabling redirect when using a private storage endpoint on Azure".
2828

29+
* Due to a change in storage account naming in {product-title} {product-version}, the Azure File Container Storage Interface (CSI) driver now alphabetically matches storage account of the Image Registry Operator. With this change, there is a known issue where the Azure File CSI driver fails to mount all volumes when the image registry is configured as private. The mount failures occur because the CSI driver tries to use the storage account of the Image Registry Operator, which is not configured to allow connections from worker subnets.
30+
+
31+
As a temporary workaround, the image registry should not be configured as private when using the Azure File CSI driver. This is a known issue and will be fixed in a future version of {product-title}. (link:https://issues.redhat.com/browse/OCPBUGS-42308[*OCPBUGS-42308*])
32+
2933
* This operation cannot be undone by the Image Registry Operator.

0 commit comments

Comments
 (0)