Set License
Create KubeMQ Cluster with Enterprise License
Kubemqctl
Helm
yaml
Flag | Type/Options | Default | Description |
--license-data | string | "" | Set license data |
--license-file | string | "" | set license filename |
--license-token | string | "" | Set license token" |
With license token:
kubemqctl create cluster -t {your-license-token-here}
With license key file:
kubemqctl create cluster --license-file ./license.key
Where license.key contains the license data
Last modified 3yr ago