Skip to content

Commit

Permalink
docs: garm >0.1.4 isn't fully compatible with the operator yet (#137)
Browse files Browse the repository at this point in the history
Signed-off-by: Mario Constanti <[email protected]>
  • Loading branch information
bavarianbidi authored Jun 19, 2024
1 parent 26c59d6 commit 6061718
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@
garm-operator uses [`garm-api-client`](https://github.com/cloudbase/garm/tree/main/client) to talk
with `garm` servers. The supported `garm` server version is determined by `garm-api-client`.

> [!WARNING]
> `garm-operator` is currently tested with `garm` server version `v0.1.4`. Newer versions are not guaranteed to work.
>
> `garm` server version `>v0.1.4` introduces a few breaking changes.
> [provider]() and [credential]() configuration has moved away from being defined in the `garm` server configuration.
> Instead, they are now defined via the `garm` API itself.
> This feature set isn't implemented in the `garm-operator` yet.
### Kubernetes Version

garm-operator uses [`client-go`](https://github.com/kubernetes/client-go) to talk with
Expand Down

0 comments on commit 6061718

Please sign in to comment.