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

This is the Experimental version (Latest). It is under active development and may change. For the most reliable documentation, use the version selector in the top-right to switch to Stable, or click here to go to the Stable 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
    source $BASE_WORKING_DIR/shell-values/kubernetes/management_cluster.vars.sh
  2. Store the retrieve file on $BASE_WORKING_DIR/assets/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=$BASE_WORKING_DIR/assets/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! … 📝