Skip to content

Commit

Permalink
Add one pro tip
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuCesbron committed Feb 10, 2024
1 parent 59f5d68 commit 882d823
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ The operator watches `Immudb resources`. See the default operator behavior in th
1. Deleting the `immudb resource` deletes the database and all its associated resources (services, persistantVolumeClaim, ...).
2. You can create as much `immudb resources` as you want. The limit is your cluster infrastructure.
3. The operator is a `Deployment`. You can debug by checking his pod logs.
4. Check the field status.ready of the `immudb resource` to know when the immudb is ready to accept connections.
4. Check status.ready of the `immudb resource` to know when the immudb is ready to accept connections.
5. Check status.hosts of the `immudb resource` to establish a database connection with the chosen host from another `Pod`.

0 comments on commit 882d823

Please sign in to comment.