Create KubeMQ Cluster with Enterprise License
Flag
Type/Options
Default
Description
--license-data
string
""
Set license data
--license-file
set license filename
--license-token
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
Value
license
helm install kubemq-cluster --set-file license=./license.key
Field
With license key data:
apiVersion: core.k8s.kubemq.io/v1alpha1 kind: KubemqCluster metadata: name: kubemq-cluster namesapce: kubemq labels: app: kubemq-cluster spec: replicas: 3 license: |- { License Data Here}
Last updated 4 years ago