Skip to content

Commit

Permalink
Add kustomize step
Browse files Browse the repository at this point in the history
  • Loading branch information
alexellis committed Aug 19, 2020
1 parent 3482e97 commit b4014ba
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,21 @@ Todo:

Only development instructions are available at this time

Get the pre-reqs: kubectl (`arkade get kubectl`) and [kustomize](https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize%2Fv3.5.4)
You can use the [arkade project](https://get-arkade.dev) to get CLIs the easy way, or find your way to the releases page of each application required.

If you don't have a local Kubernetes cluster, you can create one with k3d, or KinD

```bash
arkade get kind
kind create cluster
```

Get the pre-reqs: kubectl and kustomize

```bash
arkade get kubectl
arkade get kustomize
```

Install with:

Expand Down

0 comments on commit b4014ba

Please sign in to comment.