Welcome to the Kestra Enterprise Edition! The following is a quick start guide to get your Kestra Enterprise Edition up and running.
Should you need any assistance with any the steps outlined below, please don't hesitate to create a ticket and we'll be in touch shortly.
License
By now you should have received your enterprise license. If not, please raise a ticket or reach out to licenses@kestra.io.
The license is comprised of 3 components, please ensure you have received all of the following
- licenseId
- fingerprint
- licenseKey
Pull Enterprise Docker Image
Now that you have the license, you can pull the Enterprise Edition image from the private repo.
- Login to the registery with docker login registry.kestra.io
- username = licenseId
- password = fingerprint
- Choose which image you require
- kestra-ee:latest Full image with all plugins installed already.
- kestra-ee:latest-no-plugins Basic image with no plugins installed, you can specify which ones you need post-install.
- Pull the image. We recommend for new installs to use the latest version of the image. Should you require a specific version use the appropriate tag, e.g. v0.18.1 in place of latest
docker pull registry.kestra.io/docker/kestra-ee:latest
docker pull registry.kestra.io/docker/kestra-ee:latest-no-plugins
Add license information to configuration
Add the license information to the KESTRA_CONFIGURATION
-
licenseId should be set in the
kestra.ee.license.id
configuration property. -
licenseKey should be set in the
kestra.ee.license.key
configuration property.
For example, your configuration should look as follows:
KESTRA_CONFIGURATION: |
kestra:
ee:
license:
id: <licenseId>
key: |
kestra:
ee:
license:
id: <licenseId>
key: |
Comments
0 comments
Please sign in to leave a comment.