Versions Compared

Key

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

...


Create a HiveMQ namespace

  1. Create a new namespace

    Code Block
    kubectl create namespace hivemq
  2. Set the namespace as the default

    Code Block
    kubectl config set-context --current --namespace=hivemq
  3. You can confirm your namespace using the following

    Code Block
    kubectl config view --minify -o jsonpath='{..namespace}'

...