Enabling HPE MLDE in an Air-Gapped Environment
Describes how to enable HPE MLDE in an air-gapped (disconnected) environment.
In HPE Ezmeral Unified Analytics Software, HPE MLDE is disabled (deployment is scaled to zero) by default in an air-gapped environment.
To enable HPE MLDE in an air-gapped environment, follow these
steps:
- Sign in to HPE Ezmeral Unified Analytics Software as an Administrator.
- Contact HPE support to get the HPE MLDE master enterprise image.
- Upload the HPE MLDE master enterprise image to the airgap registry. See Using the Air Gap Utility.
- Click the Tools & Frameworks icon on the left navigation bar.
- Navigate to the HPE MLDE tile under the Data Science tab.
- On the HPE MLDE tile, click the
three-dots button.
- Select Configure to open the editor.
- Add the airgap registry address as the prefix to the
imageRegistry
option.For example:imageRegistry: <customer-registry.com/some-folder-name>/gcr.io/mapr-252711/ezua/apps/determinedai
- Set
replicas
to1
under theezua.masterDeployment.replicas
option. - If your airgap registry differs from the one configured for Unified Analytics and needs authentication, you can provide credentials in
the base64 encoded format. Set the
dockerconfigjson_b64enc
option under theezua.masterDeployment.imagePullSecret
property.