From 143e9878738fd1f49a1fed03d8cc810cbc8ad5cb Mon Sep 17 00:00:00 2001 From: Niall Thomson Date: Mon, 1 Jul 2024 15:28:12 -0600 Subject: [PATCH] Added timings for kustomize and helm labs --- website/docs/introduction/helm/index.md | 3 ++- website/docs/introduction/kustomize/index.md | 14 +++++++++++++- website/lab-timing-data.json | 12 ++++++++++++ 3 files changed, 27 insertions(+), 2 deletions(-) diff --git a/website/docs/introduction/helm/index.md b/website/docs/introduction/helm/index.md index dab9f7325..b3d1e606a 100644 --- a/website/docs/introduction/helm/index.md +++ b/website/docs/introduction/helm/index.md @@ -1,5 +1,6 @@ --- -title: Helm (optional) +title: Helm +sidebar_custom_props: { "module": true } sidebar_position: 50 --- diff --git a/website/docs/introduction/kustomize/index.md b/website/docs/introduction/kustomize/index.md index 4e8f8a91b..a947af906 100644 --- a/website/docs/introduction/kustomize/index.md +++ b/website/docs/introduction/kustomize/index.md @@ -1,8 +1,20 @@ --- -title: Kustomize (optional) +title: Kustomize +sidebar_custom_props: { "module": true } sidebar_position: 40 --- +::required-time + +:::tip Before you start +Prepare your environment for this section: + +```bash timeout=300 wait=10 +$ prepare-environment +``` + +::: + [Kustomize](https://kustomize.io/) allows you to manage Kubernetes manifest files using declarative "kustomization" files. It provides the ability to express "base" manifests for your Kubernetes resources and then apply changes using composition, customization and easily making cross-cutting changes across many resources. For example, take a look at the following manifest file for the `checkout` Deployment: diff --git a/website/lab-timing-data.json b/website/lab-timing-data.json index 9a8717b06..1aa0ffa88 100644 --- a/website/lab-timing-data.json +++ b/website/lab-timing-data.json @@ -149,6 +149,18 @@ "file": "introduction/getting-started/index.md", "executionTimeSeconds": 40 }, + "introduction/helm/index.md": { + "title": "Helm", + "directory": "introduction/helm", + "file": "introduction/helm/index.md", + "executionTimeSeconds": 195 + }, + "introduction/kustomize/index.md": { + "title": "Kustomize", + "directory": "introduction/kustomize", + "file": "introduction/kustomize/index.md", + "executionTimeSeconds": 50 + }, "automation/controlplanes/ack/index.md": { "title": "AWS Controllers for Kubernetes (ACK)", "directory": "automation/controlplanes/ack",