Step 2 - Create Glasswall Halo namespace
    • PDF

    Step 2 - Create Glasswall Halo namespace

    • PDF

    Article Summary

    All services associated with Glasswall Halo are deployed to a namespace within the target cluster.

    Create the namespace and then set the default context for the subsequent commands to be this newly created namespace.

    kubectl create namespace "cdrplatform"
    kubectl create namespace "license-management"
    kubectl config set-context --current --namespace="cdrplatform"


     


    Was this article helpful?