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
Copy file name to clipboardExpand all lines: src/assets/data/faq/index.js
+18-5Lines changed: 18 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -229,8 +229,9 @@ const data = {
229
229
question: "What is the refund policy?",
230
230
category: "Pricing",
231
231
answer: [
232
-
"Users can cancel or downgrade at anytime.",
233
-
"Your next billing statement will be prorated based on your date of cancelation or downgrade.",
232
+
"You can cancel at anytime.",
233
+
"We totally get that plans can change, and we're here to make things as straight-forward as possible. At Layer5, we have a no-refund policy for all our subscription plans. That means once your payment goes through, it's non-refundable, even if you haven't used much of the time left in your billing cycle. This helps us keep delivering awesome access to our cloud native tools, collaborative features, performance testing, multi-cloud setups, and all the learning goodies in Layer5 Academy and Kanvas.",
234
+
"If you're ready to cancel, no worries — just head to your account settings to cancel anytime. That'll stop any future renewals and charges, but you'll still enjoy full access until your current period ends. We're all about helping you explore first, so feel free to try our Free Forever plan to dip your toes in with things like built-in models, community support, and basic testing before going paid.",
234
235
],
235
236
},
236
237
{
@@ -245,14 +246,14 @@ const data = {
245
246
question: "What happens if I accidentally don't renew or forget to renew my subscription?",
246
247
category: "Pricing",
247
248
answer: [
248
-
"Continuity of your infrastructure and applicaiton management is important to us as it is to you. Meshery will continue to operate under the Free tier features and usage limits. Your historical data will continue to be available to you. You can renew your subscription to have higher-level plan features reenabled at any time.",
249
+
"Continuity of your infrastructure and application management is important to us as it is to you. Layer5 Cloud and Kanvas will continue to operate under the Free tier features and usage limits. Your historical data will continue to be available to you. You can renew your subscription to have higher-level plan features reenabled at any time.",
249
250
],
250
251
},
251
252
{
252
253
question: "Are there other pricing options?",
253
254
category: "Pricing",
254
255
answer: [
255
-
"Annual and monthly plans are available. We can customize billing plans to meet your needs. For a detailed explanation of billing, please see our Billing FAQ.",
256
+
"Annual and monthly plans are available. Some plans have add-ons available. We can customize billing plans to meet your needs. For a detailed explanation of billing, please see our Billing FAQ.",
256
257
],
257
258
},
258
259
{
@@ -283,7 +284,9 @@ const data = {
283
284
question: "When does the billing cycle start and stop?",
284
285
category: "Billing",
285
286
answer: [
286
-
"The billing cycle begins the first of the month regardless of when you sign up. Your first month is prorated based on your actual sign-up date. Layer5 meters the count of elements under management on a daily basis. The billable count of elements under management is calculated at the end of the month using the maximum count (high water mark) of the lower 99 percent of usage for those days. Layer5 excludes the top 1% to reduce the impact of spikes in usage on your bill. The billable count of elements under management is based on the average number of elements for the month. See your Usage in Layer5 Cloud. Billing pages are only accessible to users with the Meshery Admin Role.",
287
+
"The billing cycle begins the first day of the subscription period.",
288
+
"Layer5 meters the count of active users and systems under management on a daily basis. The billable count of users and elements under management is calculated at the end of the month using the maximum count (high water mark) of the lower 99 percent of usage for those days.",
289
+
"Layer5 excludes the top 1% to reduce the impact of spikes in usage on your bill. The billable count of active users and elements under management is based on the average number of elements for the month. See your Usage in Layer5 Cloud. Billing pages are only accessible to users with the Org Billing Admin role.",
287
290
],
288
291
},
289
292
{
@@ -292,6 +295,8 @@ const data = {
292
295
answer: [
293
296
"You can view your account's subscription, your other paid features and products, and your next billing date in your account's billing settings",
"You can unlock the paid features on your account and trigger a new payment attempt by updating the payment method on your account. To learn more about how to manage your payments, visit the Billing section of your Layer5 Cloud account.",
308
313
],
309
314
},
315
+
{
316
+
question: "What about refunds for yearly subscriptions if I cancel early?",
317
+
category: "Billing",
318
+
answer: [
319
+
"Great question, and we're happy to clarify! For yearly subscriptions (which often come at a nice discount compared to monthly billing), we stick to the same no-refund policy. You'll have full-year access to all the cool stuff, including advanced service mesh courses, hands-on labs, multi-cluster management, and enterprise features. ",
320
+
"If you cancel early, it just prevents the auto-renewal for next year, and you'll keep using everything until your paid term wraps up—no refunds for the remaining months. We designed it this way to support our ongoing platform improvements. If you're unsure, the Free Forever plan is a low-pressure way to check out the basics first!",
<p>This will show you the currently channels ,<b>stable</b> or <b>edge</b>, along with the version number and other information.</p>
70
-
<li>Run the following command to switch to a different release channel:</li>
71
-
<pre><codeclass="language-bash">mesheryctl system channel switch</code></pre>
72
-
This command will update your meshconfig file to switch release channel and version of context in focus. To switch the channel to a specific version, replace <b>Version</b> with the desired version number.
73
-
<li> To confirm that the channel has been changed, run the following command again: <pre><codeclass="language-bash">mesheryctl system channel view</code></pre></li></ul>
66
+
<ul>
67
+
<li>Run the following command to see the current configuration for Meshery: <pre><codeclass="language-bash">mesheryctl system context view</code></pre><imgsrc={MesheryVersion}className="image-center"style="width:50%;" /><p>This will show you the current release channel (<b>stable</b> or <b>edge</b>), along with the version number and other information.</p></li>
68
+
<li>Run the following command to switch to a different release channel:<pre><codeclass="language-bash">mesheryctl system channel switch</code></pre>This command will update your meshconfig file to switch release channel and version of context in focus. To switch the channel to a specific version, replace <b>Version</b> with the desired version number.</li>
69
+
<li>To confirm that the channel has been changed, run the following command again: <pre><codeclass="language-bash">mesheryctl system channel view</code></pre></li>
0 commit comments