From 2c7835ee3aaf558c3c99791ad548e459e0233a41 Mon Sep 17 00:00:00 2001 From: Hans <62668681+awshans@users.noreply.github.com> Date: Fri, 22 Sep 2023 11:25:37 -0700 Subject: [PATCH] Consolidated Storage and Velero steps in one section --- patterns/stateful/README.md | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/patterns/stateful/README.md b/patterns/stateful/README.md index 1300999be0..dd7a20689a 100644 --- a/patterns/stateful/README.md +++ b/patterns/stateful/README.md @@ -42,8 +42,6 @@ See [here](https://aws-ia.github.io/terraform-aws-eks-blueprints/getting-started ## Validate -For validating `velero` see [here](https://aws-ia.github.io/terraform-aws-eks-blueprints/tree/main/patterns/stateful/README.md#Validate-Velero-Install) - The following command will update the `kubeconfig` on your local machine and allow you to interact with your EKS Cluster using `kubectl` to validate the Velero deployment. 1. Run `update-kubeconfig` command: @@ -135,17 +133,7 @@ The following command will update the `kubeconfig` on your local machine and all /dev/nvme1n1 24594768 2886716 20433380 13% /run/containerd ``` -## Validate Velero Install - -The following command will update the `kubeconfig` on your local machine and allow you to interact with your EKS Cluster using `kubectl` to validate the Velero deployment. - -1. Run `update-kubeconfig` command: - - ```bash - aws eks --region update-kubeconfig --name - ``` - -2. Test by listing velero resources provisioned: +6. Test by listing velero resources provisioned: ```bash kubectl get all -n velero @@ -164,7 +152,7 @@ The following command will update the `kubeconfig` on your local machine and all replicaset.apps/velero-b4d8fd5c7 1 1 1 114s ``` -3. Get backup location using velero [CLI](https://velero.io/docs/v1.8/basic-install/#install-the-cli) +7. Get backup location using velero [CLI](https://velero.io/docs/v1.8/basic-install/#install-the-cli) ```bash velero backup-location get