Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Install the HiveMQ Platform Operator:

    Code Block
    helm install platform-op hivemq/hivemq-platform-operator
  2. Create a secret for the HiveMQ license:
    Use the following command to create a Kubernetes secret for the HiveMQ license, replacing <path/to/your/lic/file> with the actual path to your license file:

    Code Block
    kubectl create secret generic hivemq-license --from-file <path/to/your/lic/file>

    You can add multiple licenses with the option --from-file, for example: Adding license Enterprise bridge extension, Enterprise Security extension or any other enterprise extension.
    Please refer following command.

    Code Block
    kubectl create secret generic hivemq-license --from-file <path/to/your/lic/file> --from-file <path/to/your/ese.lic>
  3. Set the license in the HiveMQ Platform values.yaml:
    Generate the values.yaml file for the HiveMQ Platform:

    Code Block
    helm show values hivemq/hivemq-platform > hivemq_values.yaml

    Edit the hivemq_values.yaml file, locate the "license" block and configure the name of the secret to be the same as the one created in the previous step. Refer to the following example:

    Code Block
    ...
    # Configures the HiveMQ License information.
    license:
      # The name of a secret with the License information. Add all required licenses into the secret.
      name: "hivemq-license"
      # Inlines the License information as an encoded 64-bytes string.
      data: ""
      # Overrides the License information via file using --set-file license.lic.
      overrideLicense: ""
    ...
  4. Deploy the HiveMQ broker:

    Code Block
    helm upgrade --install -f hivemq_values.yaml hivemq hivemq/hivemq-platform

...

Filter by label (Content by label)
page
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@957
showSpacefalse
sortmodified
showSpacetypefalsepage
reversetruetype
labelskb-how-to-article
cqllabel in ( "kb-how-to-article" , "platform-operator" ) and type = "page" and space = "KB"labelskb-how-to-article