Skip to content

Commit

Permalink
Update: documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Lamirault <[email protected]>
  • Loading branch information
nlamirault committed Aug 19, 2022
1 parent abfd91e commit fbf4c28
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion krm/ack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,21 @@
* Install ACK controllers:

```shell
> make ack-controlplane
> make ack-install
```

* Check controllers:

```shell
> kubectl -n ack-system get pods -l "app.kubernetes.io/instance=ack-ec2-controller"
> kubectl -n ack-system get pods -l "app.kubernetes.io/instance=ack-ecr-controller"
> kubectl -n ack-system get pods -l "app.kubernetes.io/instance=ack-eks-controller"
> kubectl -n ack-system get pods -l "app.kubernetes.io/instance=ack-iam-controller"
> kubectl -n ack-system get pods -l "app.kubernetes.io/instance=ack-s3-controller"
```

* Clean cluster:

```shell
> make ack-uninstall
```

0 comments on commit fbf4c28

Please sign in to comment.