Skip to content

Commit

Permalink
Merge pull request #12 from Xtigyro/feature/prereq-improvements
Browse files Browse the repository at this point in the history
Add Prerequisite Notes in README
  • Loading branch information
Xtigyro authored Jul 20, 2020
2 parents d5b7cfd + 03c0741 commit d9eb360
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,17 @@ bash prerequisites-cmds.sh --helm_ver=3.[x].[x] # Helm ver. is optio
bash create-cluster.sh --nodes=[1-99] --k8s_ver=1.[x].[x] # Only no. of K8s nodes is mandatory.
```

## Prerequisite Notes

The `prerequisites-cmds.sh` can be used either like a true Shell script, or the commands which are part of it can be executed one by one. It depends on your preference.

`prerequisites-cmds.sh` downloads and installs the following software:

1. Linux Docker container runtime (`docker.io` or `docker-ce` pkg depending on your OS).
2. `kubectl` binary.
3. `helm` binary.
4. Helm plugins: `helm-diff`.
5. `helmfile` binary.
6. `kind` binary.

> **NOTE**: Those of you who would like to use the automation with Helm v2 - please switch to branch `helm-v2`.

0 comments on commit d9eb360

Please sign in to comment.