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 dedicated namespace cdrplatform.

    Run the below commands to create the namespace and set it as default for subsequent steps to use:

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


     


    Was this article helpful?