Deploy Enterprise Edition¶
Retrieve Your Enterprise Token¶
To activate Pachyderm's enterprise features, you need to have your Pachyderm Enterprise activation code available. You should have received it from the Pachyderm sales team when registering for the Enterprise Edition.
Information
- If you are a new user evaluating Pachyderm, you can request a FREE trial token.
- If you are having trouble locating your activation code, contact support@pachyderm.io.
Activate The Enterprise Edition¶
Enabling Pachyderm's Enterprise Edition can be done in one of two flavors:
-
Provide the licensing configuration as a part of the Helm deployment
Follow the deployment instructions for your platform, and provide your enterprise key in the
pachd.enterpriseLicenseKey: "<ENTERPRISE-LICENSE-KEY>"
field. -
Or, activate the Enterprise Edition on an existing cluster as described below.
Attention
When enterprise is enabled through Helm, auth is automatically activated. auth is automatically activated. Set the helm value pachd.activateAuth
to false to prevent the bootstrap of auth on the cluster.
Activate Pachyderm Enterprise Edition On An Existing Cluster¶
To unlock Pachyderm Enterprise Features, complete the following steps:
-
Activate the Enterprise Edition by running:
echo <your-activation-token> | pachctl license activate
-
Verify the status of the enterprise activation:
pachctl enterprise get-state
System response:
ACTIVE
You unlocked Pachyderm's enterprise features.