Set License

Create KubeMQ Cluster with Enterprise License

Flags

Flag

Type/Options

Default

Description

--license-data

string

""

Set license data

--license-file

string

""

set license filename

--license-token

string

""

Set license token"

Examples

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 updated