Skip to content

Commit

Permalink
updated instructions
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Wilkerson <mwilkerson@hashicorp.com>
  • Loading branch information
wilkermichael committed Feb 7, 2024
1 parent 9cb1387 commit 693b8af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions testing/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
This is for building and testing argo rollout integrations with Consul. For simplicity, everything uses the `make` command. The current version of these manual steps requires a custom build image of the argo controller included in the `install.yaml` file in this directory. Once required changes are made to the argo controller and released, these steps will be updated.

# Prerequisites
1. Kind is installed on the machine
2. Helm is installed on the machine
3. Kubectl is installed on the machine
4. Argo kubectl extension is installed on the machine
1. Kind is installed on the machine (`brew install kind`)
2. Helm is installed on the machine (`brew install helm`)
3. Kubectl is installed on the machine (`brew install kubectl`)
4. Argo kubectl extension is installed on the machine (`brew install argoproj/tap/kubectl-argo-rollouts`)
5. The plugin binary is in a directory on the machine
6. yq is installed, this is required for running some scripts
7. Update any of the necessary variables in the `Makefile` to match your environment
Expand Down

0 comments on commit 693b8af

Please sign in to comment.