Skip to main content

The most recent patch for this version is 1.15.1.  Learn more  

Version: 1.15

License Update for Kubernetes deployments

Update the ADS license in Kubernetes (K8s) deployments as follows:

  1. Delete the outdated license secret:

    kubectl delete secret ads-license --namespace axiomatics-ads 
  2. Copy the license file to a directory of your choice.

  3. Launch a terminal window in this directory and run the following command:

    kubectl create secret generic ads-license \
    --from-file=axiomatics_PDP.license \
    --namespace axiomatics-ads
  1. Restart ADS with the following command:

    kubectl rollout restart deployment.apps/ads -n axiomatics-ads