Key | Description | Required | Values |
---|---|---|---|
schema | Manifest schema version | ✓ | “1.0” |
name | Unique deployment name | ✓ |
|
version | Domino version to install | ✓ | Supported versions: 4.1.1, 4.1.2, 4.1.3, 4.1.4, 4.1.5, 4.1.6 4.1.7. |
hostname | Hostname Domino will be accessible at | ✓ | Valid FQDN |
pod_cidr | If network policies are enabled, allow external access from this CIDR. | Valid CIDR range, for example, | |
ssl_enabled | Should Domino only be accessible using HTTPS | ✓ |
|
ssl_redirect | Should Domino automatically redirect to HTTPS on HTTP requests | ✓ |
|
create_ingress_controller | Create an NGINX ingress controller | ✓ |
|
request_resources | Create Kubernetes resource requests and limits for services | ✓ |
|
enable_network_policies | Use network policies for fine-grained service access | ✓ |
Note |
enable_pod_security_policies | Enables pod security policies for locked down system capabilities | ✓ |
|
Key | Description | Required | Values |
---|---|---|---|
ingress_controller.create | ✓ |
| |
ingress_controller.gke_cluster_uuid | ✓ |
Namespaces are a way to virtually segment Kubernetes executions. Domino will create namespaces according to the specifications in this section, and the installer requires that these namespaces not already exist at installation time.
Key | Description | Required | Values |
---|---|---|---|
| Namespace to place Domino services | ✓ | |
| Namespace for user executions | ✓ | Note |
| Namespace for deployment metadata | ✓ | |
| Optional annotations to apply to each namespace |
Storage Classes are a way to abstract the dynamic provisioning of volumes in Kubernetes.
Domino requires the following storage classes:
-
block
storage for Domino services and user executions that need fast I/O. -
shared
storage that can be shared between multiple executions.
Domino supports pre-created storage classes, although the installer can
create a shared
storage class backed by NFS or a cloud NFS analog as long as the cluster can access the NFS system for read and write, and the installer can create several types of block
storage classes backed cloud block storage systems like Amazon EBS.
Key | Description | Required | Values |
---|---|---|---|
storage_classes.block.create | Whether to create the block storage class | ✓ |
|
| ✓ | Note | |
| Name of the block storage class to use | ✓ |
|
| Base path to use on nodes as a base
when using | ||
| Whether to set this storage class as the default. | ✓ |
|
| Whether to create the shared storage class | ✓ |
|
| ✓ | ||
| Type of the shared storage class to use | ✓ |
|
| EFS store AWS region | for example,
| |
| EFS filesystem ID | for example,
| |
| NFS server IP or hostname | ||
| Base path to use on the server when creating shared storage volumes | ||
| YAML List of additional NFS mount options | for example, | |
| Azure storage account to create filestores |
Domino can store long-term, unstructured data in “blob storage” buckets. Only the shared
storage class described previously (NFS) and S3 are supported.
To apply a default S3 bucket or shared storage type to all use-cases of blob storage, it is only necessary to fill out the default
setting and make sure enabled
is true. Otherwise, all other blob storage uses (projects
, logs
, and backups
) must be filled out.
Key | Description | Required | Values |
---|---|---|---|
| Whether the | ✓ |
|
| Which type of blob storage to use | ✓ |
|
| AWS region of the S3 bucket store | for example, | |
| S3 bucket name | for example, |
For Kubernetes clusters without native cluster scaling in response to new user executions, Domino supports the use of the cluster autoscaler.
Key | Description | Required | Values |
---|---|---|---|
| Enable cluster autoscaling | ✓ |
|
| Cloud provider Domino is deployed with |
| |
| AWS region Domino is deployed into | for example, | |
| Azure resource group Domino is deployed into | ||
| Azure subscription ID Domino is deployed with |
Groups
Autoscaling groups are not dynamically discovered. Each autoscaling group must be individually specified including the minimum and maximum scaling size.
Key | Description | Required | Values |
---|---|---|---|
| Autoscaling group name | Must exactly match the name in the cloud provider | |
| for example, | ||
| for example, |
Domino can automatically configure your cloud DNS provider. More extensive documentation can be found on the external-dns homepage.
Key | Description | Required | Values |
---|---|---|---|
| Whether Domino must configure cloud DNS | ✓ |
|
| Cloud DNS provider | for example, | |
| Only allow access to domains that match this filter | for example, | |
| Only allow updates to specific Route53 hosted zones |
Domino supports SMTP for sending email notifications in response to user actions and run results.
Key | Description | Required | Values |
---|---|---|---|
| Whether Domino must send email notifications | ✓ |
|
| SMTP server hostname or IP | ||
| SMTP server port | ||
| Whether the SMTP server uses SSL encryption | ||
| Email address to send emails from Domino with | for example, | |
| If using SMTP authentication, the username | ||
| If using SMTP authentication, the password |
Domino supports in-cluster monitoring with Prometheus as well as more detailed, external monitoring through NewRelic APM and Infrastructure.
Key | Description | Required | Values |
---|---|---|---|
| Install Prometheus monitoring | ✓ |
|
| Enable NewRelic APM | ✓ |
|
| Enable NewRelic Infrastructure | ✓ |
|
| NewRelic account license key |
Configuration for the Helm repository that stores Domino’s charts.
Key | Description | Required | Values |
---|---|---|---|
| Unversioned Tiller Docker image reference | ✓ |
|
| Quay Application Registry host | ✓ |
|
| Allow insecure application registry references | ✓ |
|
| Username for Quay AppR | ✓ | |
| Password for Quay AppR | ✓ |
Configuration for the Docker repository that stores Domino’s images.
Key | Description | Required | Values |
---|---|---|---|
| Docker registry host | ✓ |
|
| Docker registry username | ✓ | |
| Docker registry password | ✓ |
The recommended configuration for the internal Docker registry deployed
with Domino. Override values are to allow the registry to use S3, GCS,
or Azure blob store as a backend store. GCS requires a service account
already be bound into the Kubernetes cluster with configuration to
ensure the docker-registry
service account is properly mapped.
Key | Description | Required | Values |
---|---|---|---|
| AWS region of the S3 bucket store | for example, | |
| S3 bucket name | for example, | |
| GCS bucket name | for example, | |
| GCS service account with access to the bucket | ||
| GCP project name that Domino is deployed into | ||
| Azure blobstore account name | ||
| Azure blobstore account key | ||
| Azure blobstore container name |
Domino supports user telemetry data to help improve the product.
Key | Description | Required | Values |
---|---|---|---|
| Enable Intercom onboarding | ✓ |
|
| Enable MixPanel MixPanel API token | ✓ |
If using GPU compute nodes, enable the following configuration setting to install the required components.
Key | Description | Required | Values |
---|---|---|---|
| Enable GPU support | ✓ |
|