diff --git a/instruqt/avoiding-installation-pitfalls/01-working-with-preflight-checks/assignment.md b/instruqt/avoiding-installation-pitfalls/01-working-with-preflight-checks/assignment.md index 2c19afcc9..fcdae053a 100755 --- a/instruqt/avoiding-installation-pitfalls/01-working-with-preflight-checks/assignment.md +++ b/instruqt/avoiding-installation-pitfalls/01-working-with-preflight-checks/assignment.md @@ -1,6 +1,6 @@ --- slug: working-with-preflight-checks -id: drqyyxcvdzxz +id: pb1gr26u3om3 type: challenge title: Working with Preflight Checks teaser: |- diff --git a/instruqt/avoiding-installation-pitfalls/02-checking-cluster-resources/assignment.md b/instruqt/avoiding-installation-pitfalls/02-checking-cluster-resources/assignment.md index f96dd324f..c2eed2960 100755 --- a/instruqt/avoiding-installation-pitfalls/02-checking-cluster-resources/assignment.md +++ b/instruqt/avoiding-installation-pitfalls/02-checking-cluster-resources/assignment.md @@ -1,6 +1,6 @@ --- slug: checking-cluster-resources -id: tcwpxsj6yplu +id: jn3ywr8xtchw type: challenge title: Checking Cluster Resources teaser: Use preflight checks to validate minimum cluster requirements diff --git a/instruqt/avoiding-installation-pitfalls/03-adding-preflights-to-the-chart/assignment.md b/instruqt/avoiding-installation-pitfalls/03-adding-preflights-to-the-chart/assignment.md index 413488278..0b48b6198 100755 --- a/instruqt/avoiding-installation-pitfalls/03-adding-preflights-to-the-chart/assignment.md +++ b/instruqt/avoiding-installation-pitfalls/03-adding-preflights-to-the-chart/assignment.md @@ -1,6 +1,6 @@ --- slug: adding-preflights-to-the-chart -id: vwxcejaonowy +id: dxquyvsyuojv type: challenge title: Adding Preflights to the Slackernews Helm Chart teaser: Learn how to incorporate your preflight checks into your chart diff --git a/instruqt/avoiding-installation-pitfalls/04-releasing-the-application/assignment.md b/instruqt/avoiding-installation-pitfalls/04-releasing-the-application/assignment.md index c53a4bdca..dfd528d15 100755 --- a/instruqt/avoiding-installation-pitfalls/04-releasing-the-application/assignment.md +++ b/instruqt/avoiding-installation-pitfalls/04-releasing-the-application/assignment.md @@ -1,6 +1,6 @@ --- slug: releasing-the-application -id: q5wbycoymxhk +id: atrybjwrgxfh type: challenge title: Releasing the Application teaser: Releasing with preflights on the Replicated Platform diff --git a/instruqt/avoiding-installation-pitfalls/05-validating-before-an-install/assignment.md b/instruqt/avoiding-installation-pitfalls/05-validating-before-an-install/assignment.md index 93bcf7399..294a77ccf 100755 --- a/instruqt/avoiding-installation-pitfalls/05-validating-before-an-install/assignment.md +++ b/instruqt/avoiding-installation-pitfalls/05-validating-before-an-install/assignment.md @@ -1,6 +1,6 @@ --- slug: validating-before-an-install -id: esalpc0nrb1q +id: bxilvoxbkmfz type: challenge title: Validating Before an Install teaser: How your customer uses preflights to validate their environment diff --git a/instruqt/avoiding-installation-pitfalls/06-completing-the-install/assignment.md b/instruqt/avoiding-installation-pitfalls/06-completing-the-install/assignment.md index 8ffb742e8..9d19e3a94 100755 --- a/instruqt/avoiding-installation-pitfalls/06-completing-the-install/assignment.md +++ b/instruqt/avoiding-installation-pitfalls/06-completing-the-install/assignment.md @@ -1,6 +1,6 @@ --- slug: completing-the-install -id: qo2vdg2dfuq4 +id: zwojuzyxhzsq type: challenge title: Completing the Install teaser: Finishing the install once the cluster passes its preflights diff --git a/instruqt/avoiding-installation-pitfalls/06-completing-the-install/solve-shell b/instruqt/avoiding-installation-pitfalls/06-completing-the-install/solve-shell index eae005033..b8d881371 100644 --- a/instruqt/avoiding-installation-pitfalls/06-completing-the-install/solve-shell +++ b/instruqt/avoiding-installation-pitfalls/06-completing-the-install/solve-shell @@ -7,7 +7,7 @@ app_slug=$(agent variable get REPLICATED_APP) helm registry login $(agent variable get REGISTRY_HOST) --username $(agent variable get REGISTRY_USERNAME) --password $(agent variable get REGISTRY_PASSWORD) helm install --namespace slackernews --create-namespace \ - slackernews --version 0.5.1 \ + slackernews --version 0.3.0 \ oci://$(agent variable get REGISTRY_HOST)/${app_slug}/slackernews \ --set nginx.service.type=NodePort --set nginx.service.nodePort.port=30443 \ --set slackernews.domain=cluster-30443-${INSTRUQT_PARTICIPANT_ID}.env.play.instruqt.com \ diff --git a/instruqt/avoiding-installation-pitfalls/track.yml b/instruqt/avoiding-installation-pitfalls/track.yml index de8a15b50..b8a813fc5 100755 --- a/instruqt/avoiding-installation-pitfalls/track.yml +++ b/instruqt/avoiding-installation-pitfalls/track.yml @@ -1,6 +1,6 @@ -slug: avoiding-installation-pitfalls-dev -id: yjxpxhujcxvy -title: DEV - Avoiding Installation Pitfalls +slug: avoiding-installation-pitfalls +id: amjfqroa5bfk +title: Avoiding Installation Pitfalls teaser: |- Use Preflight checks to avoid common installation pitfalls for your application @@ -22,7 +22,6 @@ tags: - builders-plan - troubleshoot - helm -- dev owner: replicated developers: - chuck@replicated.com @@ -33,4 +32,4 @@ lab_config: position: right feedback_recap_enabled: true loadingMessages: true -checksum: "3286430125722429230" +checksum: "17725433940201648777" diff --git a/instruqt/closing-information-gap/01-viewing-instance-info/assignment.md b/instruqt/closing-information-gap/01-viewing-instance-info/assignment.md index cd104a056..9b4daebb9 100755 --- a/instruqt/closing-information-gap/01-viewing-instance-info/assignment.md +++ b/instruqt/closing-information-gap/01-viewing-instance-info/assignment.md @@ -1,6 +1,6 @@ --- slug: viewing-instance-info -id: x1ai6fxjrnr2 +id: b8a1bj7ffosj type: challenge title: Getting a Picture of a Customer Instance teaser: Using the Replicated Platform to understand details of a customer instance diff --git a/instruqt/closing-information-gap/02-working-with-support-bundles/assignment.md b/instruqt/closing-information-gap/02-working-with-support-bundles/assignment.md index b3e4bb1c7..ef91c69d4 100755 --- a/instruqt/closing-information-gap/02-working-with-support-bundles/assignment.md +++ b/instruqt/closing-information-gap/02-working-with-support-bundles/assignment.md @@ -1,6 +1,6 @@ --- slug: working-with-support-bundles -id: yrkfij51yo0s +id: tydgy4bvf33n type: challenge title: Working with Support Bundles teaser: |- diff --git a/instruqt/closing-information-gap/03-additional-information/assignment.md b/instruqt/closing-information-gap/03-additional-information/assignment.md index 71ff7031f..626b81f0d 100755 --- a/instruqt/closing-information-gap/03-additional-information/assignment.md +++ b/instruqt/closing-information-gap/03-additional-information/assignment.md @@ -1,6 +1,6 @@ --- slug: additional-information -id: 75d5lqco04iw +id: lorzhundumdj type: challenge title: Collecting and Analyzing Additional Information teaser: | diff --git a/instruqt/closing-information-gap/04-adding-to-the-chart/assignment.md b/instruqt/closing-information-gap/04-adding-to-the-chart/assignment.md index 486d59c87..5fd9d5e69 100755 --- a/instruqt/closing-information-gap/04-adding-to-the-chart/assignment.md +++ b/instruqt/closing-information-gap/04-adding-to-the-chart/assignment.md @@ -1,6 +1,6 @@ --- slug: adding-to-the-chart -id: oabxrqklmmop +id: wimuy9m224ls type: challenge title: Adding the Support Bundle to the Slackernews Helm Chart teaser: Learn how to incorporate your support bundle into your chart diff --git a/instruqt/closing-information-gap/05-releasing-an-update/assignment.md b/instruqt/closing-information-gap/05-releasing-an-update/assignment.md index 1b5a163c5..320239a10 100755 --- a/instruqt/closing-information-gap/05-releasing-an-update/assignment.md +++ b/instruqt/closing-information-gap/05-releasing-an-update/assignment.md @@ -1,6 +1,6 @@ --- slug: releasing-an-update -id: bb2ckqmiideb +id: ywybr4uyhntr type: challenge title: Releasing an Update with the Support Bundle teaser: Releasing a new version with the support bundle included diff --git a/instruqt/closing-information-gap/06-support-bundle-diagnosis/assignment.md b/instruqt/closing-information-gap/06-support-bundle-diagnosis/assignment.md index 2a1cec650..144d1c876 100755 --- a/instruqt/closing-information-gap/06-support-bundle-diagnosis/assignment.md +++ b/instruqt/closing-information-gap/06-support-bundle-diagnosis/assignment.md @@ -1,6 +1,6 @@ --- slug: support-bundle-diagnosis -id: 95wkhwxqvww2 +id: rodjcnqzhonq type: challenge title: Using the Support Bundle to Diagnose the Issue teaser: Discover the cause of Geeglo's outage using a support bundle diff --git a/instruqt/closing-information-gap/07-other-ways/assignment.md b/instruqt/closing-information-gap/07-other-ways/assignment.md index 21f272ecc..1909dd4fb 100755 --- a/instruqt/closing-information-gap/07-other-ways/assignment.md +++ b/instruqt/closing-information-gap/07-other-ways/assignment.md @@ -1,6 +1,6 @@ --- slug: other-ways -id: ccdxc6g7q55t +id: 8acmsy6ralcy type: challenge title: Other Ways to Offer a Support Bundle teaser: Explore other ways to distibute your support bundle and keep it up to date diff --git a/instruqt/closing-information-gap/track.yml b/instruqt/closing-information-gap/track.yml index 139e231e6..2d96a9fef 100755 --- a/instruqt/closing-information-gap/track.yml +++ b/instruqt/closing-information-gap/track.yml @@ -1,6 +1,6 @@ -slug: closing-information-gap-dev -id: 04xwdzyvx0ya -title: DEV - Closing the Support Information Gap +slug: closing-information-gap +id: hfb41xqkyx0q +title: Closing the Support Information Gap teaser: |- Use the Replicated Platform to close the information gap between your customers and your support team @@ -22,7 +22,6 @@ tags: - builders-plan - troubleshoot - helm -- dev owner: replicated developers: - chuck@replicated.com @@ -33,4 +32,4 @@ lab_config: position: right feedback_recap_enabled: true loadingMessages: true -checksum: "12500015225100159592" +checksum: "1869930288353195066" diff --git a/instruqt/distributing-with-replicated/01-preparing-to-use-the-sdk/assignment.md b/instruqt/distributing-with-replicated/01-preparing-to-use-the-sdk/assignment.md index 16e2d85dd..00448a46c 100755 --- a/instruqt/distributing-with-replicated/01-preparing-to-use-the-sdk/assignment.md +++ b/instruqt/distributing-with-replicated/01-preparing-to-use-the-sdk/assignment.md @@ -1,6 +1,6 @@ --- slug: preparing-to-use-the-sdk -id: 2fnokww9qrc2 +id: ulkfmbpkhe3y type: challenge title: Preparing to Use the SDK teaser: Getting ready to use the Replicated SDK diff --git a/instruqt/distributing-with-replicated/02-enabling-the-sdk/assignment.md b/instruqt/distributing-with-replicated/02-enabling-the-sdk/assignment.md index 5ae5f503c..f003121e8 100755 --- a/instruqt/distributing-with-replicated/02-enabling-the-sdk/assignment.md +++ b/instruqt/distributing-with-replicated/02-enabling-the-sdk/assignment.md @@ -1,6 +1,6 @@ --- slug: enabling-the-sdk -id: uqhupnwrlny3 +id: 9weportqrwy6 type: challenge title: Enabling the Replicated SDK teaser: Incorporate the SDK into your application diff --git a/instruqt/distributing-with-replicated/03-creating-a-release/assignment.md b/instruqt/distributing-with-replicated/03-creating-a-release/assignment.md index d2b253db7..7015b32bb 100755 --- a/instruqt/distributing-with-replicated/03-creating-a-release/assignment.md +++ b/instruqt/distributing-with-replicated/03-creating-a-release/assignment.md @@ -1,6 +1,6 @@ --- slug: creating-a-release -id: eqwg3rmrwopo +id: vxnhm8nlkifh type: challenge title: Releasing an Application teaser: Creating a release on the Replicated Platform diff --git a/instruqt/distributing-with-replicated/04-installing-the-application/assignment.md b/instruqt/distributing-with-replicated/04-installing-the-application/assignment.md index 0bc2b51af..d93495447 100755 --- a/instruqt/distributing-with-replicated/04-installing-the-application/assignment.md +++ b/instruqt/distributing-with-replicated/04-installing-the-application/assignment.md @@ -1,6 +1,6 @@ --- slug: installing-the-application -id: ooympxisag7r +id: 7tugkh1lkicg type: challenge title: Installing the Application teaser: Let's install the application as your customer diff --git a/instruqt/distributing-with-replicated/05-validating-the-install/assignment.md b/instruqt/distributing-with-replicated/05-validating-the-install/assignment.md index d37191fc3..cb9210ca3 100755 --- a/instruqt/distributing-with-replicated/05-validating-the-install/assignment.md +++ b/instruqt/distributing-with-replicated/05-validating-the-install/assignment.md @@ -1,6 +1,6 @@ --- slug: validating-the-install -id: yvvw2mtonkvv +id: gx3ctjxdgybf type: challenge title: Observing the Customer Instance teaser: Observing your customer install diff --git a/instruqt/distributing-with-replicated/track.yml b/instruqt/distributing-with-replicated/track.yml index 7f46ab7d5..d3959a173 100755 --- a/instruqt/distributing-with-replicated/track.yml +++ b/instruqt/distributing-with-replicated/track.yml @@ -1,6 +1,6 @@ -slug: distributing-with-replicated-dev -id: dqxwnogzxxfv -title: DEV - Distributing Your Application with Replicated +slug: distributing-with-replicated +id: evmpzv6ycpgs +title: Distributing Your Application with Replicated description: |- Learn how to quickly take advantage of the Replicated Platform for your application. We'll take an existing Helm chart, add a dependency @@ -16,7 +16,6 @@ level: beginner tags: - builders-plan - helm -- dev - sdk owner: replicated developers: @@ -28,4 +27,4 @@ lab_config: position: right feedback_recap_enabled: true loadingMessages: true -checksum: "14491965674312593548" +checksum: "7911887612029781210"