Get a license
Get private registry credentials and license key
Contact your Tigera support representative and get the following files:
Private registry credentials
Get the Docker configuration file, (config.json
) that contains a robot account token to retrieve the Calico Enterprise images from the private Tigera repository. For example:
{
"auths": {
"quay.io": {
"auth": "<ROBOT-TOKEN-VALUE>",
"email": ""
}
}
}
License key
Get a license key file, <customer-name>-license.yaml
. For example:
apiVersion: projectcalico.org/v3
kind: LicenseKey
metadata:
creationTimestamp: null
name: default
spec:
certificate: |
-----BEGIN CERTIFICATE-----
MII...n5
-----END CERTIFICATE-----
token: eyJ...zaQ