You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### **Enabling the One-Month Free Resource Trial**
54
+
### **Enabling the First One-Month Free Resource Trial**
55
55
56
56
Users can get a one-month free trial for every KubeDB database running within a specific namespace. This allows for evaluation of the service without incurring costs during the trial period.
57
57
@@ -62,7 +62,10 @@ To enable the free trial, the user needs to add a specific annotation to the des
62
62
63
63
**To enable the trial:**
64
64
65
-
1. Select the namespace that contains your KubeDB databases. Any existing databases in this namespace that have not previously received a trial will receive a one-month free trial starting from when the annotation is applied. Any databases created later in this namespace will also automatically receive a one-month free trial. Databases that have already used a trial are not eligible again.
65
+
1. Select the namespace that contains your KubeDB databases. The trial behavior depends on when databases are created relative to when the annotation is applied:
66
+
-**Existing databases:** If a database is still within its first month from creation, it will receive free trial usage for the remaining portion of that first month (starting from when the annotation is applied). Databases that have already completed their first month are not eligible for the trial.
67
+
-**New databases:** Any databases created after the annotation is applied will receive a full one-month free trial from their creation timestamp, as long as the namespace remains annotated.
68
+
-**Trial eligibility:** Each database is eligible for a one-month free trial only once during its lifetime.
66
69
2. Apply the annotation `ace.appscode.com/enable-resource-trial` with the value `true`.
67
70
68
71
**Example using kubectl:**
@@ -73,4 +76,5 @@ To enable the free trial for a namespace named `my-app-ns`, run the following co
Copy file name to clipboardExpand all lines: src/en/guides/billing-and-usage-guide/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ What you’ll see in the Billable table
60
60
-**PROD/NON-PROD usage:** billable usage split by cluster mode—clusters marked `prod` are priced at the `PROD` rate; clusters marked `qa`, `staging`, or `dev` are priced at the `NON‑PROD` rate.
-**Free usage:** usage that isn’t billed. This includes:
63
-
-**Trial usage** from namespaces annotated `ace.appscode.com/enable-resource-trial=true` (one‑month free per database in that namespace).
63
+
-**Trial usage** from namespaces annotated `ace.appscode.com/enable-resource-trial=true` (`first one‑month` free per database starting from its creation in that namespace).
64
64
- Usage covered by the **30‑day free contract** when there’s no paid contract for the selected product.
0 commit comments