This page introduces how to configure and manage the license in the StreamNative Private Cloud.
Before installing the StreamNative Private Cloud, you need to import a valid license. Otherwise, StreamNative Private Cloud will stop reconciling with a “no valid license” error message:
If you do not have any license, you can apply for a trial from https://streamnative.io/deployment/start-free-trial.
StreamNative Private Cloud provides a license using the Kubernetes Secret.
To import a license, follow these steps:
metadata.labels
with the cloud.streamnative.io/type: "license"
is required because the sn-operator
will detect secrets in its namespace with label and to import automatically.
Before your current license expires, you need to contact the StreamNative to get a new one.
To update the license, you need to import the new license as a new Kubernetes Secret with a different secret name in the same namespace. StreamNative Private Cloud Operators will automatically detect the new Secret and adopt the new license.
StreamNative Private Cloud Operators maintain and store the license status and resource usage data to a Kubernetes ConfigMap named sn-valid-license
. By default, the ConfigMap is stored in the namespace where StreamNative Private Cloud Operators are installed.
Run the command below to view the license status and resource utilization.
This page introduces how to configure and manage the license in the StreamNative Private Cloud.
Before installing the StreamNative Private Cloud, you need to import a valid license. Otherwise, StreamNative Private Cloud will stop reconciling with a “no valid license” error message:
If you do not have any license, you can apply for a trial from https://streamnative.io/deployment/start-free-trial.
StreamNative Private Cloud provides a license using the Kubernetes Secret.
To import a license, follow these steps:
metadata.labels
with the cloud.streamnative.io/type: "license"
is required because the sn-operator
will detect secrets in its namespace with label and to import automatically.
Before your current license expires, you need to contact the StreamNative to get a new one.
To update the license, you need to import the new license as a new Kubernetes Secret with a different secret name in the same namespace. StreamNative Private Cloud Operators will automatically detect the new Secret and adopt the new license.
StreamNative Private Cloud Operators maintain and store the license status and resource usage data to a Kubernetes ConfigMap named sn-valid-license
. By default, the ConfigMap is stored in the namespace where StreamNative Private Cloud Operators are installed.
Run the command below to view the license status and resource utilization.