Before You Start #
- You must have a Pachyderm Enterprise License Key.
- You must have pachctl and Pachyderm installed.
- You must have the Pachyderm Helm repo downloaded.
How to Activate Enterprise Pachyderm via Helm #
Activation Method:
- Open your Helm
values.yml
file. - Find the the
pachd.enterpriseLicenseKey
attribute. - Input your enterprise key.
- Upgrade your cluster by running the following command:
helm upgrade pachyderm pachyderm/pachyderm -f values.yml
Once deployed, Pachyderm stores your provided Enterprise license as the platform secret pachyderm-license
in the key enterprise-license-key
.
- Create a secret for your Enterprise license.
- Open your Helm values.yml file.
- Find the the
pachd.enterpriseLicenseKeySecretName
attribute. - Input your license’s secret name.
- Upgrade your cluster by running the following command:
helm upgrade pachyderm pachyderm/pachyderm -f values.yml