Register a Cluster via Helm

Before You Start

  • You must have an Enterprise license key
  • You must have the HPE Machine Learning Data Management Helm repo downloaded.

How to Register a Cluster

  1. Open your Helm values.yml file.
  2. Update the pachd section with the following attributes:
    pachd:
      activateEnterpriseMember: true
    	enterpriseServerAddress: "grpc://<ENTERPRISE_SERVER_ADDRESS>"
    	enterpriseCallbackAddress: "grpc://<PACHD_ADDRESS>"
    	enterpriseServerToken: "<ENTERPRISE-SERVER-TOKEN>" # the same root token of the enterprise cluster
    # Alternatively, use a secret
    enterpriseServerTokenSecretName: "<Name of you secret containing enterpriseServerToken>" 
  3. Upgrade the cluster:
    helm upgrade pachyderm pachyderm/pachyderm -f values.yml