Create KubeMQ Cluster with Enterprise License
Flags
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
Values
Example
With license key file:
helm install kubemq-cluster --set-file license=./license.key
Where license.key contains the license data
Fields
Example
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}