Skip to content

Commit

Permalink
Update readme to include steps to install latest NATS manager and CR
Browse files Browse the repository at this point in the history
  • Loading branch information
marcobebway committed Oct 27, 2023
1 parent 37a9d40 commit e2e3b80
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,20 @@ It uses [Controllers](https://kubernetes.io/docs/concepts/architecture/controlle

This project is scaffolded using [Kubebuilder](https://book.kubebuilder.io), and all the Kubebuilder [`makefile` helpers](https://book.kubebuilder.io/reference/makefile-helpers.html) can be used.

## Install

Run the following command to install the latest version of NATS manager on your cluster:

```bash
kubectl apply -f https://github.com/kyma-project/nats-manager/releases/latest/download/nats-manager.yaml
```

Run the following command to install the latest version of the default NATS CR on your cluster:

```bash
kubectl apply -f https://github.com/kyma-project/nats-manager/releases/latest/download/nats_default_cr.yaml
```

## Development

### Prerequisites
Expand Down

0 comments on commit e2e3b80

Please sign in to comment.