Configure AWS ECR Container Registry for UDF Images
TileDB Cloud Enterprise uses by default Dockerhub as the container registry for UDF Images, but ECR can also be used. This page outlines how to setup and configure ECR as UDF images repository.
Allow REST Server Kubernetes Service Account to Access ECR
Provided that TileDB Enterprise Helm Chart is installed in namespace tiledb-cloud
, the default service account of this namespace is used by REST Server. It has to be annotated as follows:
This annotation refers to an AWS Role, that has to include a policy statement to allow ECR access:
Configuring ECR
After you have verified ECR access, it is needed to configure values.yaml
to enable using it.
Last updated