Licensing MKE4
Obtain your MKE4 license
Install the MKE CLI prior to downloading your MKE4 license.
Locate the Welcome to Mirantis’ CloudCare Portal email sent to you from Mirantis Support. If you do not have the email, confirm with your Designated Administrator that you have been added as a Designated Contact.
Click Environments in the top navigation bar of the MKE web UI.
Click the Cloud Name that is associated with the license you want to download.
Scroll down to License Information and click the License File URL. A new tab opens in your browser.
Click View file to download your license file.
Add the license
Log in to the MKE web UI with an administrator account.
In the left-side navigation panel, navigate to Admin Settings -> License.
Insert the license into the license key field. To do this, click Choose File and navigate to the
.lic
file you previously downloaded. Alternately, you can copy-paste the contents of the.lic
file into the field as a text string.Click Save settings to update the MKE4 license.
Set the license in the configuration
Insert the license into
spec.license.token
in the MKE4 configuration file:spec: license: token: <your-license-file>
Apply the license:
mkectl apply
Check the license status:
kubectl -n mke get mkeconfig mke -ojsonpath="{.status.licenseStatus}" | jq
Example output:
{ "expiration": "2027-10-10T07:00:00Z", "licenseType": "Offline", "maxEngines": 10, "scanningEnabled": true, "subject": "example", "tier": "Production" }