変数¶
This page provides a list and explanation of the variables used throughout the installation process. You will use these variables in the YAML templates and example commands found in the installation sections.
Kubernetes¶
DR_CORE_NAMESPACE
: The primary namespace in which DataRobot will operate. The suggested value is datarobot-core.
DR_APP_HELM_RELEASE_NAME
: The name of the Helm release used for the main application chart. The recommended value is dr.
AWS EKS¶
AWS_ECR_URL
: An Amazon Elastic Container Registry (ECR) URL used for both retrieving images and as storage for the Image Build Service.
AWS_ECR_REPO
: A sub-repository in the ECR, recommended for segmenting ECR images. For example, if this is set to datarobot_dev, a full registry URL would look like: AWS_ACCOUNT_ID.dkr.ecr.us-east-1.amazonaws.com/datarobot_dev.
DATAROBOT_SERVICE_ACCOUNT
: The global service account name that will be used by the majority of the deployments to communicate with AWS.
AWS_IRSA_ROLE_NAME
: The EKS-specific annotation that maps an IAM role to service accounts for access to AWS resources.
AWS_REGION
: The AWS region where the cluster is deployed.
AWS_S3_REGION
: The AWS region of the DATAROBOT_S3_BUCKET.
DR_SERVICE_ACCOUNT_NAME
: The name of the installer service account used for installing in EKS. This is created by one of the Helm charts as datarobot-installer.
Azure AKS¶
AZ_ACR_URL
: An Azure Container Registry (ACR) URL used for both retrieving images and as storage for the Image Build Service. A typical URL is myacrnamehere.azurecr.io.
AZ_ACR_REPO
: A name used to logically organize specific versions of images (e.g., datarobot-dev, datarobot-uat, datarobot-prod).
FULL_ACR_URL
: A combination of AZ_ACR_URL and AZ_ACR_REPO. For example: myacrnamehere.azurecr.io/datarobot-dev.
AZ_ACR_USERNAME
: A username for ACR access.
AZ_ACR_PASSWORD
: A password for ACR access.
Google GKE¶
GCP_BASE64_SERVICE_ACCOUNT_KEY
: Your Google Cloud service account key, encoded as base64.
GCP_REGION
: The Google Cloud region used to deploy the resources.
GCP_BUCKET_NAME
: The name of your Google Cloud Storage bucket.
GCP_PROJECT_NAME
: The name of your Google Cloud project.
GCP_REPO_NAME
: The name of your Google Artifact Registry repository.
GCP_SERVICE_ACCOUNT_NAME
: The name of your service account.
GCP_SERVICE_ACCOUNT_EMAIL
: The email address of your service account.
Docker¶
DOCKER_REGISTRY_URL
: The Fully Qualified Domain Name (FQDN) or IP address of the Docker registry.
DOCKER_REGISTRY_USERNAME
: The username for authenticating to the Docker registry.
DOCKER_REGISTRY_PASSWORD
: The password for authenticating to the Docker registry.
DR_IMAGE_PULL_SECRET_NAME
: The name of the Kubernetes Secret object that will store authorization information for the Docker registry. Any name is acceptable; datarobot-image-pull-secret is recommended.
Object storage¶
DATAROBOT_S3_BUCKET
: An S3-compatible bucket used by DataRobot for object storage.
IMAGE_BUILD_SERVICE_S3_BUCKET
: An S3-compatible bucket used for logging and storage by the Image Build Service (dr-ibs).
MINIO_USERNAME
: The username for the MinIO service. This must be provided by you if you are using MinIO.
MINIO_PASSWORD
: The password for the MinIO user. This must be provided by you if you are using MinIO.
AZ_STORAGE_CONTAINER_NAME
: The name for an Azure Storage Account container used by DataRobot for object storage.
AZ_BLOB_STORAGE_ACCOUNT_NAME
: The name of the Azure Storage account.
AZ_BLOB_STORAGE_ACCOUNT_KEY
: The key used to access the Azure Storage Account.
AZ_BLOB_STORAGE_CONNECTION_STRING
: A string used to access the Azure Storage Account.
AZ_TENANT_ID
: The tenant ID for the Azure account that contains the Storage Account.
AZ_CLIENT_ID
: An ID for an app registration, used to access the Azure Storage Account.
AZ_CLIENT_SECRET
: An access secret for an app registration, used to access the Azure Storage Account.
備考
See the Object Storage Configuration section for details on which Azure variables to use in your cluster.
Web portal¶
DR_WEBPAGE_FQDN
: The Fully Qualified Domain Name (FQDN) of the web portal where users will log in (e.g., datarobot-beta.company-name.com).
ADMIN_USER_EMAIL
: The email address for the initial administrative user in the web portal (e.g., admin@datarobot.com).
ADMIN_USER_PASSWORD
: The password for the initial administrative user.
DR_LICENSE_CONTENT
: The encrypted content of the DataRobot license file.