From cdd979ac8a4ac559005ca8df187b389a2b27c6e7 Mon Sep 17 00:00:00 2001 From: harshita Date: Thu, 3 Feb 2022 15:12:25 +0530 Subject: [PATCH 1/2] Fix typo in step2.md_2-lts_katacoda-tutorial Signed-off-by: harshita --- tutorials/katacoda/thanos/2-lts/step2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/katacoda/thanos/2-lts/step2.md b/tutorials/katacoda/thanos/2-lts/step2.md index 20fcbef16f..9869d88612 100644 --- a/tutorials/katacoda/thanos/2-lts/step2.md +++ b/tutorials/katacoda/thanos/2-lts/step2.md @@ -40,7 +40,7 @@ Enter the credentials as mentioned below: **Access Key** = `minio` **Secret Key** = `melovethanos` -## Sidear block backup +## Sidecar block backup All Thanos components that use object storage uses the same `objstore.config` flag with the same "little" bucket config format. From d8c2b1c576ce124f3fa46e30214bfbc6af5da9fe Mon Sep 17 00:00:00 2001 From: harshita Date: Fri, 4 Feb 2022 16:08:19 +0530 Subject: [PATCH 2/2] Signed-off-by: harshita Fix the link error in step 2 that returns 404 Signed-off-by: harshita --- tutorials/katacoda/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tutorials/katacoda/README.md b/tutorials/katacoda/README.md index cd96b452fe..06be653b56 100644 --- a/tutorials/katacoda/README.md +++ b/tutorials/katacoda/README.md @@ -7,12 +7,12 @@ Definitions of our courses for Katacoda. Process of adding / editing tutorials: 1. Sign up to [Katacoda website](https://katacoda.com). -1. Link your fork of Thanos to your account, see [this](https://katacoda.com/docs/configure-git). -1. Add / edit tutorials. -1. Push to `main` branch of your fork. +2. Link your fork of Thanos to your account, see [this](https://www.katacoda.community/essentials/author-profile.html#github). +3. Add / edit tutorials. +4. Push to `main` branch of your fork. * You should see the updated preview of the tutorials on https://katacoda.com/. -1. Make a PR to Thanos repo. -1. Once PR is merged the official profile https://katacoda.com/thanos will be updated. +5. Make a PR to Thanos repo. +6. Once PR is merged the official profile https://katacoda.com/thanos will be updated. Find more docs [here](https://katacoda.com/docs)