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 Pachctl #
- Open your terminal.
- Input the following command:
echo <your-activation-token> | pachctl license activate
- Verify the status of the enterprise activation:
pachctl enterprise get-state
# ACTIVE
You have unlocked Pachyderm’s enterprise features.