Skip to content

Commit 50436f1

Browse files
committed
Merge remote-tracking branch 'origin/main' into ash/move-assets
2 parents 8752430 + 44f4175 commit 50436f1

File tree

10 files changed

+22
-11
lines changed

10 files changed

+22
-11
lines changed

instruqt/avoiding-installation-pitfalls/05-validating-before-an-install/assignment.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ as a "Trial" customer and set up the expiration date and customer
6868
email as follows:
6969

7070
Expiration Date: `[[ Instruqt-Var key="LICENSE_EXPIRY" hostname="shell" ]]`<br/>
71-
Customer Email: `[[ Instruqt-Var key="CUSTOMER_EMAIL" hostname="shell" ]]`
71+
Customer Email: `[[ Instruqt-Var key="CUSTOMER_EMAIL" hostname="shell" ]]`<br/>
72+
Install Type: "Existing Cluster (Helm CLI)"
7273

7374
![Customer Details](../assets/new-customer-details.png)
7475

instruqt/protecting-your-assets/01-the-replicated-license/assignment.md

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ tabs:
1515
path: /home/replicant
1616
difficulty: basic
1717
timelimit: 400
18+
enhanced_loading: null
1819
---
1920

2021
👋 Introduction

instruqt/protecting-your-assets/02-create-a-customer/assignment.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ tabs:
2121
workdir: /home/replicant
2222
difficulty: basic
2323
timelimit: 600
24+
enhanced_loading: null
2425
---
2526

2627

@@ -53,7 +54,7 @@ For the purpose of the lab, click the "+ Create Customer" button to create
5354

5455
![Creating a Customer](../assets/create-customer-button.png)
5556

56-
Enter the name "NitFlex" and assign them to the `Stable` channel. They've been
57+
Enter the name "NitFlex" and assign them to the `Stable` channel. They'll be
5758
trying your software for two months, so let's make sure we capture the expiration
5859
date. We also need an email for them to login and install your Helm chart. Note
5960
that we never use that email, it's your customer, not ours.
@@ -68,6 +69,11 @@ option for the customer type and save your changes. The process will be
6869
the same for a new paid customer with a longer expiration date and a "Paid"
6970
license type.
7071

72+
Lastly, be sure to specify the type of installations they are allowed to
73+
make. Choose "Existing Cluster (Helm CLI)" and save your changes.
74+
75+
![Install Types](../assets/install-types.png)
76+
7177
Using the License
7278
=================
7379

instruqt/protecting-your-assets/03-proxying-private-images/assignment.md

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ tabs:
2626
workdir: /home/replicant
2727
difficulty: basic
2828
timelimit: 600
29+
enhanced_loading: null
2930
---
3031

3132
One of the core features of the Replicated Platform is its proxy registry. The

instruqt/protecting-your-assets/04-helm-values-for-license-fields/assignment.md

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ tabs:
2525
new_window: true
2626
difficulty: basic
2727
timelimit: 600
28+
enhanced_loading: null
2829
---
2930

3031
When you distribute your software with Replicated, Replicated injects the

instruqt/protecting-your-assets/05-license-entitlements/assignment.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ tabs:
1515
new_window: true
1616
difficulty: basic
1717
timelimit: 600
18+
enhanced_loading: null
1819
---
1920

2021
Each customer license has a set of attributes that supports common licensing
@@ -177,11 +178,11 @@ license field" or "Create your first license field" to add a field.
177178

178179
Fill in the form with the following details and click "Create".
179180

180-
Field: `member_count_max`
181-
Title: `Member Count`
182-
Type: `Integer`
183-
Default: `100`
184-
Required: checked
181+
Field: `member_count_max`<br/>
182+
Title: `Member Count`<br/>
183+
Type: `Integer`<br/>
184+
Default: `100`<br/>
185+
Required: checked<br/>
185186

186187
This adds our Slack team member count entitlement to the license and makes it
187188
required on all licenses. Providing a default simplifies setup if the

instruqt/protecting-your-assets/06-validating-license-fields/assignment.md

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ tabs:
1515
workdir: /home/replicant
1616
difficulty: basic
1717
timelimit: 900
18+
enhanced_loading: null
1819
---
1920

2021
The Replicated SDK provides an in-cluster API for the Replicated Platform. One

instruqt/protecting-your-assets/07-entitlement-metrics/assignment.md

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ tabs:
2222
new_window: true
2323
difficulty: basic
2424
timelimit: 600
25+
enhanced_loading: null
2526
---
2627

2728
Telemetry is a core feature of the Replicated SDK. The lab [Closing the Support
Loading

instruqt/protecting-your-assets/track.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,12 @@ developers:
2626
idle_timeout: 300
2727
timelimit: 3700
2828
lab_config:
29-
overlay: false
30-
width: 25
31-
position: right
3229
sidebar_enabled: true
3330
feedback_recap_enabled: true
3431
feedback_tab_enabled: false
3532
loadingMessages: true
3633
hideStopButton: false
3734
default_layout: AssignmentRight
3835
default_layout_sidebar_size: 25
39-
checksum: "9389913876844819238"
36+
checksum: "16347704265614845587"
37+
enhanced_loading: false

0 commit comments

Comments
 (0)