ข้ามไปยังเนื้อหา

This is the Stable version of the documentation. The latest version is experimental and under active development. You can use the version selector in the top-right menu to switch versions for this specific page, or click here to go to the latest version's homepage.

Activate Opstella License

เนื้อหานี้ยังไม่มีในภาษาของคุณ

  1. Go to Opstella Management Admin Panel opstella-backend.${BASE_DOMAIN}/admin

  2. Login with Opstella Core Credentials

  3. Go to Workers > Kubernetes Clusters > Download License File (On the Top Right)

  4. Request Opstella Sales/Product Manager and submit the downloaded license file to generate second activation key

    You will retrieve a cryptic Text File back from Sales/Opstella Team.

  1. Connect to 🟢 Management Kubernetes Cluster ; i.e w/ Kubeconfig File

    Terminal window
    export KUBECONFIG="$HOME/opstella-installation/kubeconfigs/management_cluster.yaml"
  2. Store the retrieve file on $HOME/opstella-installation/opstella-configs/ok8s-integration-info.txt

  3. Install the second activation key with Kubernetes Secret

    Terminal window
    kubectl create secret generic ok8s-integration-info --namespace opstella-system \
    --from-file=config.txt=$HOME/opstella-installation/opstella-configs/ok8s-integration-info.txt
  4. Annotate ok8s-integration Deployment

    Terminal window
    kubectl annotate --namespace opstella-system deployment ok8s-integration reloader.stakater.com/auto="true"
  5. Try to Delete ok8s-integration Pod, Make sure it is restarted and come back Ready.

  1. Go to Opstella UI (Front-end) opstella.${BASE_DOMAIN}

  2. Login with opstella Crendentials

  3. Go to Licenses Tab on the Left

  4. License should be Activated

  1. Go to Opstella UI (Front-end) opstella.${BASE_DOMAIN}

  2. Login with opstella Crendentials

  3. Go to Usages Tab on the Left

  4. Usages Page should display information correctly


Next step, will begin the End-to-End Testing, Good luck! … 📝