domino logo
Latest (5.8)
  • About Domino
  • Architecture
  • Domino infrastructure
  • Kubernetes infrastructure
  • Installation
  • Configuration reference
  • Security and compliance
  • Authentication and authorization
  • Projects
  • Data Planes
  • Manage data
  • Models
  • Environments
  • Monitoring
  • Audits and logs
  • Control Center
  • Notifications
  • Manage costs
  • Disaster recovery
  • Backup and restore
  • Troubleshooting
  • Get help
  • Run the admin toolkit
  • MongoDB console
  • Send feedback
domino logo
About Domino
Domino Data LabKnowledge BaseData Science BlogTraining
>
Admin guide
>
Data Planes
>
Install a Data Plane offline

Install a Data Plane offline

Domino Nexus supports fully-offline installation for data planes.

  1. Get the Helm install command.

  2. Update the install command to reference the local copy of the chart:

    curl -O https://dominodatalab.github.io/data-plane-public-helm-repo/stable/data-plane-5.5.0.tgz
    helm upgrade --install <values>  data-plane data-plane-5.5.0.tgz
  3. Configure the following values to override the images used.

    All images are also used in the control plane, if you have already imported these images into your private registry.

    If you are using a different private registry, make sure that its credentials are included in the domino-quay-repos image pull secret in the control plane before generating the Helm install command. These credentials are embedded in the install command and created automatically.

    agent:
      deployment:
        image:
          registry:
          repository:
          tag:
    auth-proxy:
      image:
        registry:
        repository:
        tag:
    distributed-compute-operator:
      image:
        registry:
        repository:
        Tag:
      mpi:
        initimage:
          registry:
          repository:
          tag:
        syncimage:
          registry:
          repository:
          tag:
    fluentd:
      image:
        registry:
        repository:
        tag:
    datasource-proxy:
      image:
        registry:
        repository:
        tag:
    metrics-server:
      image:
        registry:
        repository:
        tag:
  4. Run the install command.

Domino Data Lab
Knowledge Base
Data Science Blog
Training
Copyright © 2023 Domino Data Lab. All rights reserved.