From 442e824c33b8df39379add17142805c916c86aaa Mon Sep 17 00:00:00 2001 From: Chris Skinner <95317377+Chrisgr1@users.noreply.github.com> Date: Mon, 18 Mar 2024 11:28:38 +0000 Subject: [PATCH 1/3] Update README.md Hi Tung, does this answer the ticket? Add the sample code from samples/run_sample.sh to samples/README.md #96 Also, should I add the installation to the script? (from https://charts.bitnami.com/) I guess something like: helm install sample-release bitnami/| grep jenkins --- samples/README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/samples/README.md b/samples/README.md index 7271a4b..79781ce 100644 --- a/samples/README.md +++ b/samples/README.md @@ -40,13 +40,21 @@ terraform destroy popd ``` -## Kubectl -- TODO +# Kubectl -## Helm +```bash +# Check Kubectl version +kubectl version +``` -- TODO +# Helm +```bash +# Add Helm Chart repository +helm repo add bitnami https://charts.bitnami.com/bitnami +# Search Helm Chart Repository for Jenkins +helm search repo bitnami | grep jenkins +``` ## AwsCLI From d6f7d31f3c9349120fbc97aed55c265e528305b0 Mon Sep 17 00:00:00 2001 From: Chris Skinner <95317377+Chrisgr1@users.noreply.github.com> Date: Mon, 18 Mar 2024 12:26:16 +0000 Subject: [PATCH 2/3] Update samples/README.md corrected formatting of kubectl Co-authored-by: Tung Leo --- samples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/README.md b/samples/README.md index 79781ce..bc369bc 100644 --- a/samples/README.md +++ b/samples/README.md @@ -41,7 +41,7 @@ popd ``` -# Kubectl +## Kubectl ```bash # Check Kubectl version From ed19484f48168f3f3866763787caaec0bba21b93 Mon Sep 17 00:00:00 2001 From: Chris Skinner <95317377+Chrisgr1@users.noreply.github.com> Date: Mon, 18 Mar 2024 12:26:40 +0000 Subject: [PATCH 3/3] Update samples/README.md Correct formatting on Helm section Co-authored-by: Tung Leo --- samples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/README.md b/samples/README.md index bc369bc..7bb30be 100644 --- a/samples/README.md +++ b/samples/README.md @@ -48,7 +48,7 @@ popd kubectl version ``` -# Helm +## Helm ```bash # Add Helm Chart repository helm repo add bitnami https://charts.bitnami.com/bitnami