Skip to content

Commit

Permalink
Add version disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
alenkacz committed Jan 3, 2021
1 parent fb9ab89 commit 69914d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Helps you properly wait for cert-manager installation to be ready to use.

DISCLAIMER: this currently works only with latest cert-manager. Support of older versions is in progress.

## Motivation

Pretty much every kubernetes installation nowadays depends on cert-manager for certificate provisioning. But at the same time, I've seen a lot of flakiness in several projects that were caused by inproperly implemented wait on cert-manager to be ready.
Expand Down Expand Up @@ -56,4 +58,4 @@ if result.Success {
} else {
fmt.Println("Failure :-(")
}
```
```

0 comments on commit 69914d3

Please sign in to comment.