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 set the default context for the subsequent commands to be this newly created namespace by running the following commands.

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


     


    Was this article helpful?