Skip to content

Commit

Permalink
Merge pull request #225 from somnusfish/develop
Browse files Browse the repository at this point in the history
Update README.md for cert-manager installation.
  • Loading branch information
gthao313 authored Jul 25, 2022
2 parents fdf9cf3 + dd54602 commit eb38bad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ Updates to Bottlerocket are rolled out in [waves](https://github.com/bottlerocke

### Installation

We use [cert-manager](https://cert-manager.io) to manage self-signed certificates used by Bottlerocket update operator. To install cert-manager:

```sh
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.8.2/cert-manager.yaml
```

We can install the Bottlerocket update operator using the recommended configuration defined in [bottlerocket-update-operator.yaml](https://github.com/bottlerocket-os/bottlerocket-update-operator/blob/v0.2.1/yamlgen/deploy/bottlerocket-update-operator.yaml):

```sh
Expand Down

0 comments on commit eb38bad

Please sign in to comment.