Skip to content

Commit

Permalink
Use backslash instead of <br/>
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernauer committed Feb 25, 2025
1 parent a9726af commit 5e5b022
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ All notable changes to this project will be documented in this file.
- Add a new cluster state `Unhealthy`.
This state is entered once the readiness check of a `Ready` cluster fails (the check is implemented in the scaler implementation).
The `Unhealthy` state is kept until the scaler marks that Cluster as ready again.
`Unhealthy` clusters won't get any new queries, if all clusters are unhealthy, queries are queued.
<br>Note: Use the now configurable scaler reconcile interval to detect cluster changes quickly ([#63]).
`Unhealthy` clusters won't get any new queries, if all clusters are unhealthy, queries are queued.\
Note: Use the now configurable scaler reconcile interval to detect cluster changes quickly ([#63]).

### Changed

Expand Down

0 comments on commit 5e5b022

Please sign in to comment.