Set your license in the configuration#
Warning
You must have a valid license to lawfully run MKE 4k. For more information, refer to Mirantis Agreements and Terms.
To ensure that your MKE 4k cluster is licensed upon installation:
-
Insert the license into
spec.license.tokenin themke4.yamlconfiguration 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}" | jqExample output:
s{ "expiration": "2027-10-10T07:00:00Z", "licenseType": "Offline", "maxEngines": 10, "scanningEnabled": true, "subject": "example", "tier": "Production" }