Licensing
Learn About Licensing Trilio for Kubernetes
Licensing Methodology
Licensing Trilio for Kubernetes
kubectl create secret generic <secret_name> --from-literal=trilioLicense=<license-key> -n <T4K-installation-namespace>kubectl apply -f - <<EOF
apiVersion: triliovault.trilio.io/v1
kind: License
metadata:
name: license-sample
namespace: <T4K-installation-namespace>
spec:
secretRef:
name: <secret_name>
namespace: <T4K-installation-namespace>
EOFNAME STATUS MESSAGE EXPIRATION TIME
trilio-license Active License Activated successfully. 2026-02-18T00:00:00ZUpgrading a license
Last updated
Was this helpful?